{
	"name": "@deck.gl/mapbox",
	"versions": {
		"6.2.0-beta.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.2.0-beta.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/index.js",
			"module": "dist-es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
				"build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --out-dir dist-es6 --source-maps inline",
				"build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --out-dir dist --source-maps inline",
				"build": "npm run build-clean && npm run build-es6 && npm run build-es5",
				"test": "npm run lint && npm run build && npm run test-node",
				"test-node": "node test/node.js"
			},
			"dependencies": {
				"@deck.gl/core": "^6.2.0-beta.1"
			},
			"_id": "@deck.gl/mapbox@6.2.0-beta.1",
			"dist": {
				"shasum": "901bee0f42398cbe179aaf56625b3147e2a75211",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.0-beta.1.tgz",
				"integrity": "sha512-UUstQUe4h3vnJlNHPVTBY/zJg6aH9D3kOxQf+3cHooT2zGfCo1Rr3rQYTR556//52KtHCsTDuwPeOaKNwuiwLQ==",
				"fileCount": 15,
				"unpackedSize": 48662,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbt7mpCRA9TVsSAnZWagAA3FMP/07PdyTHeA4rHo05jqZ2\nFCJUXr7PlcZsFaA44ILbzI4VV8HYPnTEOpm/sBZTPPZZL5Q23/EtAOBDqN6w\nP250Je2S3LUVdgGyhLNhz+sr3dAf9NkcV+1ksNL18f6RgXya/PCh99xoC9SF\nMIi0SjfDlIyOxeiIsoto/jJkQBrB6nHK139IaZsp2tXMrEcMnpuXGboPi70A\ntTp7H7ZNIZPvRi7GAdIvC39vjRO68+3tk1GcmtZNO4xa2YByYUnjljEp9gDI\njI1xFeCD+mLKsxTCD/kynEKiq7bQCtymvp27tODKS9pPB6APxzhAM4O8YXIA\nQDxZ0NKo7iMJQWyyG77/R2Yp83VhHM17YQMM4o+Li2qMU9TRLUDJ65qq12wU\n/IIAHNdKJhJVoykxKu/s/roEMFWCUpvEo8uPnLPC4GK30VrsE6vL2yqbjrxo\nwgaSBQCBnJS46y2wx2sc9zDl9EyM8paeumJvNfjcykryVhXzQ6F29qzJad+d\ngrtkAFsFDBh4TbGcLA18QAJrdQwOFPjp3zBoM8Qqs9aGRmzWjE481lLq4m0D\nBQ9tyVSdvRgqSYAMsjpoGe8IMCwKozYkyGIzIoan5gjDartGC0dWbaMuWf+2\ngm6KEr1sqG7mi7tsOj46oc6ASdDrUOr7aH+GQJ0VccCznvdab9cYeyhFtao2\nGl0y\r\n=L8tj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.2.0-beta.1_1538767272513_0.6604509296908916"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.2.0-beta.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.2.0-beta.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/index.js",
			"module": "dist-es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
				"build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --out-dir dist-es6 --source-maps inline",
				"build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --out-dir dist --source-maps inline",
				"build": "npm run build-clean && npm run build-es6 && npm run build-es5",
				"test": "npm run lint && npm run build && npm run test-node",
				"test-node": "node test/node.js"
			},
			"dependencies": {
				"@deck.gl/core": "^6.2.0-beta.2"
			},
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@6.2.0-beta.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"dist": {
				"integrity": "sha512-RHxOjqLiHyeTar4mp4n7Cv39+bRWwUuECoAwFqmssbSStUZN/AAhApGE4VHcV9tScDyekIR7sliQGVYFJusVqg==",
				"shasum": "d18dc7329726567a293ae4611c178f57dd9187c2",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.0-beta.2.tgz",
				"fileCount": 11,
				"unpackedSize": 49269,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvT0TCRA9TVsSAnZWagAAoCsP/Rk6HSsBxnWipAFV6TcU\n0/CGW+legJvHn8Sn+8uOcSAHELP88NVFoAVH4DR9nE2dUEXI5UGjEiv0X+0F\nOlafzSAJw9Yz6+kNAbKi4WDI+uTpzpQ5uxp8tR8pUkM4KurnZH/uX44UlTIw\nckn96gJUMHm96OoZD1YBrRs5zJKeUjNRni7Rd7Dt/zsyrlxe9NDou7TTUyuX\niQMeutWH4yepfSuwqP6C9cFinMUMNpDRtOuWOVqZ4/xSrQepf+N4Lg+tpLHd\nF2dW2RzANFxn00KEXdJCupoawEv/5DWcwUvOwEim3IX0ZqiT17IN8+icEkDT\npCo4mtH2zpVqSoNjeC9faqf8gDl1ieKoQuWV9khxEIeUn+oWHRDC4cvLwVtH\nqCnb56QFCoroMHDn3pEjNAxUPXjGPH70bCbyHAmfi3KhuWBTj2WeZ27nH3hN\np+fij2KlmaWLIwYUvcxdXMrIbLoAWEJwT3s+3w6nhhrZJvt4CAt9KXAPwpGK\nT6/s/o1k38otCOgmZ3lR+1MP0iwqTTwhmS1SuHzQr2KmZge2unuIPUe+sNLi\n7T5ElIBQa7qH+LujLIhgz/GnUMmUj9k8dQyii8aSGZY/uSuXVd3otWZ3BW2s\nRUdatYgbgkogLTAKTM2DXwcs1YPMZB5UCduA/ApJoSAoD8NPOSyTH1Re1X5x\nDOvW\r\n=Rd/l\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.2.0-beta.2_1539128594781_0.6645306504104167"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.2.0-beta.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.2.0-beta.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/index.js",
			"module": "dist-es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
				"build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --out-dir dist-es6 --source-maps inline",
				"build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --out-dir dist --source-maps inline",
				"build": "npm run build-clean && npm run build-es6 && npm run build-es5",
				"test": "npm run lint && npm run build && npm run test-node",
				"test-node": "node test/node.js"
			},
			"dependencies": {
				"@deck.gl/core": "^6.2.0-beta.3"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@6.2.0-beta.3",
			"dist": {
				"shasum": "0cd4eb8d5541622b017d97b60506cc157602b5d6",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.0-beta.3.tgz",
				"integrity": "sha512-ZzR5nLk7ChUuKS1udPVDPOfX4QlBG0EoPOaHehtG0rWRHJMrP75IzXAuMLQywG+Cr5Jg4C/o4d756kfGpq5qrg==",
				"fileCount": 15,
				"unpackedSize": 49269,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbwS1eCRA9TVsSAnZWagAA0/cQAIkinWmr4/+uS+80pcWE\nZYfcOFyXO+djCdRrZTqzNfDSgkqUSdt8NFRchnkFr8HHQq2fb/0BKfPXKx0s\na/ddAPgV0aaRaC11ORWfJAkq1MAf/qE54/z8CqT7tTBoOr6YJ4OCMxjqVE93\nYCv8QGETwxTWjOOHlqPXLW6ANxST+Vsw0/z9edLxhnzxNsY3NGV/GffDr6Fi\nR6GyAFqBsS2qrnktm8aXH0gFo23XrM8wBCtbUGAMAV7kX//97aQMwgj/WnZb\n7H/HTt07p4dlViipLWYaAsF3b6wr4vptL2daigL53tkV+vKDGDdotnzg9ADL\n4UcNKiyM8SQy7VV/VGRg9SF9cYCO8fjkJrV1puBjxrZaeXT1u89bL8BvsdPT\nGTGjhCG4146qy3eK3nhO7DS7m3fjNzPwydm/RwRsQFaBbO+7fIrpFAfDbU2I\nocF1ySUmw7b2HPtmAk6xnFBCXvYU0SHI+u636N8Ef5f2VgxsWxI8RZ4WKF0O\n1OiHCLFlL192lcaJTwVngu5pvgyVoJhZ/6KVS7AtuOce+dIQ364nhdZcbyoc\nq8RQpi6RIZlzEb4G2/P3KKSlb9MtJiodNi+Bm3fLvFO/09YMPIWtXutdbUe4\nmMlvYYA1ETbFhanwn/ITaHx6+Ba9FmwL1YGTGs/dO7yauiFN8T+nyEjb3KQ/\nEG5T\r\n=eA4z\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.2.0-beta.3_1539386717652_0.6513879164132512"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.2.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.2.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/index.js",
			"module": "dist-es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
				"build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --out-dir dist-es6 --source-maps inline",
				"build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --out-dir dist --source-maps inline",
				"build": "npm run build-clean && npm run build-es6 && npm run build-es5",
				"test": "npm run lint && npm run build && npm run test-node",
				"test-node": "node test/node.js"
			},
			"dependencies": {
				"@deck.gl/core": "^6.2.0"
			},
			"_id": "@deck.gl/mapbox@6.2.0",
			"dist": {
				"shasum": "1c48e46f8f004bc2aa980bbd935dac98058b5f39",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.0.tgz",
				"integrity": "sha512-O9/sg0Pl5sR2iWSRxZFCwFNzy0qJYEz9NcdIS5CC5oG1+TPbXWUd3QnjzfL1I3eAPwUhZUgov4XhSr0shHHq0A==",
				"fileCount": 15,
				"unpackedSize": 49255,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbw+zeCRA9TVsSAnZWagAAfjUP/Agl6BKQeKvKYoadSqo1\nnA0uEdeARJxRsr/D8W/KdbrnpZLfHeHc5Qr6M3Qjs7qAhHPFb7IdvhDavvpP\nJ8pUdQuqsLK7bRZgFkSutItN1x0kiY46OOGco1b1FWryI+zw+NNydUjeVotk\nw5BXPaAEni7BwbiTVTmZAlw+hWoGDwHVGlj/6q8JJNLuh65fhDTa/qwo7jvU\nAMuyGJGqA7xLzddQleHB+6RjZ0RtdxW9wlnW63uWXwZiHHI5NrqGodd+E4Eu\nwHnQBKoque/HGcKiwCAC16w3zBv6W2OhKfJLK41dgUxKd2fvn2O+idM1rd5o\nBRqLZNl92o+/i4MMS5XQqCsm6b6CuG41W0TjvzsQLtUUQnKO2rQLFpPVi/N4\nO/+X5iJFPQaThWv5jDguFtlE5Q7CyiNj1/YCmEHrZSGtW2Liuw5OEb9vWa9q\njdcqfipAy+JMSOJSKOW2x/FHIqEVUG9OLZpkW5FBioI2d5qwPj/+GuD04TFS\nKCv7O6sraduz8fHHfGk3+EQdE6XUVPvnJdyUKOEmZZEed0b6YdFtdzAL8xYb\nX1iiO726yzyFVD/Oit0FII2+DEKU5ggTskSkKumz+Yc/9WhUOCdvnAOYhb1r\n6ZpOvwHRiihvrKVXsho1cb66sIaqFDTFrkYC2fGM00bJh3ZZ05k5YhIy4gaz\npTmp\r\n=8SFF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.2.0_1539566814055_0.680416151076324"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.2.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.2.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/index.js",
			"module": "dist-es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
				"build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --out-dir dist-es6 --source-maps inline",
				"build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --out-dir dist --source-maps inline",
				"build": "npm run build-clean && npm run build-es6 && npm run build-es5",
				"test": "npm run lint && npm run build && npm run test-node",
				"test-node": "node test/node.js"
			},
			"dependencies": {
				"@deck.gl/core": "^6.2.1"
			},
			"_id": "@deck.gl/mapbox@6.2.1",
			"dist": {
				"shasum": "cabab3b54dc60ab0a3ffb102a8f124e97165e945",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.1.tgz",
				"integrity": "sha512-1BR4YshycdyeN/hNeb4fi6obC9uAAQ5X2SVsUUvsTd+syx+iiqO6/HBd1ulgPe/xxsP6LV37UIwTHr13PgBIUQ==",
				"fileCount": 15,
				"unpackedSize": 49255,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0M+nCRA9TVsSAnZWagAAVu4P/jJAvSA2lkyYd+nJpLgA\nx0YrYYJhoCLs6frTuoGWMmYh8R3LDXtLr+oboDVARmpRTTUJV4YmaDM/92bU\naXDLh+FJgsjcdVb1HWXDJoYDA7OFCI6ZC+fUzlrlFzRf1cEMl3xlJt0jvKQ1\nwy7Zty0WR4QUeWAxI5qUu+7LoosnruMOwnTDcyvr4N2++b4u73AVlRsSniqf\n7MmaoXE54LpndPQvnZpX3/uNFYMXPyjna1RqwqC0SDGVCYgeyxnxZM03cNcU\nluyPbPaIJG1thTZUuQsKD9vqx1K0cCqh/T0ImARP+5ys5z6XF1t6BLytF0MK\nZJnWtONLTeW2vq8BEaLj23tHeF9N8O6q0ePbN2OluNE4PRbTzcoGsHGtdAKV\nvnyLE/Of+E9viwiw9ZpCGHUZQ0PQLLIwoa+dfu+D1KHWzpugzZ9NY57Kxj8O\nu/xjoi8wfPt/OxPNYLYHNaZVrv0SCbIH9UjDtNdhFoSM58ZCxIA5NYw3l8MO\nnWPJkezJxuJxIc95OBMC7wsmNfKxqZHc6iaIHjf6g8XStl8HJC3NzGwx7hRU\nQvwNP2+MBLc3o2o2R3ufB496ttpt6IkbjteCvqJFM4zLoxa+jYtKLrvjlNPX\n0ItTCFoyp+V0jEmMSWofnaxw+WGg+jIGlx0X+UK5DRy2/q28dtlQnybTrHYb\ncBlQ\r\n=pmwM\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.2.1_1540411282331_0.9322787007207762"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.0-alpha.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.0-alpha.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/index.js",
			"module": "dist-es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
				"build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --out-dir dist-es6 --source-maps inline",
				"build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --out-dir dist --source-maps inline",
				"build": "npm run build-clean && npm run build-es6 && npm run build-es5",
				"test": "npm run lint && npm run build && npm run test-node",
				"test-node": "node test/node.js"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.0-alpha.1"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@6.3.0-alpha.1",
			"dist": {
				"shasum": "31237511c81a97eca49d05f51dc318fce74cd7d1",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0-alpha.1.tgz",
				"integrity": "sha512-LN6N1LOy5fEWI08O9jxN8MZpBtXM5M8ZpIX28znHQNNuYcHGaSmuKOYPaf3uJZ0AZUluA/qHBfLwzRWWOmdzWw==",
				"fileCount": 15,
				"unpackedSize": 49271,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0jslCRA9TVsSAnZWagAA05YP/A///6gSxnLG0qKsj7aM\nUg3P5aZnZaH9+4gDbBOOSMwYuXJA8OdsmtlMVWJWdZeCY2cd3wi3flMI6juw\nXeE1vn/tkz+Fj3rqOE9pX9XBo9RNp1lj8gVUka/1Hb8ONAPAKLNDMIN/r3oC\nHgVTJvL3ae2hQ7bg1fJZMm+f1rM54GxLIR8rS9/01I7PiQbp1huX6+UKqzd5\nhPgxBEBf10bEKcPos6WzidNUwK1jEtXBOuJpnvOxh7e8sTbpqQf0pQMq+tcE\nFu2QIlB1oPLY7rApSAWFdmHdZcNSWo1LVW1GicdWJ+hrMgw2eovvesWRedyE\nLFxJnjHMkudpkaqUO6ZUXJiDdXDeAXZEObF50XJ1BBgBnM3hSg8Y6rwsin0O\nXoa5R2ul+WcL8hF+esY0nQlYZNQwOa/5pu0i/IPHvepd4q5ae+YTwpLaGj/h\nTfjR9zOTxaiHj5DKykT7aeIq9han+NyQDKK6bXToODZ/lFA4LfczZ4BGoYhy\noCKaABBZfiPZoZXHu1FVHw4uD8ylvVOurMJFUu+NI7mdsmax/n97HyvdOkfr\nRhBYSkpznTycxF8qqbUtJ15RmaHGCIQK6DL6KmFTGJFQZtCjOeP5SLzoxbxN\nssb1GNSorafgpSEi/N84osjSNWKAiyxPcYXUuKsRutj1juG9TAHWJGp5ql+A\nOYCS\r\n=5cbx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.0-alpha.1_1540504356904_0.16163475218769685"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.2.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.2.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/index.js",
			"module": "dist-es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
				"build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --out-dir dist-es6 --source-maps inline",
				"build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --out-dir dist --source-maps inline",
				"build": "npm run build-clean && npm run build-es6 && npm run build-es5",
				"test": "npm run lint && npm run build && npm run test-node",
				"test-node": "node test/node.js"
			},
			"dependencies": {
				"@deck.gl/core": "^6.2.2"
			},
			"_id": "@deck.gl/mapbox@6.2.2",
			"dist": {
				"shasum": "a5c8f881e9fbffd46f8160a836e053848df2e096",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.2.tgz",
				"integrity": "sha512-PXEHCsyovMSB8FwOcxslOEva922TfSor9eolvlLWJlBy3PIiy5ioiOn8truj38dtsUG2emCQUvFbF9B8qe3LgA==",
				"fileCount": 15,
				"unpackedSize": 49255,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0lccCRA9TVsSAnZWagAAQucP/02EtwGZBUrAth8wXT8p\nGr3ivXrrTsnOtMB3QWjV+yGz9YRkvubXkSOXqjbNF7Czstp2Hzi0DKihF4PN\nhn9aIG30F2Caxo+aMmR0Fdm2BNiSo5FAqvYc76dL2eqrz6aoLm9rYpZW+HSC\nB+NLiR+5LU5HhJloo8RMOFGRtSlfJB4zwrl/xe8yzIRcXBqrYwMIqU0ivYj0\nO8Q3Qu3YIYiFt3sY2tmwp/rE8UjmNAumtB3K4SGHeGaapukCAnf34axE6uHf\nbF0ARM56A0aNLfrHrjalUqrgLGuyOEbXEmnX3v6iQREDooImgMqU/aQyeJj9\n+2EH0qkyzLZmOnZSEawkcvpY6SS4e1KjvFi0bMfIyIMRspML9ZjMqNHfYDoL\nmLvFodtSX+VKwgqpoVKfDc8RGL/f7CY5TKk/fpfpkR/oMoe/hllOmYGoeYCu\ncxiMyNCN3VJm9BJuAkAIH8LlRBRaV6860coL2+hgZSk+1cr+8AkAhAMyZlY4\nka52F+F48hvym6GWLDOm67ufJ5w4VGwtDl6uS1PTH0ustbw33ZlkcsgDKHuF\n5Fq4HFWp/hcQk/USanD575Wi3j+8d8xkIgUyNuVTn1EzcjjLMY3F4X5assy4\nQBxV2iY4Wfm2Xt4VMOKxz7SpK0+DaDR9aKHpTkV6bAfBQVDYsfUnQ7xTWdmb\nInaR\r\n=VHBi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.2.2_1540511516145_0.977159751993167"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.2.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.2.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/index.js",
			"module": "dist-es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
				"build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --out-dir dist-es6 --source-maps inline",
				"build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --out-dir dist --source-maps inline",
				"build": "npm run build-clean && npm run build-es6 && npm run build-es5",
				"test": "npm run lint && npm run build && npm run test-node",
				"test-node": "node test/node.js"
			},
			"dependencies": {
				"@deck.gl/core": "^6.2.3"
			},
			"_id": "@deck.gl/mapbox@6.2.3",
			"dist": {
				"shasum": "4a40dae21e58b38e37df8f286bb386893c0fcc4d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.3.tgz",
				"integrity": "sha512-GwZLNDeeeearKzDlojtcFP/nkwwBrFkX/SVYxjTD5O3hGiH2005KnUCrrVlwrrGqEa08KK/QX5UAmrkC/BBaDA==",
				"fileCount": 15,
				"unpackedSize": 51155,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb05hvCRA9TVsSAnZWagAAJj4P/RWPXUOJfNTetlP88Fw4\nh5V6DgiD3wJxR5n09blWNcyvxCLPjyGIJuioG+qeAG1n3Yrjor6PnetdkQB+\nA5t+Wu0/UO+YyGniUxLUSVStUhNpx6BToPiloTBUmwAwwcnVQTUCGAE6TRO1\nIxxPzLM/GeqJhPVAmrraoQ6cr/geXknajVOe9qoLnw6pEiom1FCuvOImihaa\nBaf9IJZ+knvLU08HMELjal6rBxReHOtC1PBCvrhhLB7aDsNwmIT9nNn39anP\nZS3wffLYsguP74K7Q9UA+FZ12aLZ2l3TXGZTf6lzKG/WV31wbPUz683JxFDx\nKrMBrig2aOCG8VTt9MbjlfbLGrYV3Iubgv7soaD4ve/UWbmcCuxh8x7b2/B+\n4cDbUrqJLqxDCXECGpn6L1ZT9UA8e3Ys4zkWHxTAQWwtF0yy7G3Nkek2kUf5\nImX6H+uBmPk8ymbotQtSrepG6DjNE7x6qkXxProRBDMde03Ytf/ENEVKshQk\nIDHNTV96HjpPlgs4BTLHPKL9ZL8mwt3ptE7nU8OID3ORP2egQOoDzMn4Nmrp\nDMqKC4BF6bIUGDJ9vZmleWWANtY1nLv/aU2x6xb7p2CKE8yRIoJ9sGGW1TKw\n++3mLYm7una4tesbCOEzD1r09x3NvTnnX1FB0DD8dJ2ZDQA+OcIzCyTtZzQp\nEv7w\r\n=jCQv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.2.3_1540593775241_0.48388952787501416"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.0-alpha.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.0-alpha.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.0-alpha.2"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@6.3.0-alpha.2",
			"dist": {
				"shasum": "34c929fb69edad453d03ed53ef12120ef8e29b32",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0-alpha.2.tgz",
				"integrity": "sha512-87zRvdofC6BO7IuhDr0x6GKKLV2g2y3j33VHB9F97HOAK3Zw0gBabdOJ5tUMro9nbievdeyableMGhm19ZqqmA==",
				"fileCount": 29,
				"unpackedSize": 65167,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3M6RCRA9TVsSAnZWagAAy1MP/RcyZirlHsiJgoqG3cxo\n34q3CRD+k4eDtN4jxgaYqLJuahAjTnogLXLQEX+TpJcf8ilmqlCuLUOI3FF0\nB79J6F3bxSc/OIJ8TLVzgOtWlPQ92DhLITZWPOXMuQSsZYDnQ/pYjhGo8Eif\navW+TAtrd/MDj9FQQNb0C4+/DXBpar1bL3xwvSC7GYNhHuX51Nildh95UzH2\npStMZ0tAXwHz/0T+EEjhPugKYG95xWuPK8zx/tVasivPeZzQ9/j40a5mbepq\nR02MJT2d2BAKUrKA4/2di/2yaL1cVobxIoqKeyOboT6LclQsS9dBNu9h219t\n6x8TMJWKoRD5kOFJG9lSe8WS9mmBgNDtTL2vQsLbp9/lcR1si51jQeXynAS8\nJwZof/eSOppWDKJKIQUjA1ozJk0RJF201Vf4v4trtaiJHCfpVzBxujUbojue\n/6XExvN5wN0136CzcLQeuBJWORGNYHH4XNslAxgW3qXyF94eZFI0enVOfH1f\n8AkR621qOd3ba25lVqzaH4/0EC5tsfqUT09aTaRpbgD5SEW+aKVh6nu7ddMd\nmgQTt2mTMvN0g1iBRcNjn2fsoFOoM19wCJhNLlKO2R+5JedRQQAb8FAkGmlB\nfC2ptU06G2TplIAqwhvXDLRNfdR3xPWIBMir0mvz/2SEkL4SWWfDhKxGn3MK\nW1Za\r\n=qJ0r\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.0-alpha.2_1541197456957_0.3180287000351636"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.0-alpha.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.0-alpha.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.0-alpha.3"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@6.3.0-alpha.3",
			"dist": {
				"shasum": "c890d20b66cbe1d147d2ae51e2f6fb9f5ff65106",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0-alpha.3.tgz",
				"integrity": "sha512-qxrw4x2VQ4XI1StmvKoM0hCca0uVWb+R9rCGp0l41/kaPk9emExUctGP7sViGf23wn5W9AxqXR/3GxJLOt1TOQ==",
				"fileCount": 29,
				"unpackedSize": 69708,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4L6qCRA9TVsSAnZWagAACL0P/ivprNtxuiLwxEsGPS4m\nuQzkEbS0cYOoxEgQRw6O/1xq7tx5y71lDp7Tx4Mcdm6FHThKWV8uoUqEpNSk\nyY/uzePoRriqSQd85XCsxQrZpLEtbP8oF7SzD9lt28EbVWxfrof+e2Hz4v39\nbRL7jMd9CupGF5OAQp5hvHCCk5XPZ5aSKNnGKMwAna988cw79wJg+F7yOFhl\nqHBpUe8grdUdl38eeGZr27eEwj8g0oK/JkFSXpSUT/V+ot+0c3p8Gh8BWS8c\n05kCdUt8PuknYaOtZj0DvhuBmHYR3uRDgmLtr6jDKkudQ5sfrUJOCrGY+TDU\nEjMBvJnADTBn9UfdYwe6mTRWgXZO2xxNudE567AC5zo0Ha0lV3MJZxe5jUc0\nOIc61IUN2Bz0KdNrKasnAO+iMDHXghqlemgzueH+NhaKuetFXt9GAM5GS+iL\n8qpm9U3waVhRonwwxsGYlyYGSOlAYK7LcpkaGH1GRL0OboUjfKeIxhF+40/b\nPnTgs5EPCKq5NLilqpsgnSmtcSQ/7Lx8fqbMl+HmvY/o7ZHawjmMPX2yE/mM\n4/0s+mpgFz7rhFZvqkVb7Mss4TEMe9O2ncNsQkcszYVoJqNOlmFSE+A6KPa0\nC5kcN5cj18O6ZoWj8YRhWyJgWWankNtclqRWHvY0vBc08c3fxhmNpJnFgkRf\nUZLU\r\n=iqlK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.0-alpha.3_1541455529428_0.15291160977280716"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.2.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.2.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/index.js",
			"module": "dist-es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
				"build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --out-dir dist-es6 --source-maps inline",
				"build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --out-dir dist --source-maps inline",
				"build": "npm run build-clean && npm run build-es6 && npm run build-es5",
				"test": "npm run lint && npm run build && npm run test-node",
				"test-node": "node test/node.js"
			},
			"dependencies": {
				"@deck.gl/core": "^6.2.4"
			},
			"_id": "@deck.gl/mapbox@6.2.4",
			"dist": {
				"shasum": "8475128ae21bd3f2f9f04b1b58cf70c63e03d0b0",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.4.tgz",
				"integrity": "sha512-Ycs9SFWyAoLcLwL6Ba0ewAFOZJI5uew4r75x3/aHQGfOFl8SUAeo5I0XShXgCQ5icwSgU+HkkbpBoaJ1m+0yBQ==",
				"fileCount": 15,
				"unpackedSize": 51155,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb40w4CRA9TVsSAnZWagAAYkkQAIZ8ykMpqq+YZXnYfEAE\nafEIgqNphEanBIF15oKB5CweqZx0E3YYcvkKB51IaTrp29UqEpTDI3mGWdYB\nLoeBq1snO5je7oLoiuUBhszsbDCuIK+pr6fxkg0SbaWlqRfCKQn/u2Ygnc0R\nRUkTUCrn3HWilNa4ThRH3/Xp8LrYF/b8wYlXq8ng5/jnGsmOCKl5QxxATdL0\narDHX8or4Dgvr53u1eAddi9NMbcSLJdSVjUuZ9htcehXHE8pJsGnKWCg841j\nw6q/jy4XEFyPcRWqaAttwf2EWpogUq0nEF0Wx/wXTU8+m4JUtTQ/qmvytuVf\nqrR2QnHnm1TkAJ9syBgiBlfo3c3/zWKSrVSBRJmLWHgDy2k9/9qyPxlutUD2\nE+wT6TJ5hzMq8XySns2VohN/3sa/zs3Gv2xjdzwbOTaPdXDKDKW4uuocRxX/\nXz9jKqWgkJk849brIr/96Xe1BEC1glhVgKgBm4VHtpt/yiKGsrYurwtFOITR\n3NN0wne6ex97LQJBkIohyxbWfNTDNHKJffq+RE8aAjdiOjh2e3ylaENj+NFu\nVrzqOf6J9SQuSOyqzpB2dpenQbsFLWfO3tvZ+QQaHJQTjEik8OPrwwie/Mm0\n2A934vL81WfTWcBl0bkTd2kC8oGYITt9/iAt4E+od6YhOaFIMy3z/SmAov5Q\ngMmz\r\n=a2Oa\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.2.4_1541622839949_0.09323398449968034"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.0-beta.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.0-beta.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.0-beta.1"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@6.3.0-beta.1",
			"dist": {
				"shasum": "738493ed517231f53824014210506a99d5f8b352",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0-beta.1.tgz",
				"integrity": "sha512-S0KLbETf4svX9mytDtXERh1gdSNfjZU2HGcDsSPb+tr+7mJbH4gKuevzwrjnsvXAXMXXdG2OdINEcZ4gSa1piw==",
				"fileCount": 29,
				"unpackedSize": 69706,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6SIzCRA9TVsSAnZWagAA3kMP/0gAWYZjaR3tKGJO2u3p\nEjGDxM0Y1D5IDV0v/gIjkJSdxYSxRj28vPGAH/TsAmz0w8GBfArCie6YklTH\nTtoVyAeAa1OrQoF4oNSawLrpkTVG9gvdTKAS53bno2bfbNl8kcosEQEEP0v2\nziZv45HTv9QZzariedF9xZBFQTT7M8anpndkCOHGyHQCihDKIDoiIKvFpvTl\njPdFYFMFU3+OkLzC2cXrTjOF0ddu3b/AlNkGvaKvFFV1OwIJYXzjz9cepOYo\nUWbI3vZjUfBfS22G0vfLnnPqFQDBTCTTaq/iyfbIKDVUjiPhl4896K9fCT73\n6WZGa8ib6XrTEQbiCCZUg4h60Ff2dJKHHC97GxGOd4xPIejwHmenLCJ3iYSZ\nZGtJfYo+V+hzS0mr8wgEh1SC572oUKaCeOqNWFwj7dmJ+kLlO0qY4CUAr5St\nNnhfYH1++EFM0BsBSB9Lngj6ktX+apV2lSsSJ7qwiSiHSTknxa93WGkSDlhi\nkDM6M46lGo9XGxHh1M/TnC7WyK9/vxr+VxnhHT9eCuv6f5HfYosJlp/9MrxZ\nCHoLYXSq1aKsj2VDeE1fzfx/P/PYA2wLm3xV+tmCA1sLSZcQvWc80a4dDctP\n09WnzfjCopj9ZOdIK1175Ky1HkUZEkl5bNgBmSuHUKHDQkDrDq5J3Vc2lMiT\nZFvh\r\n=r6l3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.0-beta.1_1542005299143_0.5922138533943409"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.0-beta.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.0-beta.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.0-beta.2"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@6.3.0-beta.2",
			"dist": {
				"shasum": "f613cab500eefaa9acf70218c6c0acc31a54bc79",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0-beta.2.tgz",
				"integrity": "sha512-T4WmlkBYtjZBcvqBy4T4oH2g2ykM4AkqCJzh7kxTCMErFTCRVe9jqs5X7fWGcX+LATuCFXD/zVklKYo2uO8f9w==",
				"fileCount": 29,
				"unpackedSize": 69706,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb63G6CRA9TVsSAnZWagAA7owP/jQur4NYi3uDEHQ6NeR9\npyzGCy0LMOl7H0V1tPsEM86RsCj4EMaK0IIuh0mtGlGQibvOEf+3HAzUV2uY\ncI2qh9gS0W9lExX2KyqS0WMy3q6sxs8PH4sY3lAlQLhM02EyUcfm+eH7gUMe\nisyHnFWZeBM0387tUFhIkCYSCIb9allj2Zq2kgbrlKYcqQID0ft1mzSRAa56\nwdD0XSzCmawnUf6KC1FhOambbp7mDFZCWjcYH7cNuF9ecUjDxRGlGFDKHpTz\nr9jK3B0awraajr7n8MO0WVZEj2r4asNAmhGO4ojBb5RgK373aIdGwBupe0rZ\npomXrdbBeBv94aDQlB+PkBPUB59vzUMAmjdyImv1ho9PCaV0dgefyNfDI+nC\n2H5hCKrLvotqHPz22qeQ+C7GsPWv6c2nq7/REEre+/9pNp2yQLRMe20Jjlcx\nWa4Ns6bh5JiJn2/dbqPURqw/U3XVjqMsYD73yInPdDXmVMFTcEFRBI1cwmE7\nlaIPt5DEoa5ayRFNxYSzi8M3bjWC38G1LdyWceV1erKsGF+zCWPfdAKwV94w\ngnYj9t107N1MHE5D6+1kaeObjFxzmNnd5gJP8/zlPW1gAH/onhMj9Ski2Btk\nJv8WU6c+YIhSvSrHz5DO/WghYSFm3LzKNPDOcTioVGn63zojvIY0FhN0Ins3\nNi1T\r\n=LRkt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.0-beta.2_1542156729364_0.9069574975617134"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.0"
			},
			"_id": "@deck.gl/mapbox@6.3.0",
			"dist": {
				"shasum": "9f5314eb1a3b69b27dd86a1df500430b6de53f21",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0.tgz",
				"integrity": "sha512-4EfRnRf4ohh4MjHy85PlgXPW/f0LEQqytzA6jLvtLsKwsa8Rvl4OUm64du/22a7lZYwwf98RLRvyDLTluHjgMg==",
				"fileCount": 29,
				"unpackedSize": 69692,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb80YrCRA9TVsSAnZWagAAROkP/1F1XcWgXpcexNFjttko\nyDuIVSXgZfEtu8IOEbKRkj7UMTu6cZggprTv/9dtBce52Q7hHbl3PxyudW8g\nrv/DGvjtbfPSWl669htQNpiJQElQF4LeXve6a7Nx2gTBY/WW8TpK3zFmOogH\nl3w6O9KPmj/516YvkufLhvb3YTh+LJXoBplPwM/0jWdwOi8nd45U5s+R6YZn\nNvh1jGsUxukc22uOBhYg26MxdjujfmeLWjasIiAn3z95iH5iTmZ/AVN9Wo0I\nI7QDe0lbKZ8lyutd9DFF/QPcDjBDclWehgnIdL1hqXoq9S3zD0CakRQ+1R0d\n/SS1rk5TUvjFa9K1s9fFLCYHPuJyVObSXyhgvY1CNpxsljbWhOiPE9tVU97M\n8fWp5M8yqlZP8cbuZQtgJKv22X2J5QkSc0ENEXNBE0CHCKnskDgJE7CRv8xh\nE9mE63YpXhLHpp5pv/AOCQkvVcqgVkQV0f/ID12facUeY4Q6zxOnH8zCgmAP\nKRmZD6WZ4zjjXJu3cgpO1hTC0GrZ8r8C0UBXksA1TaVZxpZfs9qobch6uiHh\ntPgiMJogZaKPlje2oDrMiZTLdkB4JTv2kuityDObY7/nJPKvoyBDxyEWj/VV\nklpHrcyElg+KyzaUJsbkNzY223FDe8Xi3vWHU50fJ4uB2TAbaUrtOsikQdHW\nvHxt\r\n=ZOXK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "ibgreen-deck.gl",
					"email": "ib@uber.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.0_1542669867040_0.34036904489389475"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.1"
			},
			"_id": "@deck.gl/mapbox@6.3.1",
			"dist": {
				"shasum": "0a03089a860b3e1358125be1102da3cb7d1d2415",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.1.tgz",
				"integrity": "sha512-thp2XP3sEbNWLmWFsHTcZWcmhjmTs99QDiBMH3roBPsT5FupUz1eL/uLBxpAKsIAZhB2CFSD6Uu3JwoPU1Ot5Q==",
				"fileCount": 29,
				"unpackedSize": 70546,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBtPiCRA9TVsSAnZWagAAbS4P/0uD/5jZaPWByL7SHuIq\n1uUiAnflalvz4PX4b4MaOt0i1gfNN8xpKtuEzo4Nw8m4dE/NeGWLmzXk8Sav\nrYQwvE8xVQhp5Y3Nadi+qVFA8S/35ilcAXWtE6S9yTxoV/hHKJRzawBg7XPM\n4x7VzjEUGygamoj1tAKBT6KXZc/rhRFkcVMV76axV2K10WbWfPBhpMAfbGtp\nV4tLBSFE3GDFAr+PMWkvvfqVGFcRgtm+nfoPMvCGLjiNEqhLNPsKYGsfqMRb\ndY9pjEvpHnuJFkg/jdZNHRABWP4NPytVDVID7zb4CsdCEc6Qx+1+PqrsQt5b\ncUsYG7fW+u4695Pqt0mJvL+yyQ/cp3ltOnUxEJP45aZEh0MFERhfGd9B80bp\n8AQtjBra1y/NY0bk4IZS8rkgUfIMzY0kQwaQlbZBE88ufosFKTkH/RxsjYix\n4kawMlBcxduC85/2QOvOIiRFyOd9wwvGqs1kDEbK8SdcYRmKN3HabrRmmp+s\nh166u15jRCh+7iEc0IhSySK61mFhrgvwSQN9lBZxbHbJVzsLOcVaQigHG5Yi\nbUnVU787Lj9JmySP2gVysPbkvBQ8+qXXpH7auv/ohK3PaQBWNkAfEI2xwawK\nyQK04Pt8m2sQDkrBhHIMLBKgoNx+iOZ0zL3VcxDXgKDJFoGSnhw+WatkWuG8\nYyjk\r\n=TNU3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.1_1543951330151_0.21331571763142576"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.2"
			},
			"_id": "@deck.gl/mapbox@6.3.2",
			"dist": {
				"shasum": "e81b9d98b075dd4fd068f679f5c5df9e2320a252",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.2.tgz",
				"integrity": "sha512-RaOjm5aXWUnaW7XvZOTsw3/5C8TcndvjRu9di2ib6wVMhODGOiS0AnbJZ0vDVIE1ifanXUsy7ekwrjXqK2QzCg==",
				"fileCount": 29,
				"unpackedSize": 70546,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDtDaCRA9TVsSAnZWagAAFjIP/1bVqgWbIIHJIUeWQaZo\np75AcC8CpVxjHMThH71GGQEZOifFfe18NE52zlgf+bBXA9okRd75/4KSGoUc\ntkQvKPOMeTEXQOvjhM1faZCd1mjsq3Z8PkOxlRPUirsYbTqty0GTEOtzN+3l\nFzdMjwQLXkgCqRNqKpniA/YBg/ZY3LPEQ/j4abRqOX2aRCb+YiI/nSPfh/1N\nu5V/uy4/36BqPqjPXgipaPT/WR5dVFrsKBp9IY+XewyZ2kWiw7tLj3AvcTR4\nbkTaP0aRkLfpJ6w1jqEXKMPX0QG2ZeQqHwI2/sET6qHsdV4MDhN7yRc9C3Dh\nHsEkIbdZ9Ycnff4BMXqVASpvE2CmCTp7SBOilO87/qPWa5LpMIuMin+lGxLr\nQAgWrHjBC+1Bvxnbwy6ZHUXU6MsZ+fEjtxkSawnec4PomW7PG/0TdZZWGs3r\nMloVstFJuRdnzURhXMXAb6YIw4k3GLLlYOWDrL3cZJufREiejlF4lFx1gRA0\nZugrmfrA8jIu7m617MBglqqTbsvL2qOJ/942Q8RdnSbYA9VqdsdKzKbI6X/a\nwvHWnpaNckRHDyw+fuYKAjqSec/hKwToa9d2Dh9Umg96Wxpasid1LbUXVYMv\nCal/dliPurNGLLMsDNTEu4I8y673Ltj9SsDi71R5DqwHu5H3vnLFAlQhNf+A\nSNm9\r\n=+jjq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.2_1544474842028_0.21051029647007402"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0-alpha.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^7.0.0-alpha.1"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.0.0-alpha.1",
			"dist": {
				"shasum": "0e81ec1989b1e14f6f2aefb323c398863e3d1ad9",
				"integrity": "sha512-MtdzmeFNR5m9g2VXEeKmrcQ+SXUZ8MT9UaLmYaRdx/3HpDjHgF7YpvRSkVMPAFrWv0aQwA+1Ayzvdq5JDYkEVg==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-alpha.1.tgz",
				"fileCount": 29,
				"unpackedSize": 70562,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcDuFrCRA9TVsSAnZWagAALVoP/RsglSoorFKqROYF4FyL\nm1TnJAdaWmexkfh6b5l41Ly3BoLH/diiWSihMl22PXV5xkpyvoVjZlIXRxyN\nMGunQCbxfsiBTsD+ypYAzGSt3doaNgswO7VpOMdgLLKGAOqRqb0Bthegy0hm\nxuCLfJo4i/3s2JVG+vDWVcLfaWNkVjhEDddhFHQS0535ZwFt9hbjwNLFgfJ0\nVP04uBriBfmGcUTDzp575ph/211b692YwBAvhCFtT0J4blk+35lB10vCdHJ0\nmaI3+p9pw0SWgu/DKrsiuTQs4K7T69eWGty78rp/ijVFl4BUNDmTtsNtmzFA\nsVsmIr5GQraQS4x235RBQ/N0hk98p6kH8TFD3t/Voyikq1EPiERvAX9kivg0\nolkYVNNN7EkULx7ODT0JgUH905eZCcCTd4C/T+r7MEIe0hNTfUVhKvSI26B1\nN+eCFJmpSoJH15KcQ8+bvdJYVwbc7CQiqgJPmPU0HfI4j6NM681ppa0q7wMl\n0PDaGSpfuJInc4jzhLdim8itxv7KHmii/ULX5Jqy+7yqF4lAE7+SOSH7sFzT\nCqbDxgYpycQiHotyY4Wqqz5ri5MFRI55SbH5yyRAEEjOUi5Ximfq/V4oxSDw\nNWHV6+6tGUf0LPnqpPjkPiUe6kf1YwvFWWSLrz7+iYEnTstUw3fRERg+nSS8\n1D5y\r\n=+jUF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0-alpha.1_1544479082793_0.6111987152494849"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0-alpha.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^7.0.0-alpha.2"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.0.0-alpha.2",
			"dist": {
				"shasum": "a6fa96bb651bcf019e8963dde397103ffa666d47",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-alpha.2.tgz",
				"integrity": "sha512-w0eHeJMb6N52eW/0+Hpl65UvEhnAJvv7DoI24FWWTjYG8cV6Vw8F1rAk7VAU+LpEGXccX16ivSlwPyvvtxX5iw==",
				"fileCount": 29,
				"unpackedSize": 70562,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG9IOCRA9TVsSAnZWagAAQ4AQAJPznmYzJGlBieeE/T9g\nLAkDFctKHOATGv4whX0sG44HJMmkq7bwnesVfIdnP3Fzl6BPX8OtApDQdE9m\nva8nLLqDSih0Dbj+z8YmxTCyM+MEIXKbTRQTNi8qq6IOfc/H8Lsw4/WMzggj\nq085bEBWbmWEUT1eTPOCKUnjdis6mEnj7zKaa9/k1NgFKH7ocwFYoxySGVd5\nYvrrdqUfwmTfmyuQOLTNiwpAS67tNPeX2yf4TCc8US4Y7dwgowqWhtekGpcM\nztCtPOZ9DUZk32Z3lry5VmWJoVPb+IoPkiLMZCgbM45s268z2SFMf4V5MYVw\nZlczPNcwG7RLcGbkWpUpFKNY0sznQuCrbmZhkSL9rF1Ua3I7rLREVk8HnCp6\nr1UF6luRru154xTQMabZ1cxEu4ej2X3MK22FR6Z3SjpFazCmNDK7NnRsO02D\nOM84+UqJR6r7pJMuYX6c0uuUnaGLFhj0+ycEP1leCPc+3s1hJpIwh86BIv/2\nY0wyGIVHlYHvIUohx6P01Ei428TJfLV7BVK2xh+Deg3oaZUw7qfKUUUvfe1l\nRUR1WwH2Pc6gtcvrQk6tZWEkH/ATZdZ3Cbie9cbVJAkILGCE+a5E1gxrpJIc\ndpk5SSx8WFO8f/FK8etX95Kb5E1VbqLXr+Rov1UHPEo9I/2lyohhCYEVR9q3\naN2K\r\n=y3Yz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0-alpha.2_1545327118063_0.6888518998624986"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.3"
			},
			"_id": "@deck.gl/mapbox@6.3.3",
			"dist": {
				"shasum": "2a9d0e9ef8e62641e4773fb3e9e40c07d40b7bf4",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.3.tgz",
				"integrity": "sha512-OMpyxykel6BDI4HOYx8nZRZcUAgqLaBOSDs/vadgppgZWXFZpojZcWh3sra75gHWMiq6TC+c6B0+C1XC0O5e5Q==",
				"fileCount": 29,
				"unpackedSize": 70546,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLSr/CRA9TVsSAnZWagAA4qoP/116VKNEqxkk35NlycNu\nXLfPreEQkbCEJIaTdThK89tGtDgShyqDDBsVcIpvywGJb4TTm8s5EfB0lf0d\noJNWKwocd7GJxn6p96ccTBfIA0P2KboPgdzktjVvfdXrNTa6FewyzQfIZT08\nldIEyHndh/eiOdA2dl2H2TL6FTdReJ34Bu7vwppSrgDtXUl+M4f1FIyGjB/F\n0l5eIaILVIdXVt/tLR8Pn4bOaAINWzNGYExqbXfzMRteCoF8hf8d8ePXMmwN\nPrXYjq9//7A4tFqA4Ebs2IveoJKR3HDggwnm7UyWrZVO5VeJixUdRyecxNst\n2d2TX5vPdXX4lF0b+Eb383umQl/T6yBMSi9KGMQVRWzeBu+N3zaaNxRC6IYA\nLnTMdueKcEv0UmXrXUShpqfpzpvNH4iEtfrtMs8mUjNJyIuLKKX7khzfzmQE\nzMhOcJCLP2F/j8otOA1EGpmrRBP1IKJfUFjYvi2PY2QQFcte1iPtN0x5keKK\nvko513vj5UusY9Fo/GDNv9VmYi6Mwt7/OlGppNNy8JD3rRTdgr4syGzazXhq\nFj5h9oonRg9mzfTFxTm0tDvIgJkHa4mwGwMG+FcgokPfbxsDxSr09NB8f7U6\nloJ0kRZZIQXapNIP2bQISmXtqmGuxqXbK4yw0xWcQqsow/t60utvjby0hwJz\ngpXB\r\n=iFvc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.3_1546463999077_0.1135270216586921"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.4"
			},
			"_id": "@deck.gl/mapbox@6.3.4",
			"dist": {
				"shasum": "1d092c0ddaaa4928af3d99010a9b7f62ef7f9ec1",
				"integrity": "sha512-XyvU+PVN7gZZHWpIBJSmC6VII+4XX5aOcqOTejtY18tUDXKnsjAXOJMoH9GzOFCI8cZrJD7EG+G97efRERMDiQ==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.4.tgz",
				"fileCount": 29,
				"unpackedSize": 70546,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOUR7CRA9TVsSAnZWagAA6O0QAKQrl8OEZSqqpP4FJ3M2\ne/0f4nrRwMqmdsCG+aedbTALao2t9acq+pvAyyvj85G3T60nSERaIz5pf2Dk\naeZUcDonnhmEIoqCfwCuDwXbvFkZvuqvbvxyHEhGvULwo77fA0zVlJZvB6hq\nxmZ2rihhHHNip46SSRyqocMdyBO/w2zkkOes6Y9xlH9WEK7xLv+bp6R6A1M3\nLH3sFy9/0yRdjyjtN/4/8CGck82eg88eOWl9CZVMIU7mlP+G4cz/HLXDWd32\naaofu6G38CTrvIu89K3voyRkpi8W1vRM2nK+l+pvt7BssSrinlx5/GyBX4Z7\nTkrtMN51o0luhaveAWA45I4bgMckHhmTLemrRsVz4914gbATDO636U6r4bU5\n/eamqEgW1MQaxByJoG8DFqIp/VW64Oi6IKfFDt/6M2pQX6LIGXK+2GiFrezK\ngOLTo+YeVu9Lhr/Ns6Ux48uL8VafSHxZev8bf5+MqccKdgnzt4Cq1Q0qbW3q\npiEPGnX6043OZxFHQzvPRS1I6mT5Nzt4EKVyDkVmznY09xaizKPQs8SkJ23B\nUqvZPpPf4oK+wUm0L2lBYWOQH6nmaCDCab6eK+bzNvd+OKdyNO0QtKAHpNJf\nRAcSmSaaxnKN2Gri3mmunwc6WJo8iHkfftFrPOoX8R7+tBxhYcIrtOfaY+dO\n+6Pv\r\n=qvdQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "tgorkin",
				"email": "tgorkin@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.4_1547256955112_0.6082337576921684"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.0-alpha.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.0-alpha.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.0-alpha.1"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@6.4.0-alpha.1",
			"dist": {
				"shasum": "4af15f2ce477fcf0255db75f052198329f3696cc",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.0-alpha.1.tgz",
				"integrity": "sha512-7/hv9MYDlEVNVvP0E76+7NnFLV/591A0F81lphnOQSJfpTc4TCdU6HjxTIp+W28qQSjAHzQFHGn0XuopSsaHvw==",
				"fileCount": 29,
				"unpackedSize": 70562,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOVa0CRA9TVsSAnZWagAAgusP/A6c8tpw42mYYZMsv/G5\n3dOR3fj9Ifz1+mkc3pMYp0TWE5s1WHAaNDsL3QV/g/zMFXy9gSb++16MS3Ie\nivJL/m9MCdwEVgEYi67jrCOHnToemZoS7bW4a+cVZy7+d/cYAhbdlHxl5E17\nW5n/UXjJYM5tU8PrEZf0Wc8+6bTcvN7O5hGFD59R2phQ5X0xa1xIcvMNA9uF\nG35jNSKaryktqJGc+My2gMjDlTQlnkRi3xPa5ieZN6AMRs0jszjey1ErpPcR\nHe23FH/zlSx8W3it23GF2uEuzVZMlu075OZG6t3AgqJK4hMwNhlmDSscgKuk\ndRIA52mlRiRRW82mPxSPnCuvy9b+lcX1ff9ux7dHGKi6Y08m8+94LsMpeAMx\n2nzlzf3YhAta78XozwMiMcwZD05DlA/yyN1+dZf1dK8RjviMuxiLUegaf4c9\nMSNXZ+pKrI+3qclSW/iLFfCPMVPfgeRQx8SmxP2NtHA4SYNOE2ffXoPZZ1U9\ngaZvAE2t4OKe3F67k3m17L6vSQJpzDCkRUwlVzc7D6INh+EvGPYdD/dSveFh\nAT+RtlYqovNtL83OqnFMsn/8H/aX5yDuzm7roTj0zH7WmphkWGKMaGu+JPPK\nbGadwgCXG4X4MeAoKeY/LaTLbJ5se38onm2l+J5HG+8I3lTZWH3Yk3MonbND\ni0c6\r\n=0OuP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.0-alpha.1_1547261620147_0.18574195745883149"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.4"
			},
			"_id": "@deck.gl/mapbox@6.3.5",
			"dist": {
				"shasum": "d3902453ece14ad5f40ff650ebf4e9a49ec21914",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.5.tgz",
				"integrity": "sha512-Vrr6zTXzLiJ9JFK1yCrbSrmAq0Y9yzh9wYuNT7ZTPr28B5dyDBplsZPBiyCaOU+cYfJZfbv6tdqNvC6wEHAtaA==",
				"fileCount": 29,
				"unpackedSize": 72645,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPSsKCRA9TVsSAnZWagAAEBcP/2bfA982do3n8+YmeeKW\nUP/hQoZIHB7xFc1YVsCAsf6y7Gjle02V28p+NX+5qS2Gxzn6+bssYlY9tRq4\nTRlkavZly/Dt9drW5Q4mwMsrCS+WvrOGKV/t4UZRp7V32RnQL1fjNJx3+hSy\nK4MIz9momn4FG51hCKtJ3dL0Ga+PBmzWWeQABiPMPn50CA5ZChSP1JNOEpgN\nnvpaBZxaKFnRUtCcbYu3TVamPyODRiDKnA+F637YeLDUXD51uElYjdUhnLr7\nyNyLr1k9t9blWTjuOp9RTMQ2Ilcn38fy9R/f6dp1R3TAmEWu3BnsLJY/6N8A\nzqRhSAQJtRDrs1mXnR+8jp4KYhuhJIh0OQAzpRPTtxIUORFKU8DaG8xV/M4Q\nu18AERYkagQajP9+WAMcJ24We9lFHF3ftJ/OwOVh1NYWViZlMp18xW1StBe5\nnpkMAZ+Em+kxYOyKvleIhKhMmerYUUX/zs+He+2gzLfeX0D3oOcfbrgfUuAg\nCqqwGywia/pNclXgqe5gOANzsQ14jd11rVMLFQ4cKu+lIuyHp08PsUCdIxIb\n/jyGvPZYEzRHhV3NbS6J3aJd5OZvzPQa1Vw/HGb7PSQQTcpH1erNugwUzNS9\nZuisO+Z1TEoJELAZrIQ38HpyB8hpjvhi8bqbM6egMp8P+xwkx8WuBnTlTbXU\nOrAZ\r\n=qeAL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.5_1547512585667_0.6877954223947573"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.6"
			},
			"_id": "@deck.gl/mapbox@6.3.6",
			"dist": {
				"shasum": "0fcbb212a666cac2b62a92b6e51577dc38ee788b",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.6.tgz",
				"integrity": "sha512-y4dLOiPvbBr5+sJiLExWui9bRq8rf8H8tYpHR1gdd7Nze1D7UdJ4SfvJCWhMBp0IHk6KCjcKQCcLOjqnuebeNA==",
				"fileCount": 29,
				"unpackedSize": 72645,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQNIfCRA9TVsSAnZWagAAyx4QAJU3gM3sOVS8kth9Zurq\nxx+SFCavZlepe1GYIg/8FUPHM0UXOaZWDEf7NKszDKeKfdqpaPelUOz6ABhr\n7n8dnzZHNZxI4qhMdOh5hA2fODmyBnlBRl6z1lJj8oJwmgr3LgFKXUBUZiaV\nLE5TODk18uZgluNAMRY41v32lGpNjQdd3inL5iPzGg/6A9egN0dkcRoDe7hS\nU0irVbvpsplp2jXd4o9d/kwTJYDuzOinAovrMOvCTeh3B5kOL8FXl/0IsAQy\nVn5LB0LrhAwve/Zm8bNQPXPngDChdcfBT+tvLHpSCYkGlYYTjAw0imYanH/J\nNfqVokcXxankeAenksLAIYrt62Cf6bOauJx9otc55BGRkvUVQWNxJUICvuwz\nlgFw2t9e4p4n7j6zoHn9EvYXDnLwFA1w6qH4O45l5ncTjYZERFsSydSMBgiE\n7er8FY1uwelRXbxPMIn5VQUJg9W0hty/7qb8ElhS9B7PQ9kFuu26F14CkCqJ\nuoBqwp6PGojHyVL5UbhKUz5CKAI0na0+KDfrNrOvtN+vv/HNkl1POAoTwIHI\n/gOLMovvhvKMZyJWQCDjkEXNmUdj7ZPziqGsv2256IIKtyc/OX/nPiF0EKRe\nHhr1PzdQ8PBxCcyOuj82EW2FtzxJZnUKrCn1EayOMZ5A04JI1x1QDclt05qK\nC/xe\r\n=AoWs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.6_1547751966502_0.6373055773994405"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.0-alpha.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.0-alpha.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.0-alpha.2"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@6.4.0-alpha.2",
			"dist": {
				"shasum": "3343bb14c3676fbafe9e6252e24877315bcadd4e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.0-alpha.2.tgz",
				"integrity": "sha512-CZqTxa4/VFRHjzI9A53zY3znCzCxxDHKnb5Oz0GL2N3LQfYvewgWMpSXpsr2VtOrzUzh8Y5XfLBGRJWq91Fu8g==",
				"fileCount": 29,
				"unpackedSize": 72661,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcQnECCRA9TVsSAnZWagAAV6cP/iISVxpD4skCo52Jr+BC\n94TcBd+hB1gprX2RN/D0PL0sc9yx87lcA++hBw3gMuN8+MKrTKHapyVj5aT9\n46X1ievMSDeU+fQ1fKctBMcgI7oXs++WfyDecMi7WhZpU0s2XvnmQvb+Bq0A\n6jLgFt6+n6lyrIi2uhf4Hl4sSY1yfx79O1viJFXQPL40e7nXFx7TUdsNCmJR\n2pq027C1y1Zt3FwKJhcULDMibVEBspnP2ByYRRik1BRlszyRd/SWKSF0MD/k\nYHP82dvaD9gp+PImL7kPbo0DSO8zssedjYUoNlAu5PFVlHMVbvEf2xXflWnq\njF3OAwH3sFQhKlr1Rw3Bu37hnpncwehdWJwQVzK/G0N4qtudr0WydYleyVXj\niGE597zU4yInBlMefbsS8lVJD4Iw1iRpFnUKmMFjZvBo5iRqDNnsD6+hDcHG\nPGcyTYEEz8dIUle8Bg8pmp+DuYdjh7V6fyw44crn4qJQdmsl0kPFNdX0RB73\nLlAEE5crPBp8fQPZj5kjSsUNYFDw7AThPYw6BXOmuIq14nkXBWPk26XkOXRL\njdSvItScXb9we1MYru1VBKG9fdf9acFc2WDZ+wSoXybhlBL84UkoJDXv0+xU\nGKspCsNnF5hDkVdxC1x4L9K4U88XmkZBj1tVYc6aSFswemA4eRGwIV6KP8Ic\nIbYG\r\n=+xB2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.0-alpha.2_1547858177773_0.7762584507356851"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.7": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.7",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.7"
			},
			"_id": "@deck.gl/mapbox@6.3.7",
			"dist": {
				"shasum": "bc125c140b6fa8c3a86052def5f7027e236dc860",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.7.tgz",
				"integrity": "sha512-WZx4IDuYz0dCvQGuBYpgG20rDJaiyWT6Ya/AfRRtmIoPQ9O1pVTY5lp2BOR9C4PXqWo/Iex76XwOg3giA/64Sg==",
				"fileCount": 29,
				"unpackedSize": 72645,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcR66WCRA9TVsSAnZWagAA4XEP/jcyoKSlIoKd6yXfNLbH\njNBjMJ4+EOwZfh/ibeefyvMvkp+cGxiek0DJ5l/xOwzMJh0ZT2tokH19pwN9\n12tbkgsIrPE0TVpim1voFjpZjbUs/Fq1jr2JjAYg3HkWSMUEDE8NoDK0ycWA\nAGKE4H3wBVHd751WcS5keCwcYaGLEM6j4IMtGeei5y3VxTVywxKWTxjCxES6\n4ThptPk5PFTGrqj51je7dpaM/HY+xoEQnOVIaMqplE434qD9RWFavBdx+uxL\nu6ZDGuEycfNw6Jh/QTS65P4qyNsKeHV2nuZW4l7TfikeSfT8xRkWRxeCOeca\nh37ZwU68Hpq6XWUQqL3fFUyCN0OOUCvCZodsmcj1XmKDFxR5VJ12i7laFwWw\nITSu82IWmXzbj37js/z9ptsbNf3ks3/sWt7g+Ebk4lYDm3ioT+okybrLgHEB\nVLM95yDHgg0SlZQf/XKZX1fiAUhf3ZohGjIHiio0iFjvNO5i5Mp6qMijpUsk\nW/bHcSb2ZAgGRDCr8h+YtfhmMVqcUq6RneIM6VjDxHkoWd6HnIf0WlhGkn5M\nlr36n3xi5v3TRvfZ6SnLs6uKt9fJI02sTctQZbmzCLDasXjfHtur5GuKIuxg\nSKB50S7uFCPS1mxeZLkJcf/V6KEEQUYULbqjUb7+Rm96qqdJh6YMqdnQg5lb\nE0st\r\n=MF08\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.7_1548201621524_0.32521738547634627"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.8": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.8",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.8"
			},
			"_id": "@deck.gl/mapbox@6.3.8",
			"dist": {
				"shasum": "b527ec3fc478fae48f98ed770f6a0371fa8d748e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.8.tgz",
				"integrity": "sha512-xQqJ+CC0msOegHTT+1jsTBIR/5folWSvphKTlduZBHcHE5KCYgMwz3s4IAWdaMwn5qa8sC+HqpW/LVYF+giEGQ==",
				"fileCount": 29,
				"unpackedSize": 76034,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSPWDCRA9TVsSAnZWagAAbSEQAKIw/5UfsgXjMvKt73nT\n1ZNIrwTUP4JURQmBb/FIiyWwYEKEuK5DqeRpVFF44pcMsDx3wjm7qd19Po2T\nkMUW1Otiui/D/ycPzJT9/KmKxTAgW9XJCpmBf8AuRrLgJ94ZCcr8dn2jQZEq\nPR2D6LA7JoMCjdy6/QMIgWWVIUhdNNbLGd/FRttsSlmUj1kFhBW299Qy2Az+\n9cs2G+/93qz2F/BoRuzi2alww7vHjy88gYthmKyJmn30MetuYNpVTHttovPm\nBrq9HolhYZBYQVg1NhHWamJ68F7JOHY1+/Ily4MZ+W4oh6CVK5ScZssCxCos\nZtDrgsALyRwSgTdFsB92/XRVyUwweI9HIFMP9RifOI6vcKmY1znGJeG9Kt41\nqljlDNz1P9lJ6wN5tTXELPgZYkZ2sXA3+Xp2xJHPSH+5xrS1ZXvPt78qe0Nc\nDcTaKQ0qNvqJsvKRJ0/8U1ip3XgFNlWdG0LnJ4iRjM0o7wgBvZW0kdW2y42h\nHaiOyommhPYp8rvy5w/QKfW8HFt2nI4NeBQTCotISjr2FhGojZTyMd8oMtFT\ndMbA9xVgKqmh3bBKXKsUS+aicKVK8sJR+YusDTJwC/HoWFQNWHXtZ8t1hJ2g\npXOiK6vvKAJGc3CRBuNcPIS1qodpaEvKnFPMeeehMnjU4zCbOOlB2FAYBSfF\nx+kp\r\n=bdaP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.8_1548285314504_0.22970396159193895"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0-alpha.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^7.0.0-alpha.3"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.0.0-alpha.3",
			"dist": {
				"shasum": "31463f99e6ed471a8fd4d8da96a7e00b17f7a3b8",
				"integrity": "sha512-xF71BVWpteaw9abGDhccxz9XAvVSP0BrBj+uLnBVddQc0mQt0Xp7zg8fe3FfhxIoWE1QAcu05hSQEjDfXLoJQg==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-alpha.3.tgz",
				"fileCount": 29,
				"unpackedSize": 76050,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSP0DCRA9TVsSAnZWagAA07YP/i5+Iwdw3Fd8YHKHSoXW\n2IO1b/WO6PbN8HUQQaFukSf17vlbXK0bwU50zTlIy/6lvWhhQqHIJ9MQehOn\n6zE8FkOrl8eaf+R6LT2hewTJc5ufE266xsS75muxlnTTqBToNEN/WYFP17aC\nZv3oXoNeMZEhx14xsVTpZcy5XSA+xSzE9OW0CIlgUVe+APFtEkG2YkORzIfF\nH2M8biN3zzAi2UoWWPhNkzASoUWu94NvN4Md5N8MJdDYglnlkmhhkpdE7kga\n41dMLB5zAtBT8wnpyD73J7k9Niqig6k7uXx2jLXcDjA8gccP4Fw9gDcuBvcQ\nUzOc6p1gVNDYHSu1lj3hh9RkLmMlmPGOo7VUL6drRQY9w/3vy7NWxG/Rvkg1\n7eeo6Mal61kvf8QzJriuWL+doJMIsM8VVHi2iIhQeakzQ1OCplQQzFWcwOyh\nsr96n3tfsND7Zu22Ob+vjvBezEBsast0VuhQFdWOGxSaGLU2wiwTj2Dw93XB\nKuXFiZ+Obgg7vW85R8wHtR9BOLnjxPGu7QAJD6mp6CTP9WdSYNheRwlt2dgP\n/hnUBc+0V89lx0Ve7sj2EQGGOw27tGf+CLLJh2XZao/5ykv9tqMLIO+xqoHl\nCThQGw2pivjOm1XanTCwTnMUy7nuWIKILOFH+nxTsMTX1w018F3Nv8rSpYXt\nNFPx\r\n=pZe/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0-alpha.3_1548287235404_0.8951333555344825"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.3.9": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.3.9",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.3.9"
			},
			"_id": "@deck.gl/mapbox@6.3.9",
			"dist": {
				"shasum": "ecdcd3dda025892d8c56d2ab9536c81e8411c14f",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.9.tgz",
				"integrity": "sha512-awyuGcUiRTgX6os9XRcbE8GBNYFAo2JaBxUtuhYks90IZrjQsy1T0sC0SL7HDvcnCKB1VaHFl9DZY/llU+6/Iw==",
				"fileCount": 29,
				"unpackedSize": 76034,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSQTUCRA9TVsSAnZWagAA0usQAIFGo74XDaSycCqCntvY\nsm951lNg9+LK2PGkJX6a54pRrBKWmY3jqYij0z4TIHy/GxZoS4z7Bgzx5EST\nXvBDo8OhQDiO1XxawHdyrO9Nssc3p8eqIdnYrwd3rlshUN+wgCky9AHx32jA\n2AykpSJCWBkWDq4Z44nvBjHf5RNG1Y7aAV5OcKV10Vel09xnP9PrJVemAgck\nJS0HYjCPBd0Zl5NCHyYgvsgWi49LPw3/3/nXuiy2qjR85psLdpCg0OmksMEK\n9+4vTH+Lob8+MwIMM27/SEp8ALj1fG+dsIMXo4YRlDsn1Ivny6frBX9XFyUY\n3x9GKUbQa5fvf9dDL3Xm9H9C6HZzYBVUPuormJQWs+kus0ZP9JgxpvV4u9M/\n2HL0SPtPW6k3LgM5zc8jqguNngpSKYsZvc7FG95ukGsANgUZKHL/KFexz15P\nn+/i+D7n+nBcTVsPxOxIVfF/YIH9ips1LJLKn93k9ZXscbvQ+PXDM8+Cnbsu\n+nRa6FRP4TGjr46BndYI1iyUlBZ5NyJC7uR0N0vWW1XkbESf/+lfrNOFQz25\n0MurgvNkIL20OcgJa54/30gVLuNugD4btSxjM6jgVPWGtI2VTI89auPQUUx/\nvbTW16qCldybYQA0LRgL0STReDVzNWDmIWLxegVgvJlruxtZbU2LuE12gFo1\n+yVH\r\n=fYEt\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.3.9_1548289235353_0.9987252705125285"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.0-alpha.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.0-alpha.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.0-alpha.3"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@6.4.0-alpha.3",
			"dist": {
				"shasum": "52a8ea8a16737b34606f8e09903ddcd92ba09859",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.0-alpha.3.tgz",
				"integrity": "sha512-cXV9jovOZ2J4eRrLNYskLiYkwqpl6qKJlP3w/XW9CgSfAa3qAbvWaV5vzn9I7/kT3uUX6KsELheXIqYLBkfWyw==",
				"fileCount": 29,
				"unpackedSize": 76050,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcSlJyCRA9TVsSAnZWagAAyCEQAKFYEIDHFi1156z/1pvD\nBxzbyzvnM38zK5MBbzTwsJ7ruup8p/Bw61EPkbWhdirDWnJ9+P2/ILGgMBTF\nJakC7Rmj7qD4aNykacBveinJskOdIjSWfEhH4t2odjDUZbMCXgTaAGhq4u2w\nJAh5WzMbn8xysVMgDPqNXCmpFXdO6+/+MMyQzWodFEEQHDfl+Y5DKZUtXmyY\niz2ro9gai9hdFRzZEGKgEYaxWiBSpARxAJHGcQDwDUWPZGtSnEN+UpC1WJvT\njUuG1mCAMcg66vvvzuO1yKeW5boA1F+ggQWZNXp5uw9YhCzkSujZSPYlzdg2\nzuJuUf88J7TlU1oUsCBeNiA5hJjelSdnsH7g+cTlQtoOyYfHWFelo6ZPW0jG\n3sKD+KOidwnsBF8RdQFwnX4jmWQnErAbE1LHBgMRfdT5KJtf5lvgOf3svo93\nhzZHUgrd9626m7K6rc2RiVKjyoilsoHgvLZaR+amszyzWNfmJLdBcb4DVdo4\nXql1WKQIhOj4HEs1IqDDvlyiqHmUYgfjo6xbxS08FknqNhs5jImTBy/M40rZ\nBBCo/K3gqBKNB1dxIWPbLft2iodMgnx7Og6kj+XEXH9WLQ6AULXTM4rAzrcr\n+HpCblSYVt0F+941bCWipb98MqOWqC6+NJM6XIXbVgGwMQ4NkYbtk/BueYJq\nmsjb\r\n=Gz6Y\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.0-alpha.3_1548374641747_0.9983540050110493"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.0-beta.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.0-beta.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.0-beta.1"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@6.4.0-beta.1",
			"dist": {
				"shasum": "abce06f324ad5b7ec161e0bb91d860e7f85e7d21",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.0-beta.1.tgz",
				"integrity": "sha512-KHf2makpF6opy7rLfT39gUGT2IhMaLAhzSwvRDl2WolWPL1ns5X8ZF646oypSq5UVCHZReD7yP2bGdZJmJf/Qg==",
				"fileCount": 29,
				"unpackedSize": 76048,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT3WuCRA9TVsSAnZWagAAP4UP/irLcgimKr+SzLDxMhoj\nRypTfwJBAqNsOqRZx5MvFHa1AMpORoFJogs93azKN4BJpTu5U0nSHC7JlljP\npDcZVU0zsnjo3BNB4WSGKf1AEH7LnexPVTxRryCUUEVKIaJEg4RcYfR/Zdsa\n52hlneGPoFcFYNuQsndefs24IYvEpNsezaBQGLj1DbhRXy0g30rp6APNixNT\n0Kw+AsSwTXg29Jy4siLW3LE1jmvwF5t6REzAwwmUK8TzwFtkxlicATyLbyO+\nNEv2PPpOUF60PIYj7dZFEDqUHnHPY5dGLEr4w3xv16Sh2+nf+diI1f9UbCv5\ntSYtAlqf0eRE1AcFZRPCcFDVwhM4U+CuSPB1RsYig7/0ozInaqqScW5NuGsK\nAxvJyew/P1MbhH2/bJHut4VbDfPZyUC8jBhpKrrsnwryunH93EFsvX4A4Z0/\n5k1ePKpsYgBYFu0ZPJveiDIoo+O+URHSlnT1JYdFCzhkdjVDe0Kw+BAu0ns9\nkuWuuTxRP193m/3bbjDXL2XiCbzc44e6OoY0hmD+7llLUiXX7tPLPYP8NR+6\nULtVf4kRgP1eD8s+fX4y4y/puhMuZok5UFKxKGDb8vMmVN83lbvMgDfORfyd\nBoICnfb+GthCDC6uUlkchVii/lVadla6kOAo8PZ4HRF7XVFzq+3SKcnus7La\nUw+f\r\n=ijpC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.0-beta.1_1548711342148_0.03246045330866498"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.0"
			},
			"_id": "@deck.gl/mapbox@6.4.0",
			"dist": {
				"shasum": "5c9fa01435c2fac401ddb4d6c406890823a9a292",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.0.tgz",
				"integrity": "sha512-jW9XOfZtSeteuVWeJ2Vize+oMkVcw4WUIxarXDiC1CtumVaPNvcIZ6/zx3MJVkIu8g95Iw96XWJdwoK4KowGSw==",
				"fileCount": 29,
				"unpackedSize": 76105,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUMAOCRA9TVsSAnZWagAAQ4EP/32BTpWsdEzMG9r4lRCg\na5y55GoKaxsfTBXrP4Cj9CV8Q2mFThTYM5MM/78/93pd8I6isSTtHN2zOz3f\nwLgubtYLoX5tgE6RaPm1rRJzTHG1Y8x2nnjrePyO9NEOOxnVRvlpMpc8PR6S\nI09CTGcp3L7eLZ/IVXIJ579mjoWpkrU6Mp5IpUM/CQ5CBMLlE0K42MDfjHqh\n0Sv0Lx7N2nYvLiK+zu63BgO7yJ5WZmSi6Wlre5LH7Cda0xNJhgfCchbGuWdg\nLM8reAqQMP6GU68W90nBzlDiucMF9xI94Y1JmxczrSiyTLzUtr8d62Am2Wkl\noegwPsvqj5JJ240jvszU9hdG93wvVe+VWdrnVzuD9t6C1HBUTWqUBoa1PHCs\nHLTW3RsVGDHe/wqiFHUlRYfxBLA8hDamD5ZngjhCgLfPeEVsC8FhP8/axSUr\nEfnT0quqvSzzfduOzHYdyq9A+c9qU0QmZ1mfDaRWiCrltU2RpP9i0LMKTTG7\nQ6l4Dc9LYFFrN9/2VTxxEI00gx73kZQB/jxE2CCUh6SUKSVxQcqqCGjwmc7c\nz/EGAsMS/nY0HBIshCN/iekmmsJV86tkvb7I9/WsL7ta9iIGXOIh0LNHMwG6\npA0FT//a9uYAV0M5KSlA0Qt2xlva900zQ5l0bII8cuh/ZWa5NDdScsIRwm2p\nk/61\r\n=OTbF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.0_1548795917794_0.18988724573914872"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.2"
			},
			"_id": "@deck.gl/mapbox@6.4.2",
			"dist": {
				"shasum": "b5716f823f1f9d3afb0c6b1246ba2ed2eedbe3e3",
				"integrity": "sha512-ntafD61JOSfZUBC4kxGPadSSPllfI4PZDCed3lZO5uNsxsF56rpgQp3ogPMEwI+2+23ooSMznQ23IaGo2XdWBg==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.2.tgz",
				"fileCount": 29,
				"unpackedSize": 76105,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZ0CvCRA9TVsSAnZWagAAkQsP/3XjdHXwyVoQpr8JxXAL\nd0zSHv5xNUs9caiaupTjQ18+707vfLUm4UMr4nYojyNY6ya0s/idQeyE/Eug\nWhRA4JWAQH7NFMGtXLNxbAQsBj9gUc+OWrYfPsNYF0RBxKjRJ7/0XVixkGZW\nqX7OkEgcUp0xwUDpbxKmnTy1uy3A+5q+QHVv7jnZsy5WsJiUQmvpD7JlSPGl\nVK+LwEuQG16HIIGm+J8PYi0lSbqCUVbtOXbDTwcBj0zp34teet9VDSbXZdkI\nJFVt5EuRlyS1n7V5KOxHdsy/zkWLSXfO2zjAAN0rrAnmHwe2uO4SKFsv8ZfH\nz5r50+p69TLju618/hq4hgv2snVXGWvynAy5TG/XsblZXMmrx6XWQJdy3OEo\n8S6sBjarEzRFtyhL6vFa6xnpxOFFnDMUi19Cz3zNmZ1OpIfuovq1SFvvn5mW\n9pdbXR6HOwDf5uhMXd75uoEBJ44BVIRgTN/N9V8q5Ay3urWRCiDEu86zUR0F\nTMW44TOFj0C0iUatUZ46Duv/T0QyvYXBuyTFaCc2VH2Y0lEJRsWcPvuCzfac\npyyHEnd0/9n3jJlw07/DqO2FygbBugKEril9c0VmL7WfS5Yc7XdaBhdd4oic\nqZCAUAVvg+BMzB8FCEOL8lfB62F3F25VzKTFp3PnzHimL3gdfzZU5I7rvKx7\nDt+t\r\n=Qjvm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xiaokai@uber.com",
					"name": "xiaokaiuber"
				}
			],
			"_npmUser": {
				"name": "xiaokaiuber",
				"email": "xiaokai@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.2_1550270638522_0.8984856975869562"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.5"
			},
			"_id": "@deck.gl/mapbox@6.4.5",
			"dist": {
				"shasum": "aec00103e37695136cecc4e0d3e3a6e58895b60d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.5.tgz",
				"integrity": "sha512-QOGyydAHJGXUNmPSBXu5+rUwk/xerpKrg8gcWSok4u/5Akeqlei7Dpp2DMiCl+CUbqF9ueRwoUKF4f0+zTo7HA==",
				"fileCount": 29,
				"unpackedSize": 76105,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbz5hCRA9TVsSAnZWagAAp6YP/RecMYeblw+iW5CjY0qm\nWLep0oMY/r5wKbgE3Ecu676L2F+KGiKto4Tuv2BABt/RYKs08H88rjGxakVY\nWQNnIk5nEOHuzfTMQoRCBbLJB+XW+sM5oQ3DRaAgvbOVwgpXGzVQVYdxIoay\ntr8U1mGqGvxjluth1uYgFx971L13Hjgll8gTy2EljFKCfHQlfea11L4EJQ9u\nys/bKcqVa6UTwwiQ6PVFx1E8Gr8O8OTvXwCbovNutLycDV+MlTqt3Wh8zRah\n94ZPidYMUyGyeBEIRVO8Yd9zdYqML66nmhhv5tSPgRx+3U8Jf84M6C147iZY\nPPdOT31uJO5xAVk357/H55Cft1RT8dhWeEpHoU7nyYovLeghNG0LJ8fpFGC/\nJ+dehXODzpgu8s0Au3jKJe+Iv0XnH2PLu3RMcMgS+EXUfgasFh0sH8q2AZ9Q\nwd78tUxBoM11CLMQjVm0SN8q9egimQGr8G1EVu2yZF6kq7uv6/ZP8e4uVG7y\nj+v8i9AqLDUTh47OyrTMDB5/sc6zORpIzLMP6ao8XsYlfNzPzriQrWl3PzrT\nwngd6py0KuTP2RUT1AdRYDl9pMbvyDsEZTBAOVNeM1CuVahzyZXJTeEiGFLq\nCV15xY1UwEHAjR8dc7egQZ1W47RnmtEiHpm25Yc/DvlsdFp3dwOF4ZdTNox7\nAopG\r\n=Gv0E\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xiaokai@uber.com",
					"name": "xiaokaiuber"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.5_1550794337316_0.2994676970412564"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0-alpha.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^7.0.0-alpha.4"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.0.0-alpha.4",
			"dist": {
				"shasum": "d23369f8fb357cf8e55c171f9b7a018ea1633eb3",
				"integrity": "sha512-BM+DbBiaWWJPmZoyJxcx38xLY31fZSKtcgoetgG+LN0m575QQq+qF+8nuwYNj/kTBmnTvjX13DNRCM1YJeS9Fw==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-alpha.4.tgz",
				"fileCount": 29,
				"unpackedSize": 76121,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfu9oCRA9TVsSAnZWagAA5LIP/0ukMQLBBHwZqbDS0a8i\nRPPiFxcrCaaWRRufNzx1JG3J7rFrawDi4z3s3PJ1kmVZ6LsXI8KsL328ExCx\nE0Ic9Aj+qONv5gqShWGVu35MQUTZRSEyPr8wVzXCoY+t79Q9ruYz0S2UUmHW\nu6Tea8XkewKIClVjdWpEHVRRfemsxFx9M0MQhFTDwy7RRMJzZVY8TyojEVub\n9cE2rgHih5kaW81h2tICKdLjDDIHJi8iNxexW1LKyZH8K8i6VAVP9fSoJcQr\nq1pdIUoiqxNytgHpXXoPF7TMlDgE34IsyGs0Rytd6li+5vsp7kzcIDKj4yCy\nkRORKYNUGSd9yanYOIhBOWHcDv4gE09A6g7+oeU8tla4sEDer7oqJY4yOSX5\nGwMH1p20wzX+2UlBr9e4xTB+8Viws1lDp2Bpu+gB2p3zmyR50nA/3p46ewcH\nG3HwL20KG/AjIPs7vsPbne3NwgvOlTWPhdXcxCxi3S7AYmj9nETMxtBxLKKY\ndRxCDqIfgwu63sAGV5lJTwX/l5zLJ6G/j4FZab5/cl3o9vDncpAvA5KwlBMi\nYDHZ4Y5worutcsdhQwaOenSngYpxJs8ZCbKB9SUSnZpJmVWATjhROZa2a/SO\nV2miBb3u6IzXIyOpG2Yh8prWyKWDaTlj8Ug2xkdR7mHaWo/tze7NGH4QVMU6\nH+n7\r\n=q3WN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xiaokai@uber.com",
					"name": "xiaokaiuber"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0-alpha.4_1551822695674_0.8186933499152957"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.7": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.7",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.7"
			},
			"_id": "@deck.gl/mapbox@6.4.7",
			"dist": {
				"shasum": "79189a9c4170c3ab20354164b412761642c36fe8",
				"integrity": "sha512-ai7WCaJ5jEv+S2tm82hPwYWVc6hE98rUtlzgzhyRbUkqF/evigPZ/FNKKKF0fdNgYYR3SKjjiYN8wuUOoWL1tg==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.7.tgz",
				"fileCount": 29,
				"unpackedSize": 76105,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciqXlCRA9TVsSAnZWagAAYf0QAJF5LvHf77LNkAElRClj\nSPT7OUg7jtTMvgfvuPmYQkLVn44K+Zb6aQ16/OSyvPxFiGz0or/1fqPU7sU5\noPQtrpzeJdaCCJuWAAVgYqu2Dp2gnfFTYsIkBd0QyM7tJvDvvLBDasPiqlND\n8ux4GzRHHzKk0vR+0dSTeMMoG4OJo4C5qOPPnGh6TB8q86Q+rpwBU+dS5oYC\n8wVXQmgD0/wUnuMAamTNHrtV8i/eC/coK0BBi9eJI4GZxjWhlRSPKCabSRCd\n7Gxef+v3A7/HV5iJ0MhRrmqpjEXMWx9E/koph8pLIGEw2/+tD69zDgG26+AB\n1RDS8Jp1I+kd2LHtb8FWRsjoTBbiSUV5gl7GZiKgnHeQavHbhxUrtUzj2SiC\nj4+9soo2QOyDnCWqXuuycd83MwlM2bUr3cswkqFOPntN36TTr/zk+Ia5uwwO\nfE3nw5YElmgfagTKNpDrRnS9zxOoJzGeMSpWzxL+DGsfT2v9LUImDAyEAgFB\n/xwmkTsFraw2lgmjrGBXUqJxqNtFlClrHGjkwlhaBYlzWt+V8UbvEtzMbY0r\nGPDsrwU4IH9KyePsPPLhQHamOKJxa0jaVxMyDCXYEj2IyfI8GAR0Nx4Kg/NZ\ndEqCpbPdb0B4SF5TDpPAmAM8m9HUvgJ9GTbucsjbxcN42P73LFwlZNJqHM+w\nENGt\r\n=3GNs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xiaokai@uber.com",
					"name": "xiaokaiuber"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.7_1552590308675_0.599137569057913"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0-alpha.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-alpha.4"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.0.0-alpha.5",
			"dist": {
				"shasum": "cf702314ba05d948ad26a981b4e787691075b920",
				"integrity": "sha512-ajkrNkPoRfTAexs1DY9rGxA11xd2Vv0i+QPE9XeSulgkaCxN+yekDS6Dw+PzE4vohbC2hXVaACx2wGHf3oscIg==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-alpha.5.tgz",
				"fileCount": 31,
				"unpackedSize": 92334,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjCyXCRA9TVsSAnZWagAAtzIP/Rstle/BKZpJRrcKWTTI\ndfodsSOiTKBebM3LlkjRgTsm5zY+yqhPwFtxsBHH/S7x0PSwK6prLKMUHEdd\nRfJ31HiycJ47JotvyvPm1VNtNfTe1tkmsbtPIkamfTkKP977rDZYORWp8lw5\nYwy3KIIFizIXivVuilGBG7xAR9vmv7pPCrVeFGMDf2mzfuqqI4+sK8esDKdR\nYXR5Erl4rQpgR9O/CprXSPZhtT0E16qkQ6U1nnj0AzuJrP9sUjTrpvEPOVxl\nOEtULHt9wJKJLVknwnoz2ytO8MducmEGMIoJiEMsePMPlABFEnZJhOgNs8bm\noY269K7CiXymZHodQ1mo5p5wywfVTsi1uP6JgLt9Q9LRvu2P/zDWRirVM33a\n1/ok5XagqOq7KIcsI4id+ew6Z1MZ1BM5N3iG/NXtlp7FXU9sUPcNuEForYEj\nKndywgc3e+wIbUNQAuv77ATjD7hUARXjl1uk266WXzHrGH/uFa0uIEx/5z58\n/mJ3fVOfqRRDNxn5f7pzSge9fuq/BF0cxZBQ3z+soz9XoDXmUgeGwkBCwXPY\n8WJ/9ICl4pzbiY7Qa0O6E+wrGbjw845O027vXghSDxB7ugQ0lXH7NguH1myL\nEQsirsUXQTQgCrNDPOUCIOtGz/iirj+hV3rZnsEPfcOFFQDne6ysBvlQYrIl\nkmCT\r\n=GojQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xiaokai@uber.com",
					"name": "xiaokaiuber"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0-alpha.5_1552690327261_0.2725608512155482"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0-beta.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-alpha.4"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.0.0-beta.1",
			"dist": {
				"shasum": "6258097802d0a2d8e854e4b544ecc8cd313ab978",
				"integrity": "sha512-z1pLD63ohbCsawwyLV0kKGo92mfsishIUkxbnczsuPgMYbg+CQjxIW3iu4bFQADoOdnb1v+OEW9l6iyQcFFPQg==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-beta.1.tgz",
				"fileCount": 31,
				"unpackedSize": 91392,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmW4ICRA9TVsSAnZWagAA9YUQAI+b+tlR4zLV2uCgADqn\n2bj9xGsmhiAZnCf6Iuj36izWZmmiEYCr8Y1G7fLRcPWHy9EwyOg2uqKyzXvo\n2f4xAxHTlfP4U0Gx8VPdZ9lBgBZFyvq8vMCZ0ua4pbflG9S1TRVm+I/k2EIT\nRaNfLULjmAxRhOeKaTg4rIDgKzI2AkPZEnXvVvf3ZCC2Wg5ktwYJ6xPVlPha\nAWuZNr2DHsC60dVfOFdk+Dl59ilyEJ42JnfT5orRYy0TI8qSfiyJ3jVHDUgQ\nA9bmCEikGj0m3WaqJB3unNs4I2gwBWUW4kYGbjkx5awweyVFyCrw3PZ2Fm0K\nKQTSatSakn28ahWfUy7/4GTADsRfRo/SPHuBkyedJtrc/5wvKpcWNgPEOI1U\nNRxB0Y5uy5ZxfRZxeb6RFE16M4pkQHjNf4IdyrApqkg4bKAW/+iHiKmDzO9v\nNhPne1GFEWQg5jZTlF4JzY0VGTxPYsycdslI5GBj/ayaRQyzMRr8Z+TD1Kn4\nZ1J2YuTFg0au/lEfpzr7fh3FlBsKg8lyeqatTbNLUkYYt8rgcHFp9wVehfXc\nB2hJjZnXxwCay3v5C64nEml34XyOFYi6cS7eFpAv9bTZ2sUSkhRF7mzBeOdd\nnK72kq4nCZvL5jfhZc5pbiAr2sOXhocIm5vVbCtS4mqcbF4EA3atMBBcS0Vs\nG7Af\r\n=0m4x\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0-beta.1_1553559048099_0.48365323783866354"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.8": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.8",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.8"
			},
			"_id": "@deck.gl/mapbox@6.4.8",
			"dist": {
				"shasum": "6836d8a10f36d862d79415d85b47468977e0bef2",
				"integrity": "sha512-99huzox9DtAxIyVl9yWU2nR3p2V4Bua9uhwDCLsSjOBtzHG3JJxSDx+poGmPffq0M+yzcmGBLIPzl6TeNyTTyw==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.8.tgz",
				"fileCount": 29,
				"unpackedSize": 76105,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcm+trCRA9TVsSAnZWagAAJJgP/jrZKpwKKt6GKBJjaimh\nYIgiEPhsHLgMuUSREDKvodLS8iebdbkBdtF0L3ckBoNoWVFLMb3TRHacT7uL\nJfnLVNJbSDr+sPHOv6b/8c6axdCnbzTzTaxRJGI5nNXl2eGMz61RLGAdxXV9\n4XLEatJ8I2RNadsK/tDPjwO7W6Vub2+O2mJYzAL9zR+bUR5fawOmrfzlvdIc\nGxqFLBVRIELjzs6IACTX7VM/YFJzMnGM80nAUZmGu4VdIrrWJkTBFTkzkEfi\n8UHjWkC5HWB6KOf0G4MuMcvp0gXlHNN1IZj53rc82GDJ4ThLLF5hKBWNvVEr\n2y07i/nTn77QGRtp+9fqAxk7aZjK+PDHsw1uu1kBZmXY0YZdtcHPwKVJg6BU\nukQW4LfLqHHrZdbnvf90sAg6KNmpZRsAkRC05wKq0v2bhadaMoEcXHSaaj2G\nAkkapqeNQGomKaAW5MBRjHOqwlOBXKKTKvGz5xnbWdHDMJioxG65L3/5jIj8\nNNphXYu1qp2BlGTVVH0AeNB7A6PjJPcPbqchL6D8DaMrJJRDvNJ2VFnu5bV1\nh1dILwR2vCWNnSS4ZPdPAd1usa1gdVfKi40fmdXPpFaNzXVPbpQxDDHY+BGl\no79y1GucXovRW8fElKFBW1WwOzAPI53kIFnvHKxzWOBkcHLRO7Rb/xB86m9b\ncgmU\r\n=aUvO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "xintong",
				"email": "xintong@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.8_1553722218448_0.36331831797392766"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.9": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.9",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.9"
			},
			"_id": "@deck.gl/mapbox@6.4.9",
			"dist": {
				"shasum": "a7e8a55733d69e1e34e1544710b85d837ba31cae",
				"integrity": "sha512-JSPxJ7lTvI9hl0ZnjjdGxT1C8uPCkUY9UmB3Dj/VFu0FWzS8yGgVad4HQoSp8sdRasfufFQ397GlGzdrOCbUKQ==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.9.tgz",
				"fileCount": 29,
				"unpackedSize": 76105,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnrjhCRA9TVsSAnZWagAAbasP/jk3LYbkMVNuy+wfZLwI\n1tQZiEqEqQWyVq6avdMqxiJ8G5W8m2REGD43c3hv0JnmlbzuTqY5qJoHBGjW\nojKf/WpUwqrI2H+mrgeM0k3C00eQzgVGdLks+c13jYfCDeoF4wBg3kdimlKn\n00UvfWtIsDthjcUtVbpQIvPBE9i8OR4l42Yup7Ln7AKl17/JZiIJPeiF6wLy\niOtPVbULmaYIqYUnymfL26L77LCcQ92GSXahIrEaEOkYzAXeI5QztAzR0e3B\nuBjZxRze9Yl0pNkYNo9nBHWFDZtrSI2AdpW1b9Yvpf9dC7+Sj34SwLZVDkQ3\nLmLYjUIA3iVYf/H363z+eMzdvGr/Cnu2FlrgoFX5Rn2ocrU1n5feyOFNzL5Y\nrt+Nt+HHl0nYzlGct2h9r2Y0JU6eVZBzTr4Yzps0Ri9PCWEFldW+khvZVtA3\nDQ2mUSDPsbgS6giR1ue1iehOq7sYfDE000amP6nobgQxIbch/Lzy90SGlAq0\nfydt4+wupiOOVj9Tg5s1kddAoy2VVYvm6PCx/YhtyFjvgmSVIqbB+MrG+Vi6\nirtzYYGJ5Kss7s1mjyX+XLIRes6osZixoEzlxYGdeLt1alCccpJB6aW/XmvJ\n6VZTy+8OVudlb76onBjFBzJS78SEoDKbgfgdokHUo0Kt/XfPCQSvHzopnsNk\ntqLF\r\n=p4q2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "xintong",
				"email": "xintong@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.9_1553905889128_0.9392769730845927"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0-beta.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.0.0-beta.2",
			"dist": {
				"shasum": "a05fcfcdac011798fd766527f3546313debe20e7",
				"integrity": "sha512-/IgBSE3/2+CyT/xGTrrARFH1mXS8Ray/hhx6jAhf6ppMYCLAcwT34vT2cF9IWLMGtHyj+ShRcvJRvKBzpvuqCQ==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-beta.2.tgz",
				"fileCount": 31,
				"unpackedSize": 91391,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJco9CxCRA9TVsSAnZWagAADk4P/AhBI73jdbuw9APaJk5z\nrN/BwVl4LHl3S7CFpbYYIu46m3Lp6u4TmSv+Q5YC5RO4/EOcHpPLaDOIfX0B\nTNGtAdWyIDLVDhMJIY3DUSEABG2MDK81Q2MOudbKo2EXA7sNOpfOpvhIgBpR\nOXG04WKQ7Yi/47PT/hOoJLYRStuALdsiFZYcrz1F9Su/jq9mcIjBLbuvm8SO\nEILwsUatxPaptZzH1IsUXkHeQ5cU0IjW4xdF20nsDR/AWcCKOLb2pnwBLeh2\n59ij5qP629jrVVlqkbiI2somV5bS+lWjKUBGHwnDYvYfr3SYrRvh+Yf9U1Vm\nFr6zHRS8wJIzkrNawK1ys8dSnBp99GLGZG2A5jjgen8+f2fLj4vdtsvjlEd1\n4UJlVyqSn+qbHyOCihAySHXRiN5nNXuLjQPVsLZtixS75SIBKwDxLZzqe6FN\nQ1KIF/fSpCr+ePWSij0JIzE0/7uv4uSAcid0NYq28la3TCcO5ebwftIWHS0w\nI1vEa2C+lLvCDGAXtbQHIePhi9lDruWanBjem93pOrhteJdV5k0QDg5zT207\nLPlf/pRkme6kJGhEYsWuDGZKONMxg3+rZMbv+F5nbp/2Zu8G6dOcb0vaO6PR\nyjYnm2d4QPTL/Lg1RzLDeYpNztzSImMXRCmVVlRpfQ5qfkwXY5FKP+g1oQK0\n3319\r\n=GbY6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0-beta.2_1554239664592_0.41544889402811847"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0-beta.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.0.0-beta.3",
			"dist": {
				"shasum": "bad903db21430188588c93478d84df25d9cef48b",
				"integrity": "sha512-o8pIJK5x5FJZg/pcCTXgFfhP+DpfXTc9bXNEMsxbx6BI8t6hFsMhJ88TboH8ztcQ3fDNaoNoSdu6WL659B+Y2Q==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-beta.3.tgz",
				"fileCount": 31,
				"unpackedSize": 91391,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcqAb8CRA9TVsSAnZWagAA2JkP/AkzMW+1hRUwmH1tvrUu\n9S0zOzhF1ZrX1VvXNcb+0UMaxaTe8qO5vWD1EQ3ZQSihasRN6XSpfc9IszC3\nNBZVSJ3V3K2dFG/svKyiQPwudCg8lCzjkrLGsiyGyt1c+YnLAi4JHtg1KCMq\nfrAqWrQL1xVY4hucKw+yZIpTvkDJaGf6cBcUMexnavx3baFs81NNJPDh61xA\nMKE/zH7vTVmdUfMXDEo7V0pFVSstwcPGkPAINSwb9ld2CtXbQLy5Y+Wi/KF/\ntv2FQ4VG2TiHMaEUrPDW86mDO91mwgBBTquokmorSg6qIwyW3BQNAbtBV4vb\n3rE8QpTrghrAMvcNUawtHWOhAXSya/wv+xtO9yzTFJ7FX4xUTmjgCB5dXEy+\ndub4qzYbnt67PTOjUczHvxyneY4VbwCSnV17cENYPA+BHNSjTABKAxXZFLjd\nbWUA/v7Orp9MKqaw9tdwOA2lEuP6BvkT8hB10I80WV92UmsZf4JixvUCvbmg\n+GW+C42CyjZcPWhwmyYF/GDsn6g3MZnIINXUmKibw3irqG9dv+5T5zMuhzNX\njlmv7SzQpMrYUQk7Sa9YDDhsp99wLd5EWtdlzcd7BTy2mKYY8r1XwX9Bn2t0\nUwLLz2nBe53K+lvG4oTqQsArAMH4iHb8MtJSvUxqT8zVk3Ih4jND20BPUY3+\nEUy4\r\n=CUd/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0-beta.3_1554515707557_0.007682826697115841"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0-beta.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.0.0-beta.4",
			"dist": {
				"shasum": "695b4ff1ea771bd2dc4b1076927a860f3e17423e",
				"integrity": "sha512-pvcQDUYxfUlmHpWVnknbAiDAIIJpjY1jNFqimPz1ONMZYrlwB3sCEXDitH91kSnuGlGVQMjYHXJRMRakw3gfrA==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-beta.4.tgz",
				"fileCount": 31,
				"unpackedSize": 73900,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsBOwCRA9TVsSAnZWagAAegEQAIdnJLNjDkyj4MQtDs53\nRgHbVlTmO2wcMilZVR8KyyR3ohjXIAamq9fTOsEnBflExfMZV5h7abJogiLl\nX0f2fq5WQPM+WuWx+iYOxjxZ7SrX3FrsifahCnzaw3A7CGyvLxHsZWRJOuyS\np/OV0Vblrinc7ufTVYK/ReUB5zh/MVZXeIGHE0OCIdm3Yt4xk/v8sxdqWZUh\nDRJ/EB8Uqzh3fY+ZTyIZK5NNGbaxvKnlJfK79ttrgo5Wspl0RTaH34dmI+rv\nBK7n9GqpzzoKq1DL5ThaqwnaruGhOYs2fYKTIQ+g3MExwSxuYQ+tANZrByfg\n8CVk80pfQaqU8p6jbJhNHp4LNp5N462lZ1m1T6WIX5TdCcb+ZhTP9H83BXX/\nRttY0CiEl3uBdAXycB5iSal/hnqTv3ErORvVXCYPwlWWxwNx21Tr7DW0Ep3D\nYJxTHhPMRYGOOOGSsbF1Dg29RFltHVCFoqbnhhUxE1q8Lu3dDEkGuL6BzZQZ\nxwsMd0hOEggk8M9vAkj67Xq0cw8bPETCcPbZAucGAujo3YpuNpgXCLv/d1Ac\ncXJVXPGtfvEl8vvs58i33OtaKBCgqeE5P4wX63ciWpW6LLHcvCFb9iHfmWJl\n/5MLOCwhAIQCyfOLC64JyrkMgLUn9ote7WRuxLSu0g954sPhycPfEyKoGE8f\n3NtM\r\n=UBL0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0-beta.4_1555043247701_0.8017714627614541"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-rc.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0-rc.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.0.0-rc.1",
			"dist": {
				"shasum": "65cde4153405d6d11131d5dbd905de5e32e95e47",
				"integrity": "sha512-AX/JNk64EgFn6F1nVnkYmX46i87p2MWbyxLeGyRfxWfQOCoyd9kmD6TSUBvUPlnUxEmTnw42dPuwWgWbsd1LEA==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-rc.1.tgz",
				"fileCount": 31,
				"unpackedSize": 73898,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsWvLCRA9TVsSAnZWagAAnvwP/2VzyHADlfOhGJuPZlFC\n3fa70J86hkvgQ0j5Szwl2v0qyyyZAEXx1kR+Apdjh2TnhE+M/xaEf5/eefF8\nJfnPhNrJvgZThYnQ7AT0iLozELdekXjLUqpA+GsY+jlgAZjcDbNIIyb0f17D\nfXp2l/OsbYA+2TnW4OO1rzU2X8147wJsdlICePS6LIVsO8mUG2ecU2QAzVtj\nHo0YsgPBniwu0HewZ9qDKQhPJvyQ4yIMFW327CIA80JCvFcRyQZCLzECPmN3\ntseO8VAKMgrbn4jFUu5YT70LqEALhORikEozfqnBwZQuiHEjpPDC8NLMuiKX\nY8xIXmjW/0pUlO5g9R2K1SHZ4bXWTSRiW5XTjy6vi4/3xOe2rqdThMRZMdM1\n/bqAhFAa0YE7MGkdqUZPofkCcPxe2UUYKGcQLa5wTxfeefxyCnJ34u2a4Pcg\naCuz6Os9KiUbO5f9SIaQlO7SK9e/bvLn4TMm9zcahRsb3Eri+0w5I5LLOAGa\nsecl1GHWnJBxmk04/sVqI0CgU7KHkTitvuDUEH8C6rpqDYVFhs9Wsi5Ioes1\neEhrjaOJslwoYQf3akl9Tabv5XEM/Rc0m9pLqQZbfQDnwC3B2H321lf8kYZi\nsyg7OPX+DEUwF0AOc5NriFSUAzjmFqnisNQHGBdET5hQUjfd6ZxaxwLsALkG\njrWv\r\n=5yV1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0-rc.1_1555131339241_0.16845827335359953"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"_id": "@deck.gl/mapbox@7.0.0",
			"dist": {
				"shasum": "416c71fbab37c10782b032b607751dfb7172debb",
				"integrity": "sha512-N9XJZ7jvOh/sWg29U3ChkCD4o18W0VbYvRKIW9O5743r2SEHJekmSl2hof7zeutjxgBGXhec76IhsHDUSOU0DA==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0.tgz",
				"fileCount": 31,
				"unpackedSize": 73893,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuj+lCRA9TVsSAnZWagAA98gP/jr8sWa300K7ZHUukM7O\nVC0iGIxA+r1uMF0TJG05W0KjH6ZxXC8uM+nTCwtupP3sP5MJG5CBldIJ4WUp\n6u1QlwsacLA3mUxRkFEj5+hkEvZHS1tkflQcfZAf6Pq2I0Ymlj1qzTPMvdH/\ntgvIsu1EcyGkqT3xYwXrp6UGFWdEsOfY6be7L+KNKwjGFKGopkxMLg8+w/lt\nRsbaGihCqAb1YUfR1crzhjNFh0Tvm1Hzk/1LZ40C94JOP9b1aRayFFlsvAPL\nx1oHxV3jwF5TeA0bOjO3OkWYPYiCGASJUDHAGQOH3Y0XQpyJ6zzJ7XYY6xaT\nh4TT6vu5nGpBN00m0MS7gVvkgBBUjeV2jqFYNUZFGuyXEhCE9MOENnTKiV3R\nK5lncDoFdrJuYKWu4SyCpjTXGCjRCfKL+ZOB4pA8m6ZBEm2FMSPHt6PYQimn\nDzx4pObgdkpKjLPcC4qT/Gs4mFDJBRHvpVG/8MMiAYwk+3qkmcCFweEe/u3E\nSubuTMYHSuusv7DzRF2HAGA5+wAz3mg82ppcQkrOZtaST3BiAww5g1yYtWr2\nfccvpckL5SXFpvnwVSiiyVQiwnlD5XhDsRjHXt5HRSc88AkeGr5v/feYIIPR\nD3/OdZxjAcdh+hmiPcbm95QyCwbxy6vcaNubE5c59env+pewSA8iMaN96S7p\nE2Mv\r\n=FPta\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.0_1555709860951_0.3221620080689911"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"6.4.10": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "6.4.10",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build-es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5"
			},
			"dependencies": {
				"@deck.gl/core": "^6.4.10"
			},
			"_id": "@deck.gl/mapbox@6.4.10",
			"dist": {
				"shasum": "1acbacc61d43039d91c105c1aaaa3703b4fdf508",
				"integrity": "sha512-RolkyaiHJG06TJ5qjufKu03me+NAI+Phwysatsz/apUiNXbOlUPcQNyw78X0o43HA/x7HrUx0cI0J0kWsW4hWg==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.10.tgz",
				"fileCount": 29,
				"unpackedSize": 76107,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvi5+CRA9TVsSAnZWagAAvbIP/jtJ1oJwYOoXqRpdUZho\nK7obc9R12Of5WODPvyRiiuzoj+vRAZOa0Clrcob1eqO7XOeErzXp609JHYY9\ni5kP8D5tDz3fyM868GhUPUaA3y6WKH/VxADY+hzoXt9HIG9HVrWyI3BgZof7\nssD9QQ45uwFYFWeIMHqDWvGbnbPr/kVyu2rXzSSRKvevaq96hhSbBInanrVi\nLLO2/jjhCaHlHj9s0s0FjR+pY6QOdZZtS208iXJlTYsH6UrTvdGcoRfGedKR\n9FGNEEAtYdGblklq9aYBx/Qk9T6qKmfrjNINS3FDTRtb6IGVuS7oDqCNiReW\n83R5gPpS6/wzHR2a1B2fKd6AIVTnjzzCUAfbAp+RcMxYmCKx4EAeZkr6PeJq\nmVihOF2+VZGacv1fWimaBZqeIYHY9OLOy3jnuA6JiOyKLjV1smeMppM3Z79T\nNs097/Xq8+mGH0cjfx6qGGDQt2Ol3odh/Nb4FlbisVaQZws9aIAQ3c8vJmli\n9BTlSWEG+fXvrHBzIoQ8X2i5oLkNRLfPF+c54UsPlNgj8LkI5NGWMHnRrDbi\niULzHZE+o2dTgMxeiiHuDA6YRAZEBy/cMgPg0ekPVfSxgFc3Nzu7lEwrCEmY\nYiV1ILmOufZmXDdS1HqqZNutRsl0oenBGaSjnUv8TaqzGz6yCeYsW5Mw42bI\nx/O5\r\n=4qsS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_6.4.10_1555967613634_0.9713843431225999"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"_id": "@deck.gl/mapbox@7.0.1",
			"dist": {
				"shasum": "d1d4a4ea9bea8ba09b8543b0c28c8ba42687e132",
				"integrity": "sha512-IOq9QNrefP4yN84QOe5N4IZI5MRYtQDq1x5Yd+E2oWtUH8JFjWy9nZVpOheseag12eAV198zbmHa4N8TQxKZTA==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.1.tgz",
				"fileCount": 31,
				"unpackedSize": 73893,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvj1BCRA9TVsSAnZWagAAS7IP/Ah+ERwc9GGyuB6pqV9T\nIVXKVNVmP1/mT5woiYLo78m6C949gLesw42A+hGblggF1satvJzaoJDz5Mmr\n2y/ubLvlwiYGCLvRkR7A/Bwhl9JuJiOah3AZv8bi1+NU2Ih/eDt2ES6wokoo\nvNt+kuZTu0pWUXRdv1ozMna0jQu00X1juJ8Qaibx5848sBxdfQJCUF6fXgE6\nGJ3NpjUSU/qorbCUoWhCbGkOagtks21eIeLtSxsTOKjYugjh5400amZyB+vV\nNmbJclTjySPsPwkgec2Ul7xpTdw5XY/pDKQ7wpTKxQY46BSD7X58u+Ucq2iI\nTzgOmusckv0AfOcM5+9Y7mYRe0Yfc/RlfKPVvv/v0fpQ/tsgTFKpkFAMB5JG\nfXU7B0fKJe3FSrdn36/ProkttGAHVeFqx5gCFoLd88Oz5GFpuVVm4Js8L4q/\nLiY3jsQvhcQNe/mHKIziI1qKoNTbpltUyCzjCgWAIRDtRB/tcX6fjwPoJ6M0\nnChxOALpul8sxkea6S9KeJybmwN6GQfXPrdnrmtzgLJ+/m7prL0i763ktVZl\n79HlUQFXEtULE6d8vjAphFex6X5g7LXdMGNoJmywHjkzSMSU5yiqBg8ohgDC\n8R+4OB/4ZrMdf9n0Jeqd+DZM/y+bYmQjRThO4gfjk3ub/EWhV1U3+HxX/++S\ntuZB\r\n=kxXc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.1_1555971392446_0.26634520238410353"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"_id": "@deck.gl/mapbox@7.0.2",
			"dist": {
				"shasum": "9942ed4cf0224c54fc66f874c24ce4a65e4c77bb",
				"integrity": "sha512-tV7bi1yvwBFf0WD4qeM31kLWpgybId38fWfaYkm7wqyxchPQvLah8QANSk3ucoJEDrIp5rjU7LHCSgHMWxCMCw==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.2.tgz",
				"fileCount": 31,
				"unpackedSize": 73893,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcv2KnCRA9TVsSAnZWagAAa7cQAJIcq2+vS/1TjBxPivG/\nyAqQKfuUjyKx8pQqN1SR3wyDhAXrXUGbejrp+wZudXbtJlebk0Dh3XgmyjFf\nYo9x7rjm9rWUoApFWlbNsIk+zff0r3eRTGH++kG0r/hougYfHaRTHxTYdfrb\nQtk2J//63uqtfZmmSoou+fi5R3D2JXtmU9hn11iX++AwwhlQPYZA2W1wlJkH\nCMznj/hlxZgYLAQLgCNkIL74Qqwl4xZ37fFzaSNxeqWKIrXzg6JNRVbrILqO\nXzBBnRP9GMZ3/HwVmtuefrq1ApglKd7n0D2Ls9FiwsjuSR0UXtmu6jSSdNTj\nVum2mSRA1r7Sm2Iwnk6ILYphanRuSan2z6nq7mm++e8XZdwAtWOn2440xXHX\nU6SCFoLYgOq1OPFhEl9dbrjoYi1Rubqq/FgyeLL2KQpbTVHKyH6g/xDCK1wm\nVSihNgyOEcXsDtzjri73dQJi1Nam1nuVqJXr9+PD08kz6sgxbpPeONoOOs6w\neTxThEoHjDFnx4K8XE/7Vpr8mYkW8XNImByCtR76pKACP7lBvRsSoJM+CJN5\nSjSp2hSfdIVQPi7hcaaTsiMk4MhDJbP0FhczCsivLRChUrN7hSTXbylgW11E\ndoodcLFnNURpjAxl9qn3cIhDt3Xyb6wLt7FykYUCIKQauYkQX6ESNgtIi8Ra\nAUHK\r\n=qpZU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.2_1556046503066_0.5376458771066273"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"_id": "@deck.gl/mapbox@7.0.3",
			"dist": {
				"shasum": "2fb0f4d4ab335c01913fad5419cd3217fa952434",
				"integrity": "sha512-3LyeRD0cFhhBLhtMYFkCk7RpsD88fy2ACrDIPkgE79jf+iDjy2pBsByYGEAVoK84E58sypnauxx0nWhP4RhgRQ==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.3.tgz",
				"fileCount": 31,
				"unpackedSize": 73893,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcwfLbCRA9TVsSAnZWagAAU8kP/3Ni+/34q0dTlYWNY0pd\n/XZ/ci8/VNxaWsB2Hlnm54qoNpE/TCMA4LQOH6nRNtckOTuBrjDeuFtB88bx\neQlbeLQX+hGYqOQDO+H9cKbDkYBbbeW0QmcAFQ09wCyfTY+r+aQkidEO7ePd\nmnOC56IjLtn/vP7Reg2WpfY9b7c3oR0Km+zQYGQ4cBrJ198EVOhT1NchtMPC\nOex79dK9aU2yGkdZm9tHKi/Rdm47mu3U2MpAfskWg5agXA4WW2f80+kJimlV\nHIQLwOAGFq0hLx6TkZg1hkVbBdZKslqYARWxRTctJF47rQuWj40JnXSe6yRG\nfQyGNn4IXgJRPotlPAogo1Cx766Solq9fSuQPPyt0MjTg8X6Yne5vSF/efEL\nF3iBRlohdZw61OfjvN7H1EPzr79tKIf14SX4rnLYqqvVGPZTBnFkb0yuC5nA\nnJoxKu33WP7CJzDTxQaco3Jk2UN78z1JaIPKvVPEw3xaAmzNeK34mpd8Wfs3\nDiiYutIdOt7XQp/WHpd3CuFR5K7QsW8IXqzeBxhBOtcFBU/p5VFl6OOwk2dz\nVr3FkjIdH6DW8TuZkFi0bHoR/quHOvbWRAKnEBjissgayvI9rty8iBenfjpm\njcLwYx4ilRPSaUJxi0h88vnoVosQtCkxgMFQ63ErSP13fkVQO8As97PgQsNG\nB09K\r\n=XKA3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.3_1556214491104_0.6245211244689606"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"_id": "@deck.gl/mapbox@7.0.4",
			"dist": {
				"shasum": "051e12c0daa3efd43b7c81d0f61e809719ae6085",
				"integrity": "sha512-pP5AK9DPX94pJEdl+OJugl+wm8eN9CuUvgtDPYYGc8aCwU1GnWTBP0FYNreJON3+16epjA9W93gC5s0InKo46A==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.4.tgz",
				"fileCount": 31,
				"unpackedSize": 73893,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyLIQCRA9TVsSAnZWagAAM2kP/ia9MMXZFADp8/cWrhBJ\n8aT8OjGmCoJef/JKsPbkm9onhejIzRuvcPv/0pkUJNpukZ9R/TQQFzy8FY5k\naPlIPeGj+us/TZHQD+FK2uyBz5Aa4hwdshxeoPCkstJvEYwfuBCnNisDIb8M\n1Xu4iSfrW/nJPXa84DFudO7HwZyB3fD0V+kvaF/SE+Avy1ey2gb4qgdEPFBg\nLow0y6+QbJpKWZaS4PnlmXXDBjDAmEJVOKoJg0kC/UTGQb0rWPQlaidneuwR\nxpnXY3MZ3fnh98k57DApeqfAo9t32JBiLjugN0Z/1Ndzhvzttu10bJnXQR+m\nytBGGZxwFH9OmbHfK5XAq8rnjYg3tt2qGCCMFzKKuYBvzGiBNJBshmxalAKy\nBnqK3/sN4XTvV6q7zs6TXal8kbWt0ZR1ifTqSc0yVsLNR+xIBPFRfAxIibgW\nKlqWiWtgr9gMePxyVszQIpcszJysh+X/bi3xuZwBtsmaeAw5g+zCrujuZtd9\nSsXI36gCX5FXz0Dtil6GdcFNgS8q+gedBrHbmt3iNSrhXoANZeG1d5TJgxge\nUX6jat7DqSLplVcx5DQlN2pKwQFVwIy73gGCerZIPxjSqNbRVPFKEeMXlVy8\n1MqPaiZBUmxtYxltwFFD6oDGbA2fOmyebIrk0tYna1iOLKiRwuFeBQPPfwge\ngEdV\r\n=tL89\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.4_1556656656287_0.5863484792027285"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"_id": "@deck.gl/mapbox@7.0.5",
			"dist": {
				"shasum": "cf8c832cd7ead9526a60bad77ebcb4331941ef22",
				"integrity": "sha512-75+xLSlvLv/4jqMWvYcZfQHz1amFXxptnrlf1wN6+ev29H8IXyLfGEzLLrZh9BA56OGbsYlytHn4tAFPGsbpKQ==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.5.tgz",
				"fileCount": 31,
				"unpackedSize": 73893,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0L0tCRA9TVsSAnZWagAAooQP/0wluP7Cn03rotBp7caU\nwaZoryZSzmsdfycyctGJC4efii5YNIJNbOxh91/HibT5LsQVmbMgkfvnd6Hu\nzRxa00P1auYM9t04xKu/BXL9rfB3j0yz2rAfbJQutlethXTf+4EU0AFMU6QW\nsw1zzTnJDVT6hS3kR+mnvB34IdG4W8zmmyj6pCZlfhF80xHTOhhCXlPqJTuv\ndxz0hAqpTeB367OThqvR6N5sIV6DOXZVci1n3vFqxRluaJ3rEyOS5IOXMUDP\njHYeOkTP8wiZC1wxLgpXFl05Bz4TPlXiyw2T7z7VuMlKQHeY9NcHZQnWg170\nJ/bKtY6KuDcKsOTN8mIGbAghrF3VHjPcp8U46i2DT/5pVKrIxA9ODC8NpYID\nk8X7uyd5UmE9qSkRXpbEpJpHGPshjuBY26AtbkRSVszc4VCLdrfplbcCHxJL\nTHuVruMJdxHtVqLnZy8b34bAvHR6fCXd/0PwGC4X/oak91/ooqrMNsvuULym\nLDkC5QZYmPxVFQawsyPbpDs0kZHo3yaflbd4qg4eC+Vn7NeT0UQesv7T74Q0\nL7797gfFHqr8WqNHPwXCW1f0LUjJ98IgcH7bJ0w8FtZ7VpEysA4thj8Xb3g9\n+xMfsiJ8kCV1VaxZCKqgaiS38IRXcjzvnOIZJhmxnA0r7R20XY4kaXTt/pZV\n0dCP\r\n=JnEV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.5_1557183788530_0.8590960749369771"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"_id": "@deck.gl/mapbox@7.0.6",
			"dist": {
				"shasum": "f1c040c63e3934a916c90d827839acfaaa885e89",
				"integrity": "sha512-cTuwt0xEA8M541Q+iOjdkRGU3mmlYNvB+mdmpDWmNK9ZlotMi1oxiIV1E2+nz0ePI+s0G0C+PW5QCkdK4C4JqA==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.6.tgz",
				"fileCount": 31,
				"unpackedSize": 74452,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2b1CCRA9TVsSAnZWagAAYRMP/3628oeE60kOeZ5NQ5L4\nvuh44jmlI0qfOP6goqa+0lNntIWKhBejjVZx7HOvNSjfx032dZVtN0bKYLto\nU3r31o06AvTY6P/S1SFZ9kQ5zPe7d1GRghywOeTWqjD+6wuuXh7ovefLcoCG\nJGF4RgJR6z7ajgGQ9zBiBr1UePRvkMMYXxQR94t84KO1mHXy046uuZRvPwb0\nxByjd98JcTuCfKq2GYjJyBD8yr1899MjJMHF0hMJMUGRg20TZLncv+SOM53+\nk9H03v18/+2EkFaH7djXn5+8wTFnT0ns++ZHqHxx2Juwx0x+f4C2LGuP9W2Z\nK2PbGc2hRkdRdc9hldv32VW/UyqxVMGEspQwIjn02qBD8URwXY5XzZ4uDOyf\nm16eQWfiR4hy6jNi16Ts/KdIVUOMM8qtlmVhI236wTSkNWrvcoJUz3BFc0rI\niZMWhdsDfpXyVaDXZpXFyG2ZcWHylSLoEYcGdEJqH35wJ5NmDKntUZ4f0MNK\n27QIbKVwjJn0f9zFfIZHlngzb4VhHPPcT/F1Vs4DSZNVaJ285ZEni+HcgaOW\ny9hY1LcGRemYXs60fpCfyQakCravGMASD0vwaNvckGfeuqI0vOZfNr6jtPoE\nXh/sCajnAx0Hgb6h0g29dieJc1DEMF6JkIzwvXAZGawpRzl+exy3XdrDVCMP\n0xSs\r\n=rIPT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.6_1557773633711_0.08926702037878864"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.7": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.7",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"_id": "@deck.gl/mapbox@7.0.7",
			"dist": {
				"shasum": "84f78c436db7753d9259696427e8e6caaea1c9f5",
				"integrity": "sha512-Y+Eolrls+EVrHn/YAFeWyzlOsb/k5ae+a5ahLP2HMqn3/g9c0pHassuP3mFpHnReljfOKkavBYnTzUOAKJqr7g==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.7.tgz",
				"fileCount": 31,
				"unpackedSize": 76643,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3eu1CRA9TVsSAnZWagAAYs8P/2lg1mFaB6eyMDjLfMSc\nHSeUnAKzMI5h155xJ/BcRsueLoJz9NY80J73a8IB+EufQTOkLgPID29O16/J\nJuaSGID4kNHQPH6XWzPIOPeFMiybWhvvEW7n1h1huG8GsR4L4PTLYiPW7kwr\n0DDNT7hT1I8PCCOS51KFEe6U1YSuc8G7b1zcYzTMxMRr4/HymN+I8BUosC4m\n6wujmcX1CUUGi30egIFQr/9cvjrEGym9hMFKJBgZQRbeuusCJk9MgNCbozNp\nmvQFy+Gmp9HC3+RWVvVWU4Sn8d3FCxcW9BoCoR2E+OyJPlpiT/gm18DY2Bg5\nIRF4HtOavwqVtIoTap9iL8buTXwmdIoWE9w20trnJQet5ZCoTQGEtk19ehNn\n0oqivlssqIq7L/BY/C349HoOhPHj8XulIsh82JcnyBBe8mFNkrNQ2YzUuRbI\nkGHYMWXPMqzAkln2X30YUf30YNvvrV7rlIVFwbDw6/AkbC32MJXQQla5wgzS\nWuVVQ/aGSdRrTKRqmZUXX58LLnxFXn11tSpa6NkiDkTtMXG8jt6tX0yOnZwS\ncT6xLQygZZzP93UZeyLWsDWFYwb7rWWLRY0XybYddK+DoIjbhV8ng5WMEG0b\ncuoDj1LRsrmbOzFMvhYAV5JCEZYqn4tbYD7+KxyEKKb0nCNsqB/cKXuVfMFo\nF+yr\r\n=CT/7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.7_1558047669462_0.6910714945980767"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.8": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.8",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0-beta.1"
			},
			"_id": "@deck.gl/mapbox@7.0.8",
			"dist": {
				"shasum": "01563aa12e99d60c4763dee22f70fb918cde4359",
				"integrity": "sha512-CQgMDWl3deH93++Uu7JA02WNuba0bQAegJK3ma4ST1lz+VzaBIAUbYwnV4+wrSFJt9s9KtYbuGefcX9rLcHYKw==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.8.tgz",
				"fileCount": 31,
				"unpackedSize": 86197,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3ycmCRA9TVsSAnZWagAAX7QP+wXXBOwvRnWUEOCRXra1\nkao0X/iD6uEkh5fvLCjbLj20RDP2A/5UQiKXr1I5Xe+fZ4lsAr6w6xtX5RUf\nAsgwUl2qjWcuiV682RFNnaLCaqD0nVcNEjjo+Zu4Nb2bNaflBuqq4nmCaZNX\nQFpEGIrOuSEuWgRORdWxmjPHbud+KdcbXHHZB6Oew8TbOgm9e/Rso2Y7EX1A\nSkmA9brXsqmrAt8micErLja56QpG30Gnt5lc7jjORueRlGAA/pz07JiEHlod\nOSt3qNShnd27Sm3UU72RUrFWYlW4hDqdAid3aijQRu4/UF9tfgH9ljvN6c2m\nHE0i8bIUYMgGOruRIAwyYHlcav14B0y3H76tvHuKdP/11k8w2CWOE48lEmEE\n74S5mGbL3MWGHlHmR8ktBC3h5y5euK5Z2Zx+7hDGXmjAh/1msubmQfhB7sFV\nX6uC4IdzkDyZviLZmlehWBKegXFxLb1CDgnaUBnhgJFDZepVgUnVwS4ooPmR\nNwwdEGQBxmQK093W2jSGgAuWVoLjYa/NhfnIF5qw5mFWzfUVRvEZYYmJYLZu\n0a+gNvjyyESpz6d26gY+MZc0qwJQhZ6tQfi3kRCpxRI/KEVlux9EGLrbZrnf\nt2TBpk2k3H9Q4N5/LFJbCYc6s8d96H4yJN7jWbnlDt2Uz7UvYNCPzT1SO/96\nyTBz\r\n=DyTV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.8_1558128421121_0.9380403667756674"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.9": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.9",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"_id": "@deck.gl/mapbox@7.0.9",
			"dist": {
				"shasum": "4623c10594792358780af9e6e8b793d081c3a90d",
				"integrity": "sha512-iz8pjGoGWxespUL1yLBgecaRZdN9XiPSUCdQykU6L7QXpE9HBeroQuRSj4yr7i5xnv5UQ+xyZbfQToAEG/PJ/g==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.9.tgz",
				"fileCount": 31,
				"unpackedSize": 86190,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5IYICRA9TVsSAnZWagAAm3IP/18ZgQCxwtTgUoBbOL4d\nFIgYH3hw6PptDmVqu2D2sZqTaV02OxYUBOBTmuz7uytp3Aa0nYC6wf31PAIl\nnRLoTRQR3MnnDRYUng/0muAhlyDjygSYpXIMQoyJFn1P/GXNPO6Wcv80NZl7\nTZMEyLwkwHLSTtc9d3DiJDtvCU2/NhF1YycWteqv1Tb6gYe9SkIrMCX4gxHJ\ncnvzOaOMfqdhxKorcfXAyey1HsN9JHqd/8dS2ZiibDSvcpBPBrYD9BJmDpM6\npzCy+x6+WqsP+mkLOh3RwX2V/p7h6dpczWhqTilwHuR6sptq8VQqLOBoz8ft\nTPLO2JCQz3BIP4FTXB0Qcn6b5NrIe7+IPnmCA7yX5iIZBWUbvGctoLFgLZcd\nQbMeu6MFFkRA92K2BkYhciElIwLpsLdX0ggyFNcFSvxYPtnra6L5U1Db0C+x\n8jsQ58OVeNjlG/DxHJ9zE1ORIY88kbEqpQ3zRLPRRJEgoYlpqOEDj9iG5lZA\nKOjya0PvNw0U+4p9Ldpzx/f4J52Ah6ck0qR2BbC9Hdz88ijZH5PBCSQifWVR\nK1AiKr0aBZbiD/+mjRXclxe6lp033E+o6o1xdz/eLO07EY1TgJYpeCBVuHz6\niEQUsQJav81b7HaOr6EolRV6jlHjuKpkEJRQ7mmtRzGGFkx8PX3kkqm0adMN\nXx51\r\n=XtRw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.9_1558480391636_0.4394182979645742"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0-alpha.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.0-alpha.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.1.0-alpha.1",
			"dist": {
				"shasum": "950d48d065c05b23be71d2ff8f07c0b77f139062",
				"integrity": "sha512-JjW/MC6kqMB8y6uG9DDiiiCK+661x6lqizPQK0hHzQXtefALWpQ3aRIkKJZENBN9TbHrYF4a0w9diCLNJxilPQ==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.0-alpha.1.tgz",
				"fileCount": 31,
				"unpackedSize": 86198,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5d9ACRA9TVsSAnZWagAAy0QP/1AoBXezXSjVdSbB0CsX\nwxQ44YN3Oo7/ntMC/V4avc1Dcb/6Ej/+wndfVqGs2/EYgAwDFubLU3QFluPQ\nBaakm1uKJ+1fx9ZXlpuLpSFqk+22nZ0HNDKhhoS04DVRbweBnJVzm0FGYg6h\nDw/xfcvjFrkyfoGjE0m7SQYLcRL5l2Wd9RN9NrplZb29WanbVQRm2ocx33u6\n43YSWPNTAogKVBA0/qgt5Zok3v0pxsrWRMPOCH6YWfV9fvAKYOZfR+jz6Lm2\n3xIFYpGBrTeZfBeFFbVON8SvOJTKVOgQdfU77QeHg1CoLsKHh4M3U0vpxMX2\nROPKpeBxt93WSVjerW9dByVfwpV7nQy5EmHzRmk+UxbNyddMz/16gHu/Eaz3\nzoNiGGZI74wgtvAtZKToeHrt8c47iK6alSUIbN+oxULLuJXnf+DshPzqq+5t\nQNwfSAULEd/0BzAk+K3OB1z13Egn+F3f43DLcPCM+3vLAPTFC4ULS8RDKCJw\n142XtOXUpqNsSWLtyPWjc4DHPU9jAQ/zVvR2yGgjT00pui0E24vi2mpPdb3f\nzOAHamEdOrPgNehkrLKXIJLm70z0NyPPHB0AcVpCScJTQnC2CiNzRk3OJ3fN\nX+pXo4rEQrHmMItcS9+HeZCnXlzZririkvjQvy9Ruvsvi1/vtVQzQjhR8tBw\nMRDS\r\n=aYQi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.0-alpha.1_1558568768004_0.5525708901365152"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.10": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.10",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "9fb701df57ac4a0305553a965eaaff1d494b0488",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.0.10",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-0fdakC3rcxj9xBMvDpwdS4lOLs+jJWnJf1nmMjMIMO+Th2yZSt0tZNZnZsewTTWBTDGxXSxkS6j8oVhzGBFQjw==",
				"shasum": "e0ae83543417a062f6009a3ac6e5de933413c4c5",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.10.tgz",
				"fileCount": 26,
				"unpackedSize": 87322,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7wCmCRA9TVsSAnZWagAAevMP/1N6MzIBaQpEYaO9yCkH\nh8quvdoWe08I8hplAqbfn4NwipThePxgItcFwiK+1dODY50hT0jeJlkV8Rzy\nn9xZ/Vdp/tJhHMYdSDvTFlr0eADNGQJKyiVlFFuyIItIpAICkSaOOA472Sic\nvXJhb7/6JlSore5ENsTZSBv2HO/XOYcADcdSt5QjVDHDWA2gvJn28qMxSdC+\nE+xlxHvAFQcYxdjO379hMEnRtgv/cdpqNnKnd8L2NZLrgA8UC5nWV8WPfU+Y\n7CRKdE7pmVYuWKE7YfkXNx5xNXtmHl9/1f5sAwrF48IUOjk46PvaQ/OHzHRG\nKPzokWfyH6qJH5dRLVuXASHc0fGxVV2UQboMwnpCDe4jw2mu9HJqWaDwFONh\nenKCyf8fC8xEOlvLeUQOHM1h0zGikcEk3wMAQme+0LnYXKB5JKl/MbFNAYns\n0UC2JUC2Dteqhoo45oudKfDjo4hjnCgajCcwiDkCFUF7AxE81tAWyLKI05nO\nF6EhGDmGwFbWLzcP1LTNntcNEkRcRfF4TRu9apZUNzSpoK9hVxP/BgvRUXqm\nCF0T68eKo7LSCyXANr9FLHHcbi1ygbKvzwoIGyc14WUNq/Ycj9kRyRWzbA9U\nG6VZf48rXPMSIQSvCD6YDIXibx/qJGwl09Aspd/Fq5+cCVmddyYbuSm3k61b\nbOUr\r\n=bMsR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.10_1559167137202_0.6567716833291015"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0-alpha.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.0-alpha.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"readmeFilename": "README.md",
			"_id": "@deck.gl/mapbox@7.1.0-alpha.2",
			"dist": {
				"shasum": "0db8564e36092c0dc816839d8edd21cf6ad26a9d",
				"integrity": "sha512-Ue6AQKKuP5RdcXkhTXLVFqf5pwK4cp0WI4DfqdffBlst0aamo8VrN+LoaJ4WJk+2w+1at4Qim0PBBW7aU7U57w==",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.0-alpha.2.tgz",
				"fileCount": 31,
				"unpackedSize": 86198,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8GZiCRA9TVsSAnZWagAAm04P/RZoKfCJnkIHFMxxYJxh\n9Qb1LZw87xo0Wa3ftk+HS7DWi7lUXxuYjw8gc5/CxpJv690kC1QyPhT7KNQL\nyPjgV5QtIaxr0h8Tzhh3n5AbbAkynD0QguWZJJ8ge/PrTgluA7Z2lu4Ts4CE\na3p39e+hQz17kf2ag+a9J7pLq+1G5Xdy9KBpAdANOCSGEgkD9uKc/GKSY2Or\nWgscvnfe73kcw+Vpq0Vf8/A9dAMCZ4Tvy9HwUC9+R8pNt76gSuUKS+nmQHCD\nsbERyLcVCdYc1hmmitlI/pFEd+f783b2vQ9b5JCwNoVx+seLzf2Nf0UnQ9yy\nB+/wgmI2NCQYPtggT35m5XNUaIKMx5DcM7TuiuTuHeTqnjghp9GGL4bzcKxD\nZ73VEuqsci032eyzpYNlB4qGaWkgsChSeg6CQD6Fa1bYT2S0wYGvxXBnM9t4\nU4jLMg5MDJNcqF0XvHMy045+zLL/SSViq1fKyDOfnMAdUtb2yBkvrHXPTzGq\nb8OaQBpevigHP1YaLSBO9sDNOrBTZqR9rtnB16L66blGppuqwAoRoohe4fpl\nFfAIw23iC5PpxNlRoq04V6QeTw1d80HLbhVIjMPEdfnWBud8MXXcTKgJ7yFF\nLiBfH2wHhSVyZAhobZLki+YScyjmXIHFwmAV7iZ7Xcgn5xrMkg7hjCNFDZIN\nJlow\r\n=Kc1h\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.0-alpha.2_1559258722240_0.49937061977597197"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0-beta.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.0-beta.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "f4f69ef77cbf339693a00d4b895b884fac931270",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.0-beta.1",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-38T+9fq/vI2L7Fb/6EP0LhZfSHDAOPSYSJLbXifUek6yGzxHmWZtvdhb12VsFSi3KIiO9ahn1ceMg8KNjooE8w==",
				"shasum": "7472f7021565390fae63b421132df7a5470b0fb1",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.0-beta.1.tgz",
				"fileCount": 26,
				"unpackedSize": 87328,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8bxgCRA9TVsSAnZWagAASoUQAJtAVV1KOnuf5W233Vv2\nEJoXza76HONi2U3fRjgMTX2Tj/iamCtd4s6yAP63NhX6+83frOeGqG+KmZKO\nQ5w6OjB5zK2RbBt8lXUBpY8s99jY4KVj6+OqWIhIVq2u2X2FPIjnKa8pdtZk\nrZhym1uLO2WIO3enENDkRD5Yxf+p/ww3wUzEGm8KZjv/3NWyEJWLxuzzbrJW\nqLzKQtnsNarj2nO08UCO6hProOUMedwrGdsAhBO89w81ahXzlyWdRcUoTPc/\nnZbBvzRFxMKilIc1gui7S3/RzTXRnGMuasEK3TNAVhlTXgVJIphjvAGKnv9Y\nHNMU4Tgs+xmgUBlHI9Bfm6XyqvRGsi98RJMRnqLrQEq3q2z3Xuk6+I04stMS\nau5zcm/Z1JV8p0P0Au5IcxEd4YIMecAz28sHugvziDqdgCXkJqz4ZZEHi/UH\nOPddauhk7gbnlNd5O0D2KUCK3+wqaku4SkbCEIp9HWIpl2hkUCtgjQhk4VJm\nNn8tA1DstwLggNCJpbdX4M7ypvnBJ/pSghNl9LV9gvRxIMPJLYHKY583WKz0\nN7/tDGRVE5YdN99QHoUwJlKjJ6gJI2Ol/f3S3Zw6h3/r5eX1RDOKcPGkhsP+\nNpEJKgMePNVYAX8pU35lrz1wd7SKlX+CVfEIl65n/7L6YjLQezyWVyQlGk4e\n5ujw\r\n=rMbY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.0-beta.1_1559346271441_0.056956097846561526"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.11": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.0.11",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "015c8705985d4fa1cce54f4077ecc4058386ddd3",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.0.11",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ghMK1JaX1dN65dh1bmUsD/Lvqd91n6qEy4Sv2DwruZAKezMwvV7QuchPbGFUo9B+9pDgvdjmpQgPSZW02oO/9A==",
				"shasum": "8d1fa6c4deab0783235468a13fea2a44641fac1e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.11.tgz",
				"fileCount": 26,
				"unpackedSize": 87322,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9V6DCRA9TVsSAnZWagAAnboQAKA/T6DdZVL0wk6VkscH\nb0HYbd2FjFS5/lttMFT+ZdEt7OrXo7T68dg+qUp4IL1tVlqx5t67q7tcYA1M\nkPlyTGqsmTG4aJjFCvWMYl4vzusO697vwsFAlR1tEmAS8JVtUd2UPN1Q7hRB\n3BW9cjxTQHHsh7ySIFeQRK8Z6vxrWhfC3LI/ZgHmFI/DEVruM8n+IlK21P+K\ny34Ruq9U8AZ4iJkmNiIlDXiQaXazocWEHM9Ar1sT3YFy8gI9PSIqP3lsmusA\nOl0dxiiabyte57Sb53DTSxknQdI5r86djo5tJzevcpciYcxzXdiiFsX1/Nnf\nwnd5NAcZYjNJQEhAG2poCiw9d/xn1Lx/70kEw7ko4blLo2DatiKnOzg9c4Wh\n6ZYZy1uA0nSsP7MZtaGCqUss8thj2rtjSleJ3fsTW6sf94CvRFlj9gG/V1k7\n8ivA/+W1P+1tvd4aArkHt/Blm9qhefEGcJsVyYjH6JG7KCKzMMS4qB5MuRpJ\n97PnOcx9kbXsV8779IjpokrXdL0L2Q2NYcvMsh96NAbxvT6HqHYCDl0U5Lpl\nAc52VbqreeYVy1gQmRKF9w/G6VDTzR3wsoZ9ViNISz6ITIGZyLK1zVcz+npJ\nxc43XFOJYfF5d9P+faz1Vk1NhiAH/+rnr8Iedvv/sko0A+kzJstDsb5nJ2ki\no5uD\r\n=44U0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.0.11_1559584386820_0.8107869246936636"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "c854d4b1994d863cc5daf64ef86b21f2b71e4ccd",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.0",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-sMs/2e0bQU4zn09T2F3ASPWKXj6JiDDxtaUnwBLnVSb3FeyHgqr9G6/1VU5gP3vK2r8IZIPisH8W7lo0qVDmpA==",
				"shasum": "d436fc56d3fe73c1592fa9aee3522f83241f6c19",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.0.tgz",
				"fileCount": 26,
				"unpackedSize": 87321,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+BKzCRA9TVsSAnZWagAASV0P+wQ5mbpETv1aqgne5Clu\n/65bMmXr5laYGCK1lQSmTz5NI1OnVMnXlI/vdzKp8/MsyiFIq1CO7GdbwINt\n1bVXixQvzGJ4DlVbml5PX51RLZAcLX4klL5tjazIwKin6zLGRcQccYX2jZMJ\nqsOKw60SaDEwSVMLiqDrF9jlonBYtbazc2yBtYn7gHWvahr+Ib09XAr0SMzC\n4/RLVPmVqzVA5mvh3HrP9hiBL0xWCCvKH57ap/hT3V2/7gZedTI44lCapFnD\nDiNo1gmiusF39Vy5WIDOsxS8gwDjreknyQwF/JaEk4F9QCR1IWAxKDghkyR+\nFm1uvcj+IxEx7OwAQ6lB5mMl9/tNJDB3PP4CceXGdun07kAjp2/qbFx+aymp\njgsld99BtKIIdcH/9e/0I/TrKwAzQc1OcettOlgMLwm23IQphjJbniv0Jl5E\nDnzxGcSgt7aGsi6YBAjiMgQcOcR+hSSfYZtjGM+jhG726wvTt+c9TxoFzFyN\nowaXCoZjNV5HxIfq5hCiSiSl/+bPClf0hQFbt6Q5ke0Mmf3kJ+DRVU14gA1l\nlHYLWuQms0VCpYJ0tX0U70COlCo7mF3YTHhZ1EoYcPrGh+hI5D+60u6d98ZW\nJP/SItwqKVHUmB9YlGzRy0x9mlDDWWq9XCuZnYXGHNyqLwEAb4r5+hY3TMGq\ne8ea\r\n=EWLR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.0_1559761587143_0.87479621054778"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "5fb67caf97b7972c9843008d9a294b31b2c4410d",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.1",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-AC0qZbTWdoFpfSdD/aFvXoYaN0d+s54JDK26Eq1Wh+u+7bssF/Fp/25t049rvcqZq3ltHrmSMKP+mk5V04lmFw==",
				"shasum": "c899909e495b467558faa92b621f11979ce694b1",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.1.tgz",
				"fileCount": 26,
				"unpackedSize": 87321,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+Xa8CRA9TVsSAnZWagAAOhcP/2NgPJ2XbWQOznIW+q4m\nk7FzN9jl3yj/xmgvfChIRO5Oi/BkdH9DTQQmM5awZi1TO4g79kOXnf4aXV+v\npB7TaMxegM+jRCuGanuVZLqWXNj/0/Rqv5zaPWJgAkknUEGxosPrMIRZO+x2\nl3jJCWUCJtWhaBBP95Gbpya4nQzgrU1s/xSZLU3RFSLwuJh+irR+h7pmjCwD\neyLWmzlmj8PgbHR7rQBjIVn8UYBOjQC9yJZFxrYSigbpxqIwaxQndF0sRibY\nCzP3Wzta4YapkMeAIKx9+anv/COpmEr5kZ8XJpcHibNtR57fD4hxoOyUqixx\n9qfH0kds8IJc8cWF6PRfuEFoq7DsmV973qbgy/3M1uRdWfmhVGJLPm7dnGb1\nng4Lgi2pjIQ9r5rKOePHrY+nQclrChYa0Y3QO4WzO38Pu2SxkOEzuAN0EXGv\n3JNnW7QENHUIvGSxwVnOVsycaKvhJPR5ms1iUbmWarZHsBrgI+/KVBTzet55\n67DpL8DpwsAAyqdgJxAoclc73kwNcxwz6POjOKmYNXdAu7HAhIkqj36M0y3g\nTc8/WXJ0I4N0j078ocASG607yL9P90t5QJyM/0M8qucv3bAJE+mdnPJJhDcp\n/YKgADB83qo0D95d9HN3BlJqtRRrG/ry332ZfcwybRidTCB20IjTwHkqallY\nKeJY\r\n=aMvL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.1_1559852731577_0.9592487411541655"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "839306a3d107b11016b8e974e0e033d219909ed0",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.2",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-P+QMVqgJwG4srYJRpITQHM1lhXk3ARWDLCf/vYCwXgY6WxlFYKDI+AKEtnEi+Mv32mxiZsw2tKBN+uo9zoRgCw==",
				"shasum": "d5dbdbd940b49594b844b32d1a4b20e036e04ff8",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.2.tgz",
				"fileCount": 26,
				"unpackedSize": 87321,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+q1TCRA9TVsSAnZWagAAPaYP/jWJCeZpVOCuUm7wpMZC\nuvuJK8OiJq7mkznyypRIbVVPsgH0ZOvp/3kErsFFh1w0ZFLmJ7eO8jYcB6A+\n2UW970SE/Oq6lPNGC8vRD+Sq+8VeSgbXAgTs43U3zc9HkVqnejW35Jxne6ff\ni/y9ie9VAOuZgq6Zk9A3VKv5W3dE/2zRtUzVVyGHbImwM5u2r/FtPGb8lIoS\ne4+qfKxZf9UJMhmj1cQGawGqLdhS88UI3x21SjdM1I/r9aEn1l4PnOpd3RpC\na/Lhpwbzb1htsto55imw/hCxpnv2tsijJwo6MRSQkHr2DmGO2QEJNfpAlgiR\n/pVBJL9XAUUL6ytMLLi3/Z0E7LdiFtOYqV2NBYTQe4/GrjWQ+zSu/aojFXTU\no/AAGGxSK3QDmSl9PlwEpDpMllnxXKvA5AWiH1XeoC9DxVtFYibDOdKAQCqZ\n5M+cGyLJcmmZA+02ESPcfNKzAddWWE0BBrnbQloEcn/OfxLGj+QV8WtAEHdJ\nEatRHfxqfGJYsfyIaBItrXW5y+4fQl04F+7kzPo3zMIT3p4reo6g5jOaeJ11\nCJUR1M6vtiLTtxHuhujAWpp1uMU4WfBZMWwDjx9CpCGugNp3UM4V8MlC27iJ\n8C0oVkKAlrcm9bQ54cukmiYRDnvqYq7AASUxhyzReSHVPdnhgfQBH4Uok5iJ\nuo/q\r\n=M/Ho\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.2_1559932242320_0.36997355133059284"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "a35fe99bf3c138548b1059aee99f5a8bf21dc542",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.3",
			"_nodeVersion": "8.10.0",
			"_npmVersion": "lerna/3.14.1/node@v8.10.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-QfCauYHfWDkQa0CBArL8WWdGr99RS8Y7eRyja/rNLlEIYoufHLSKq0Iat6SfgEPesJJKWNuw9TUaTQmQzISq5w==",
				"shasum": "53bd310c56cda5ba62e7cd66f4e0453863119f1e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.3.tgz",
				"fileCount": 26,
				"unpackedSize": 87321,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc/uJuCRA9TVsSAnZWagAA5MQP+gP0KVUdF/ihF+LYOhLA\nG7CIOGtm1pyEA67jeBMbx7KBN7jlX8FnPjZdwj7Tam7DmM2bsVc57RN0caXJ\nhbu2mmjcicL9n2VA1XNy5drPx/GrAyObjMtLtfoiZ92Apr8yNfj3OeFzogbC\nmNvXJAhYaw88Mr4uBUqQUCy1bhWtmTQbtm0yp9Dup8JtGPHiFAczwHKU9tCS\n17UeWS/bHdyAMzM28lTjlHd335J2hx6Pf0KdxCNnUfLiqJwLEsyYrsjRX5Vv\nKkRFvo0kSGLamVRJdicraCDbtgGw1Yo5u21Er+48yxhKMb8BLIpmF55s0s//\n9U/uTWPIYwOfXrisi03uHSWQp+lBFZlfSFhrSVUpsTxD3Ql5xMy+C4rniw4Q\n32Jip3nfUinw5hwq00SrS1BOISC7OCuiPUqTt2ka5aww2DX1UoUVAlynl40g\nzj0/l+Ev8DtIL03yM8hbWhsLB8DOyPtDLbUjsE1rl2LTJqIPu6qVOr84XMME\nQo45wjaExhbn93+h7OF6LFULgZYacBzEWwVL4fmW8CAO68n+rEYtq68Dg5rC\n4M9tNTYEfsb0FXkdzukGlrBQ9fmh/3vPQVaWKxEDjaEJi4tEz0C+M8Db+XR1\nXQrWaLkIqvNDRYpCm+U0B8jRG0g6jSuD4VL3VnS69h7IqtOE0+JSX2I8yyCV\n7b56\r\n=qLnI\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.3_1560207981608_0.6862679976140482"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "ae311b6c516d1d3a0698b5e683eaf06cec0e346f",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.4",
			"_nodeVersion": "8.10.0",
			"_npmVersion": "lerna/3.14.1/node@v8.10.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-AfUapuStnkwbp3plScZ4P/JfqaqZG+pTLi9oHTFjaJpPqPWIESN8LnViAetRpESX1byZRVx5sEPId7M5iyW4lg==",
				"shasum": "c61c0da16da93e57ba6e072784e5a5266be70fe8",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.4.tgz",
				"fileCount": 26,
				"unpackedSize": 87321,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAyBSCRA9TVsSAnZWagAA/3kP+wbfpFFFgQVgLzWIpdQQ\n8pne6x1fc161wDGB/D7Omzh1JV0atOGErg1g9A+btTCcvaQnumfxLe/0sBD3\n6a3oP6Ur1wxmWc/oUlZ1ZPsz6yBPPHnX/4E4VgmHjhVLih8q6x5CntJCLSMZ\ne1HWHnlRPr9XFQF+gqq28JoIFYMF1GJ8od1bEpGgQjlvHiQ+a0Ef1GoEfikY\ncJ3G75v7rH3IrYcAAVcE21TzYEFzFvgcKnrjowWaZKFZraIzKlHwxxQjv2G9\n8u8cwaYvdAIbgPejRlqd15IbWjL5koZ+1tQ5TXI6s5gTQiaDqIrpuvI4qK5k\nJEnSF1CmAghTxViB9kKV0Kn/naLRfMSjvU91X+TRRcLYbJFwXWjpxYBjqGsd\n6dqIKVWzwYEaNwLupxkChMxbdlJMYbNo/Oqqivx6qMLWmgJS7uy8hTHJnAeN\nurCgmZS06ugHjUwN+nwdUF0z6ASbWLQ6QxjRhwFYqbbhZFNqp6V+5R2NH2wY\nZLRg7lzWFoistDzATXcN/gcIS9vgWUCNQntv7GYh2DrM4Y2Qv0/LCBSqFKCR\nFn5yJ8VyIxZ015O1Wy1v8sfEZhgUI46JZwSMAl50emBVDGstKWNG+O+Fas4M\n7P2T/HblJNRnls0mLx0Ni8n/lKTAIycEpkyMIm6omMv+s2zC3QxgqQ3kMVvN\na0lM\r\n=jq4e\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.4_1560485969324_0.19239934637245137"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "74aeafa570a6875f9aa930ccc02d4f59b26005ae",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.5",
			"_nodeVersion": "8.10.0",
			"_npmVersion": "lerna/3.14.1/node@v8.10.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-XOXLf90fBZWPF5BTkQW2fRxQgn5WaQ/p51mODNU/edbLifsi5Y+aVgXGsiq78gTWMiY5+ii7Sg7Z5VBr7eFNLA==",
				"shasum": "2c1b61d50f626fbde5b1703eea14d0a8b6fbaa24",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.5.tgz",
				"fileCount": 26,
				"unpackedSize": 87268,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDAYUCRA9TVsSAnZWagAApUQQAKHFmLmhGhtz932hnUL7\nsKRXpUmZOgNcDffaVkYYmdjoXOdxh11/VTNshuryAsrkd6mQj/jnm4cUd7yK\nhLyTpR7Om7GT0P2PohppOVYOt7Er5FXjpMELFFtfSvoMyY9exLeQu+iX1XgF\ngaSmZfSi3TzC4ZKPK7mKxQHZCW5+RhkMeu5q+FTx33IsXxBcQy5USR9doUqG\nVYmgTWvJcyq90haXBFDImF2CrNKyu47zSYzKHrpC4FQxqWC4tHqU8CSO+8Se\n2EmDOZ8BNdj9P5AWTRv+9FAf0n/zuk8dYopkxgaGAI2am5o2G4Wd8RYytk+Z\neWvR5WvIL3OzIVb1r4Dzwe4S3D3XMZ5hshsE+49Kt0GJ2712QdQXmYBzFgLD\nTZXn69nYAAjDBdfRQMHntwxmwIvVe6VZXe6kuAEweJDvmQZjKGupeHU++N0p\nZNOb0lkbbbIFB9l8b2sNucO+2qRti5IqaDoiIk9Fn8g54VddF7CXY4xyxjdA\nErdxSloJ8/8oey+RdF9H80rJAjxTe40+FiUMPeNQvH9ESIK1BSlDjYgzXJGR\n2IDrhQyMLVUvPzxyCXJdXcLfyX9d5JskGx0OZVqVs96oikSVF0N2MJPv+dTH\n/NLlGjCRm9KnSefHVbwnLWZ/pkIJJgBEezM2UbHnLKhUie+H8IOJ2mkbz9iO\nWCBM\r\n=GurO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.5_1561069074873_0.8168540947490552"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "f2bc4d0a05f8bd4d5902337a38e1438382e6a460",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.6",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-gESHNuD3NgzJr+HOE++vBMajTAFF3UHvnGigHR85WHFcuKVvjPMvUGlCnhwiq5VFi2+loYAe+OqH8q1s0IlKsg==",
				"shasum": "fdc6cdf9b521b23acfd2910e163e5f946bbd8f20",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.6.tgz",
				"fileCount": 26,
				"unpackedSize": 87268,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDVO/CRA9TVsSAnZWagAAF+QP/2snMaJofgWhKm400P7u\nYjgwMCMw3s3Ru7PTNzrNuKkmBMaR1ampYuYQcLE/rwfauhbfj9DNYGkR00ZP\nCrkjbKCDRVxfWkyxWu0+kNzPpv65qx6jbwOyCD9/z6Ak5fb+avJiVWa4kJIX\nTQUdIbn58/QgiHK0fDQEo2d2J+1+Sd8hoZyT1K4dfIBjauio8MM216u2+x7P\nZUByHe59gVkpXtuwAoze9H9N4CTP7xVuqufu8vrumhOjr3TLSAYxNDYW/nte\ng7JWDAdDw2QWCNdjjrPXwH3voGXvGLdEF8BgZOpJKOtQ8xyevAn4EcjqLmi1\nWPLk6kBQimyJL7yu44bMMuGcPHfNYJ9X2gsdtsB9u7nCcjM5S8LCbwzXeyY7\n253Mp1dIfbM59JlWAUeHjZpLynsKNWOat+JIxeY6b9MR14Yrd0srCDfkxXyO\nt/fvtQ5DcN0+Ezar6AROFOdCZ6qmLFPtd4bJWb26Jkhr4KAw1zz12P19SHxw\nboVQk+cZytS7+6XQyAioEN60oUDPtmmgyGxiPOJeZO28VsH9Dj+VI1pZdlVt\nTOCZe0pXz/gYdxwYZeven5cwtZmzVrVKIedyR6XsmzL/KIuRKwwOL95KygmP\n8khoQ0uh715hihVk0D0fUign7T4u9PB1AA8rcfnXGZGn/5vfJUvCtfqpxDs6\nS29t\r\n=6Vwd\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.6_1561154494728_0.9777100070225058"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-alpha.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.0-alpha.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "6c79962656f12894d0f4ccb31da970582c2c6f4d",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.0-alpha.1",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-B9YLBbSvo7KeYtwXvXybhe844FCw3rt/n8sHVfm2KpW9tZF7pQ9Xhec8GYgtUA5ph8lHPWYIqZB69KxQl1YMWw==",
				"shasum": "34fa6ad17ca5bf0639384b18da33aadc87485a35",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-alpha.1.tgz",
				"fileCount": 26,
				"unpackedSize": 87276,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdDWEQCRA9TVsSAnZWagAAlZwQAJLQSFevPOfwgl0hT8Wg\nxfFtne8cSBFkgu+Xvu8DcHefHiFO/7H5mmkiZY7HXfDAcLxIjXc6t2Rk1Zv3\n9sASOlNRqsaSbaOfilUUqfD83/QIhygTRbvN7N86rkYEqyPReS8+EQiVUK4g\nYOm4MEe3vsxprdTipcSxhKetIu/0jqSx8Elgb9AFbapKxoba6nUTYzgRnY4i\nnsXrAqcIuYfotaxafBqbkJeTR7JAQz297Nf1OX4D/btxtAgXQc3zUbJ5h7/j\n8jVYNacdKjjbma7aDWqI0f/DbtGvCMsEXa8yHkzBR5bNYGqP+MMUIwSvs9Cx\n8jeOoC7Ot7GE9GGwDz0pld9JXFunuAV165DwiSn6Nz/uwVYJG07AbHWL/2fi\nFzlKr5wRZ7pI1FMIAg6K+ri+jBTqwGE8Bxns7Lu2umc/HJ2i2cAquQ3uVp6+\nc285kVvFJdZ9EGXvGvZc5a178RVuxHIekvJ5UYck3dhy0bAxJtkJDTx8iimx\nQi5pmjgVqb/qi1zNgPyNGMrEq1uzfUULVA+HBEVyNpnoIZAcZ7IppFD1DzXa\nztZyGqOleZjOiid9qls1uoJhrxeg1uQTfb2rUINAdURQKBYfXR/8vIglrHCd\nVauCspiCpCLo5UMYNFsHl7dUx6s5RFSKaUGZD/sghZUI76V3Azsqh5BzD6Ad\nAJwm\r\n=AJMQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.0-alpha.1_1561157903586_0.16538706699971906"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.7": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.7",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "633fd1d5e3aba55886cfe7c99198424f54d46c8c",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.7",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-RIB15EiNeH0nH+VPQk8h54BHTHN72//VH4XCXvs/ZajXDIZRhi7QFUB1Xje21EmqwvPgjarBAAZH2pZk0TVJwQ==",
				"shasum": "bb59bd412c9c7c2d0147506ba8c2965089ec7fed",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.7.tgz",
				"fileCount": 26,
				"unpackedSize": 87268,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdETP8CRA9TVsSAnZWagAAqvoQAKEPqbuHCs/DF7LbVKnJ\n4muCA+YW4Z88hsK0bxN1qjKTYm/oq0qbkmcgcB2LZtUrqDp2jUFaDoZzNBQ4\nc1tbTqS7QLX2RbG+As+2+zkHbV9KQudJXpE3sSYNPJ89lOFTcZokUXL2HrCu\n4hMQBPwgRLUSNlkYOZBYSE34dwncy2Wh1BPsg1nhCqloNpFBGHtD1OgzOlOI\nIbgiuUUC9lRZLPEnxH6d16hQSynZZuKgeHUeaGz3HZp0xQTDFnJXN0ZpOMoX\n9JfQFjb9w2dE3dp2cm25YW+Py2NclJpFftS8Exl1eHPg6OicvfqW5tcJ/qjz\nFfHqQZ9GE8ShWNzAuI2Ch/Z+HkaQ8YorfbN3DFn0IOAsK0UWKhUAycgdwhbe\nipxCKNgtifSpP1a00EiW6/an25o70qh+1Nd94KhZhvtsgzKKAuiRZSOkV7wt\nICIBKrAHQ9QSWQvDbdecSKYI+NeG6khsgKgUg9ff0v3K+HaXfmLZeOdc9bfX\n/M8WyBHF4g6rg1+FKZDSQQmrE3/dw15U5XRm64WcvdpCpGiIwfJY2FFaV75N\nm19qfsRkaJlnyYuwOY5I+y2kgx56o7L9OcDGDKq/VPfV+OD5UlQt9cmFgpfv\nJZrvE/kqw4r5tkGwsCXUVM9m29nin/gwQXsAnS5v0MRyEfUFw9LcN20GIC5x\ncDmc\r\n=7pH6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.7_1561408507817_0.615211364228762"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-alpha.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.0-alpha.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "2774c953356412fbcec149ca55cb9799d5885635",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.0-alpha.2",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-GRfYxzr4N/C01v9TUbqi0X9cV5SaqzWFFTmNfHs79uWRjIHccPh/7Cx+zD/OfztGP3hdHn6z2TsH/K3wA5fRhA==",
				"shasum": "c04ea404b85b075fe9a6fef053b391102b4c3c49",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-alpha.2.tgz",
				"fileCount": 26,
				"unpackedSize": 87276,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHS6HCRA9TVsSAnZWagAAyE0P/0UF7m1GWbhaTH+Z/uyU\nRVAWk+D6czp5viw8YdiuU0c6K0w3J8RlEaVSvuPR6qUjVMJsDP7YuldkjjV8\nSKgjf5ac8eANf5ISZhcO3hRRrQOxO5wzgi3/5+8caG/gA1IAE7ENWSk4ScY2\nuX+mi8kTXCpfNhy8jP5QKM8yHuAKQ/nmFRW7cfAQzfFNrFkJxRHFUXAeYpBM\nm08bYXwbdN1tKuICGVokr4qDdiPYpOQaruXCDSm7aNwi44/ddw796RQ+lsft\nocWrm245u80DbfUBru2iZOzmwMv4DBoDjxc/aA8x1ywCHr9iVCgI4P83gbRu\nbbTEXIqKPKsIXmjOJ7TCNQBMUYRxdgBLpAwUTFdNY/QOCqQfuCKVacBryXXW\nBctReywh+YrHyPTZMfp6R+FBiQU2A2ZbFvekZThjEAy2tUSlyH2ZLrdUZqIp\nn+dbGcXjyzeKx4tPolwG5gA4Adz8SHPhAiHdGDFSYG9zW8LWOCxUKz/ImjbF\nQBM3YIHqb/Mrm6rh1fS7PcuVmPjJv2WuU5Q44ASMMM+nEQf+ZdXu/+4dT4c2\nRKLG0D7zOe0qOGVYQ/HDcjsFMkb2edmdih3Fbd1a19VtS72kzlvgS3ENWLOY\nO6PEw0j5AHoeE+l7rsvm/EtwThg33aP3eEHu/ERTEO0iJkPLgFPj7/CC668d\n/Rvl\r\n=73CJ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.0-alpha.2_1562193543150_0.9210885007569591"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-alpha.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.0-alpha.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "9bb4c5cbc096a5d31105369d1a8fe223e3b1c2d9",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.0-alpha.3",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-JEY4RSsU8nq8E9S7bjJiIfKTEzOFHV5/k3FD23qZO4e/JXo6h6pb9I6vXLFlmQxddrY841WScvqsiaco1JLv7g==",
				"shasum": "533281f3ca2d7d53f6e64d210491c2eaab2c345d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-alpha.3.tgz",
				"fileCount": 26,
				"unpackedSize": 87276,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJgypCRA9TVsSAnZWagAA3VYQAKCpQXrNhXgdaJsqnCoK\nZveaEVd2c0ARg8gkMpGm4R5kHoD1RrLqI3yGhK9eZLDp+OtAagDLUsB99Fdz\nmT5c5bshm69ic1WpJklvAt2iXMpZNo0/dk2bGdxWWcOhX+TzsH5Ylarjm3Yt\nZveK7E9yqBoqAWfmwK9VWfFLj6FOep6Md76OkY0xS7Afe2FrIfc3PiWpGa92\nZznMekR/y9/wV1i+npWGFY+oZnBzu3XM+Cf5RRYoMFKOHaYQoAZoVOHH+Q/M\n0Xt6TilfXl2q/gCkCiPEIY04Jq1e9yNgGajutXTIXAONfEi51aTaAB3bfDC6\nYh1TdvATXdc2sE3Y++hYQxUv2GUR1RmEkUfSL9o8QSJaySRhloaddJNCTuLp\ntpxtl71P8ki3t1AwII71v+TRaDqBLFSJeyey6hMdXxeWfdNgtcIZ/dRJGXfs\nBwfr1AW5tmW85vMpL6+YZnjITxUZTvcE6UfkYilVLt8tNSaA7UCQBdwUmFLr\nPUY+8yqPYWDmlQR9jL7nmCaqsaP+dhazVm8IeD0MOy7Or2HW7OMFm8oZLMDM\nq+clZ2WtDZFFCWySTRxTDJui2LPbwjxkwcTsl7ERceHGfteosbjXDI1y5j70\nybvn6z6eVU63RTXohY+04sER6mAwIO9B8DIRHJJrc9dhW/DBKEdiHhEK9u8P\nijd1\r\n=KzZZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.0-alpha.3_1562774696426_0.3070188474389952"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.8": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.8",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "84077c781a530ea65ed5a6c97d5e9adcef5a5a4d",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.8",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-FnLnc+fGZzUBtaNp8ylVAbuKeAAeP6/2S6MkFE+QZtblHKMw8tNrT3A2fOcTy6rtC3Kqc4YgwtG+JGceZ4jrDg==",
				"shasum": "2514873c2df4f90651fca9c6d3dc667f88a14f54",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.8.tgz",
				"fileCount": 26,
				"unpackedSize": 87268,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJjk9CRA9TVsSAnZWagAAlmQQAJ77IF85SIsPGAd+wUCR\n8SJX+EZzxP+szmikyFbzewcXoDmUIB8vnwbGl2xe4W1wo+5tDOL3jRnacwhF\ncJsyQLrzluFuKm7LiK5kxNuA4B6Ti+723aLJSdNlOKcb6wy/QyBE3xf3wFqg\n4cqyToIPRWl3t7sOLpfylU68jL0CFWHPC9QoDBEUL73WkEaoOKHKes9o+gUz\ntAzjYGD+EakfZRAnrc/2pl3xRfnrGyLy5j7E4W0k9VkzS94kghMP2B3qtZ2D\nin8Mi5JIqgZiUfCcDm/VRmYy7M4iL/FYukXcqip/bcxaxaw4TLiSjIvfDSyP\ni0zO3KtVdyoRxlkOLfXe57i/jevVoWbDWvKxN8S0QzpK9AbNEegnv2zuM8f/\n2a4FHzu6dkpv6rtPZOIUe5Q/IKiSnBfiK5mA85H1CaDrJ5AfXQyTUWOjRO2G\nMek/Iv05h9njZR14TR0lbntqTMvY7ZCPMfPqoWTdtzlFEyEnaLHuUgUXA8W2\ncBas5/s73XYGHs9Qp/w+PK5mBicWLaEL07fWVUNS5ONBYLzjZ8cIEiAP8eep\nnHiGHlmrIVkzt6ikjmocfCmg/fiY8buUo3VI5/eJc40UDSMjmxzUvAEMtpyy\nbDGIP5iorkkry0qRUSHo8KYi4f+N9k1issPAzOSWWkV+Tz2Rtin9xPbr1hDx\n/1xj\r\n=zbIm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.8_1562786108476_0.07993620167143511"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.9": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.9",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "a80ffabc08120f4d262c63f2cac54ed48015c3a7",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.9",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ENTJClTNn0e70s4ZD++zEzHM3//0QEALhre0D1ECuPi/5YWOqfffHU6roU4MOR3lgnJiNxQRWg7Sbioxf2urHQ==",
				"shasum": "2664823c0add630d8803ed58d44a93d113efa861",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.9.tgz",
				"fileCount": 26,
				"unpackedSize": 87268,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJl/tCRA9TVsSAnZWagAAgQ8P/R45CZW4AVZyr9b4KL0L\nQ5VnZmyQ/Bb0un0TNiNcVq/TFaLNt6dGP57z4JSrMtv9Kjz3oY8+Uw5XWWUC\nfpIE/fWTc9rEo22cbE+rXxpO/Tj6agjvqdIoP/eR2eg8sGvcBI6Kd/x7kVdj\neufhunRCPh/GDx40LLq0pq6kdjA8luVHU5Zq1g2zPMk+4gU51M6sMjtp6gKk\nXE0XXJ7pDN55/zRV7Lsn/mOD9VaAy+wxJoBELYGwbharZ6m7R+Wy7LUqkp1w\n5y1ZmBasP5IUHQwSdJyNL8d4QZ7YzZ20wxXrZYl/kpIpos9STT+r7gfouaZQ\ngoWe64iJPMMGsYO++6AWAon9d6HuhKZY23B54YoF+uuXEuTYDFH3ox4ljSUD\nKGp0Y5Wh31K/bT8rWxhvtoK45Ske4AigYvb7lCMgkcZ2rfps0WHQ5Y3nzOzW\naM3WaS+xrdGpiLACxQD9a5wVxkSzXoNyMPAOaV2+LIyFf0h1KDgIevL2z/UK\n9zNwRlmTwNhpA34fZsKeDitAwaM8siqIhBvW/UbChqd5o3hTYQTH9uKhmpK+\nIaAaxChdkLTnR5VND8gJHlsILQ8rpyDISfpHCVJKkqkD0dRRRCnC7SWZ0kb8\n/NpJWZbJSzfXG/hQINBx5Nb+GyBIp2o05wFKDRmOU3mhdFCy7P/UpDb8kqti\nxYu1\r\n=E68L\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.9_1562796012877_0.7424577274920703"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.10": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.10",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "16af31b4e706c5e87663b98b4f4dbd71c8ca2914",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.10",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Pd+7AoUeXPCExVc+42JW44pSZqQpXOWt+qpapNdz3cNCkrACznnA2nY9pRTJ3F1RsFWbYvg2cxkMUtcyxtNohg==",
				"shasum": "f0821a8eeba55f01278e5618b8268fafcd0d0448",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.10.tgz",
				"fileCount": 26,
				"unpackedSize": 87269,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKMXICRA9TVsSAnZWagAA92UP/A2QYszl1MCS+OBFk0UP\nf9aTd8ZR3v0YzEXeWPHiadV0Wui9QoAQ3BimX/RIJ2jwmi4nCw7FHoVqhe27\nAkYPVLQZfCncxjuOGKH72hwaj6sJCPQ5DRf7mIGlc7ngFmo+LGT8v96VwudV\nbPaalAnZSgASnVR3ZY8Ac+PPZrzL0dXLnDVfATf52NSnA7q95LSyUr3EGgXM\n/V1ArBR6Jw5II9KsfxhW5k1V2BC11q/PP0zy6kJysZ4+5RoPkJQ8QFtSVlxO\nTy1tnE2I9Wkc2xcUV92o6umDK7nCq2EI3tq9u59lFKPnEL98aGVN9JPvIxZ+\nII+MvBjALAUzcsdfsnulr+/jpVhbFEE3EweRJ4I+7wfPLAYqF5Ds0BQIHQi5\nxRpKJ1xjBzlQhFszQpKEWGUBth8VOiiu2K23UD+sVmanUWABDDo9L2Atf/NZ\n69XjzKc0s0FUlui/pyct51/NU4TgO9p3xrLfLGi7Laxo7Fh0nrTPOToFw3E5\nHmiZrazEu9RSnE6lpk7BTZbdRkVIJY6WNqzPRBRTCkZiuA90Bw8O7mfTyrLm\nYRhxpLfKBH0dWx5lZxbenGTlX9Cxi/0eI67Vl9s18zGgRaXLsoCyTjD8H00F\nIT1VoHmWFSCl04pSyaT3+4fgaoILrU/Q2dky1PI408JWCGIjzO0ZR3jtE5NL\nAe6n\r\n=c2qf\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.10_1562953159499_0.9328909790288784"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-alpha.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.0-alpha.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "4ab8461bb6378c7d68b9525a232150121a7c7e9e",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.0-alpha.4",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-uw2JVLdsPWvF8OUS5Thsi/uP2l850GrQo9NELYRat2iylOXYMSEKk5Q0Wbv33B/ZzU1xqQbtzTtN/So9Z0Zo5w==",
				"shasum": "5b97fca44c191b95a177f5364aedd26ec1717d68",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-alpha.4.tgz",
				"fileCount": 26,
				"unpackedSize": 87276,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKMgLCRA9TVsSAnZWagAAJ9cQAIUTLlU9HGhuOnDknGas\nRc4YHsBHPWqzso2mM0c594nmLZikGR5WGUkzIUlvosj4wRmBrUlEqxoZF42W\n0SmHNciOgo5CFMjLWJnNZhB/6BJdzN3pPFdNGQT6lq82AsAoV0oSN51Tzgs8\nvT9PYs7VX8OgGEifaElKKCnOqLcJfg6YpNTANWLJWSh27D33bFFJkvy1YqUB\n2ZT7zT1VFwt0Tb9IoRx29ozEXMAycTszdNM0H/QBiyOYDlZL1LimCPl0F/hY\n5+hMR4fFovob4c0pCNVrxzvqEs24jCeBl9Yb15p8V/r7vC02f/bddHBw1LdS\n3VmoS/UglWiN7KqAAlksX+rCwU7gZBrbAfWtM3LvT/tRqHgZkMEY0Ua0/L0r\nqOcLRS0vR7G9Aa6YGf9OU+GI8IjkLC0M0xO3nzBPzaDGvaRefcgOx9ic/Iz0\nL8qZm2qYjtGYFXtJIFtEueihrhHHbdOQbnSz7qmaqyshTvhorNuHskxStly1\nJrJ6FCLcu/0mw55mIRVb9Supr6acULxD+MiFyp33Qot/FQAgs0Q0ql9NXq9V\nnV2ZShge+vIG3QFd6Lpg+dIqonLIVETL+X6dKGQDb68E+NsxQ7gkdYxwDEzx\ne0lcGBIwLQ71LRvz3ysMdkkWU6ZIMYvq7/tiUeiofeWeYo/RXsxKyqBWNRam\nq/td\r\n=bkHh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.0-alpha.4_1562953738422_0.7817811101994043"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.11": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.1.11",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "a19c9b9f430e2d16e5b8614d893e44096e67eba4",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.1.11",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-V4cc9vwXzAOBtWV8x+WtvPVXElGChogkvQketeR2uhz6wIHuH+3sBBRg/Ma476w/II+DKjeHg2AzAZeX3SK7yQ==",
				"shasum": "87d2e9306f0ce7679ddc95b11e33b7c2d1ee9d9d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.11.tgz",
				"fileCount": 26,
				"unpackedSize": 87269,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSbkLCRA9TVsSAnZWagAAmasQAJS4llRYxzaUTqeIJ+cK\nIc5Zsu3Bks0sBKnnr91XrF/6iu7dg/x3xUDSLYg7Jes2a7WXYoP8swjiURw2\nDeXl+Tcp5rTJchRoSHvsgI6JHdDbR6pW28odaihEu+CkUOZ2IaP4JD3OChvP\nB3YccTDFRkcyfj7s2daQ2lre4ksDtkI1tX58ieJYsLQ8sh13pGhqbePeAlNA\nlWGDXQK1BS/5oW3VzPyiAvZNUfqVzH5bK53gc3sorljBciZIrJn0ZM66VoZ7\nHhXZ6KWUd/l+mR08z76jjyFR0pfvyLpMHyHbrfKML2W+KTvVNGRfsWIw6e8m\nEl2FfA7NFSjSVc3poFm9qQVCLy6/h+Zt2EntiZyn2xj1xx4PqdWxnI++7Ktc\nX6tZxqW3duV/9lVs2JEYkNLNY9CVlecqyvRGNoGmQjZZq38mT9UBKd+bfNrh\nKTtLfl8FKCc4f24fXXKxO2uaORFh4yBCOR/rVmBZuHz1Nwv6azff2IJ0WQ2f\nziG4mXEjtJSvZIurz3Eushs+te4tVRErKVj1BfbVlX3JFujF25G03J/g1CVS\nuC4gpkZVaHLCpbjVaf8Mj5+vAdn3g7yzGxSPwO9c0f2qjlj1Lbu1E7kC+YJl\nLumj/0FvKvRpQlPEaoqnOQhKpy9+fdZBexITntudYB0GU+YrloELPJhOfmR9\n7qNm\r\n=/0HG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.1.11_1565112587271_0.7594179693426237"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-beta.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.0-beta.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "17cbea5d503c8ca12de0600772afa4914cd13805",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.0-beta.1",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-C1xL4KanCssoNEhfVidEuyXkFiFQ79zhUBVAq4whHN2l23/uOiggySG7gfqFtNNKp6yRWKlGV00SScotMKPDWQ==",
				"shasum": "6f29d7b428ea232fe2d5ee7147df3e6026962ab4",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-beta.1.tgz",
				"fileCount": 26,
				"unpackedSize": 87275,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdScdVCRA9TVsSAnZWagAAdLMQAJKFLPQo6lPIkueWpthc\nvqB+468Fqv7sRVodZgCY18H2USTkucu/TLlXAaaruizoe9MiBKrMwcUvp/iI\nUxo908wxHVWo06BKlU16Cs0HCsMgkZa+OKrIkBmIleBOBwvHTVPliiI37wUH\nHFSamn+wVaTrwdV8Vkz/dO6yjBlw6ygvLfzJIxdSsFJC4MT8nEjRXdHtuK7T\nem1OxgO0B5K33tZLeZ6VeolHVXO0evPwUnj/1/h5t7onYeaTvP8kJbhBPe1T\nJ/Hhu+dpGLApmBAgUN/u3xMoTMzrAD5LBTZVUcrag5b67r0ltMg9fuXWKJy7\ni5wogvFZ/2OxHk2XWg/ziNhmu/S15JZHLS7bWJyLbb14jeMygUDph4g68bGz\nirF3eZ5k4fyoI9pE/LmQIx40poME79Kjx5e7a+QtTihmuj8sUUudBWuWu9to\nPrfRwKKi84fGPgg4wJJ9N04aCD4JKbuY958mADsPf4+OU3kxyUbw7495VMD8\nQnv5wraYQeFIz7hFp5hDVxQdW6/5ikM4RTInXURZaLpI4BwBVckp/RGq82bo\nIZpr7VDR+uCTp7tAmKfW9XZ16hkhr6emiqgrTRx96idJFZ64zHF5Ry4f8Cqj\nr2VhJ7BZyAEyDotliVV3mCWgBQ1Uu3LViCuwagObUwluibAc2VCcJQIXDnL2\n7Ssq\r\n=KDuy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.0-beta.1_1565116238716_0.6457434092450196"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-beta.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.0-beta.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "6e43c67a446f6ca0bf7d6e8ef9abf6345ea90edf",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.0-beta.2",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-2W1Qh1RVNOYmKNKJdWw4v7xtMn9zk/ZUueSzojKMbQWTcdZqd6weOvU7XR5C3/AsJAyfKNcLF0IVLmVJWMvbBQ==",
				"shasum": "95207292df34eb5054ab2469d7b6a2c439566bde",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-beta.2.tgz",
				"fileCount": 26,
				"unpackedSize": 87275,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSebECRA9TVsSAnZWagAAuF4QAI7G+1tMAD+tcpt/zwYL\nSC+qBH9KiPDuhql2jg/nvhpXXBAGm5tKQslbyB5ZFTF3Ml7xlTsf8At7CrT6\nDjK6aJZk648DLqFQVB+on6ks3K4LuBytvRfrP1djnf7QrOkV+Sp2H8ezHGb5\nfg6yQ/DzHZ85f5ciiTFSBP7hXvcSElRNF7b9x1Ek//o9WZl5jCYPsycVFHCY\nahc9yKxEkOn27ORvoL3ZhGoUq6dArgPI2IlVjJin+xJL8Ws+AD/dEqyMj9m2\nqChD+GnZcQ5seWsVI0QJ4x4s+P2vVDZCRj1x9wKtPqm1dOy7/+OFEWlzic6V\nyIE/ni0ZERxftfZWLJeVG8DCCGHYAm9E/F4U9FvnXUFg68eFN8v7rGePivKb\nPD2W9F4eWw+OkvMY+zSlcX12gZouMzbQKvaXFktY3Gth+I+VhMjg/RJmRWeW\nc/n0jha1aD5GXW0iuflvh8J2Z034eeOQn79xd3NBB/yRH9eZFw6xe1Goxr8H\n7duTEvPcOkd3oFQWwkpH/oB6P1SJTucrUrEvCifA++m2qylTsUJ2Rr+fsjnV\n/vc4utrXl256u8MklCX/c+eJs/I4zOISs0Lwzey0RD8hfg3HN08NN/hkDmiR\nFtycQLkPliFKjoc3eJtNisnUmFi6Z9lBMvAQWKQOqe+8yI8lYalnTWihOiN+\nk72Y\r\n=4x0m\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.0-beta.2_1565124292255_0.898770872725219"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-beta.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.0-beta.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "8656218576951d5f8aa06490db2bd4d20611d718",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.0-beta.3",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-E22Z6P8nA/MvO20lTWIHMKLFDVZsbifvd2rFriex8qYSq3pkDxGUjigBRjIFu3QvMFOv3Zxs693fhpfkqL1+Sg==",
				"shasum": "2c21425ea4ae0b4711d66828460df5717f3bef85",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-beta.3.tgz",
				"fileCount": 26,
				"unpackedSize": 87275,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTJ77CRA9TVsSAnZWagAAuuYQAILKesDJdw2sgHCCo2wI\n0qOoC5QOmE4fFklHohT4FBey888c+06TH9q/RIKgOe5s0jJqWEe4USMW+U6Q\nHXPo7lfrPRj3cLxoF+lw7ANH9b3pAF/g1JyGPDw/ApqFUwtttoplXpDVYuO/\nJc0hmIN7xx2l2ZkvgjzXUUyL1AxxtUgXbbD28aMS8m1h0ZbWyUv9cB+1VvMi\n+xN+PiyLeamu51AY0UXYdj1eZn4UQe20acbVmNQJfiXC29jcnPJUtgUzg1E+\na9HlqlPK2kwqg6DBbV9Yz8LcI6flW4SFFZgHnyBv91GeM3GiHOnLzwZ1oDhf\nBpGRMhjGkaL0TkkPSIeSczpTuEQ4iK5Qa7R47kztTjjb5TBSJPhyevdJFYNf\niXKn1moZveKlm/b6a8EmCkk4IZ5z6R+t0i/kkgcCKCpby5d2gjKGuDTSwmL4\nv0Rbh17a+XVJ1fmlqWFIK5CSAY3RnqOC82noB5UcVWM9oRlyG3LH1ahlBMoY\nNB9IAVHle4LMwgkjlrXKnlYzN14wVkfFR8jBPrGPmXZ0O66chF7w0LywpRbf\ne7OzwPHBzEzE8/rYHAm65C6Y43ugHsP/A4WLmGOHWr64jgnVQSb52iRgq5V9\nfRoKOGFdEF939X4leZ0/S2p+R61WKYpWbVT5TV0gcqFwoKpsUcKRgiWlbydO\nHF4v\r\n=IcsQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.0-beta.3_1565302523123_0.21886278188768227"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "0cfd26a87040681472f76d4627c71c12d4e436ca",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.0",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-/0ayhDbnM+V3hx94M1afA+2mHvZePXQYIZrS6drUefzR+jhzpVF6qMjLtRPtMH4BbI71a2vHR6L+wFjXhvtvkg==",
				"shasum": "2d4d4c2597f211f7ba82f05ebce95e8524cc8682",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0.tgz",
				"fileCount": 26,
				"unpackedSize": 87268,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTjMaCRA9TVsSAnZWagAAqskP/RPgHpPJ3r/DP1n0YFf9\nWuJlybI/zIByV7l5Yvg2EMpzLHo9jntnRXQkL31kjgX5EJDqr72zAfKvFKaq\n8RrNAqwebkbReStT2AdKzHi6oQg0eearjZGV4W8i1ZDYw7FKiq8J1kVU7ke6\nA9hv171i5G/CGW1qUH8mMIeSM2lUVKoFgim44uW0Wmyc2xRcMujtILrEabqf\n7q22e6kkX/jhj69wdCKri/VtiToN1uBOcnqfkAkktOpJWFGdYry9PqDCAS+B\nbUhmJnyYRp+ctNIUQr+lwRMmQSVyff/wv1DEn4/xSLZNkKmTFihoayWUuBi5\nRmLUQr0JWwir2ci9NzIg2FeIrzr8hWZ2Rf8AH7hd7m1TUsEQVhkw8WauFjPz\nsWg3vLiDkBlu2uBBnTUfN2UCs8xkC/EWkN9V2e1P+jDbeCfQM1Zft20PakEX\nkoAnsoBEWKMXH5pntUTlPtINoAcpx1G8ku5pbns0FfXkp0bOPqzTttcNlT7o\nhA2QbW8m2Kkn3eAyWq3b8DW40W/Rb27lBZMW8KMgdilZ3VI5hXCRpOEWOcPx\n2hlAT+zukX9GaTywAOPMJXbvXbZjCIhH/5Csv7NnT2XkF23IHl4WDflDhlLm\nwc39CRxK/HDYedgmeyQG3KixTLSihnfMTlD0XElB4X04478TshbG9lwcD/Le\ns+Ve\r\n=pEt2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.0_1565405978151_0.2948944624151446"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "96b2541afce1728a3ee7996c547add1e63a7fafd",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.1",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-pCdwMAwf8jO+LsDLLa7LKKzh/UrOAlkyHGDsYNiv3nd9Kb/fM4j3L4lwMEshN8T/iNZxvDTpoFZLrsK6+2uYrg==",
				"shasum": "85975c143e8e01184c2b6ceccfa76289a59d59c4",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.1.tgz",
				"fileCount": 26,
				"unpackedSize": 87268,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdUv/ECRA9TVsSAnZWagAAjy8P/312fXcVz817HjbzY/8C\n5oKZasT97l+yqyvocQ1lzOXcrBBY0dnRP4ZQ6hWh7pdxasaYItI8XSL3qoDI\nDJ6lBu8YYeeTn633Kuu9SZrGU8qjCbheA50dEC9uZUtR4j9OaePskWkhWu//\nKDhjAaryGQQIKCVit4RqRjYRaOWsxrA+LCFYvqehxMn8ZWdh4J5qpR3Cif77\n2PhLSdcTcv0cijHnHfFiC0HE70sfTZp9jay+oMsEW3f1v19Ynl7zSgOiXpP3\n68+ZfufywZNAyXqjeedeN/D10edLoRT1NcM+RDfvx0CFWH5kuk2Fc+3AFvAM\n3YEu2AD9Jm8b4hrHSui/+K1O4TY0WypbNn+Yd7xVK0fTH4zMso8fOhZvh84E\nS/O6muD8MtWYF8f5fiBiOWvPT19pk2ZlxqR91qclJat/KlhAcbZOTvow42N1\niPBBtDkiBZ2zEoZnPg2Z3jw1/VsKjo8bJbB9CXb1sKhClh7W4ZmwwRamTLu9\nNk/dWp/KgtUeaMlICNhdtJhpjiwa8+ir2vWaeTAkm/CUlBqeICmW1dww5OIh\n3Cinpp2tQWkoq9RRWuAU7HDrIfsK04eRa976Gnu8TJvNGXm5Y+uBUBy3lfWt\n5i2reiFDn9dDAfqpmX9Xop4X5R1hjjJGhEWOF9jyY8334jlSOUPU2CrGTL9H\nMKD2\r\n=h/JM\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.1_1565720515731_0.4006396075951202"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "698c6029a7d867f5b369d4259b5b80560c22a033",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.2",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-GUJ0+fqONGmwmONwklY5glOYrAlxff+HmW6ulXjTLVfy6QL2p2SGAbsPqVaRGV3u+hmnwRL+Iee2O/W+oDD4aw==",
				"shasum": "5c5a4d7fb36a38c2ba022fe029e3c1ea8def474c",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.2.tgz",
				"fileCount": 26,
				"unpackedSize": 87268,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdVx+1CRA9TVsSAnZWagAALakP/jz6D9iMQxSVaLLCjrfQ\nh4yeuMhOsEGTOCMA5nzYdQ9hvOvsbMO6zR9my/blJ2l3UiCfDr1+PE82xaGU\nFZUjVxjW9AVFCGpkC13FK3zFizPYaccGPw+EoCILTx/ed2oSPQe6B49Gsw8x\nEViPVQhaeLSNQVHhlXUfkcT5G0hhjScfthdRO2Vq5nrsMlXRxyGn3+HmjnSu\nrVo7ceo4fRh+27DVqubt5rwJCHTM0wfUYs3iiqNq4H9TcAreijbL8TDJHqLb\n5WaeIg4QbP+c1XnBNlqxaum8hTA/luezxl6sc7tr3S43GILwfth2HlRpGSfq\nboC5Lu3TXsin/aX8xrA6mCraXxyEt28crN+O14+VaTnsmr2z42vjcySImR0R\nLFAoU4RzNre7Snc0wRwoLMEl1nfU/pOrwWAIb6sjRU+Ma9PEvZrKR35f2j/4\nt050gQKL7PVYvRbbwF/UZkCmrDg0CGRbHHMTqN2vZfTg43aqmUO9mWxeLe/z\nutWcEgCuWii0mL/6yE9STzLVzkCdoYyHpRE9eptOuQXyZl7jlwuFp5OcUqTS\nvwagtviWTyEDmcaRUL/INrLQ/W/C5jsmZsDn9dwU45E9s9KuBqzkDGvd+OEK\nfmwV+jANq+tbeD7FxzFRjXTzxKo8AdDo/aln0RjE/kZdCpZfpYPmUtD3+QKe\nRTA+\r\n=Unbv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.2_1565990836093_0.06268820673986664"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-alpha.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "4aa9304c591418d6fbaedacdfd3feab5f6ce9e69",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-alpha.1",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-NOio28Epp4Bqnmcq2ze/fpdFmFAVPwEddgfju0IqBZEZwzfPLp5oCTQOw9z8ojf1oRU65uQ76WALvKB5mNGvzQ==",
				"shasum": "f83fbb2799619fd2cddbf276c9b04560247126b5",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.1.tgz",
				"fileCount": 26,
				"unpackedSize": 87276,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXcIECRA9TVsSAnZWagAAhvUP/ivNflMLaf5mIr1XW3Ck\nHLWypRCar6QABhtZrOuMmbeQoPjB1rL+GIWkWScPVBS3ZAaeFdNdl7/VSwJq\nmjVUlnF6UAB19+3gQzroXWkSmG9rF3C6PhS0sqN6XlvSNDLpRYQajOmR+3/d\nMr3iJtGuFCV8B4MpV4gSKwGUXNBRW+Koz9/ntPWEVuH9aGhRSvmIhPD0p2SJ\nRFjkQQXhaF9H0Wiokjsh6jwl8Af00atqRLpOQVjg/Epqh0poD/po2FG7L2mK\nCs70+Czcjo6UYqQKzh03jNgGUWYDEGMLyZdpZ5vpJiyr7JiKtcYE3WvukUAR\n3Uwt3WZFxbow92L8XN43tnCEBQpAgMg8HBIHPI8LoZxKJd5It8Gg9rWeBjAK\nL0Xx+WPZQdrHY3q9TM55OK6yGxrE+0+7yDrmNVBifVx1g1Rxv1lqK8lhG3dl\nEKWUaemaPN5xorRSjamtmVC7Nbh0l/DexjKIPjFXal4WBdpSYg+MqjZeNPeV\nNV+XXDsPM4KekaOTC/JmAwYdW69XVvWqr9PsxmLSh+0XOSebWPQvKCRqT1Fi\ne1m4bFiHLQ+OMBW1gGOPYWIqogDVDRewMGvcPqGTLCWgtCF1mKg4AU+4SSvf\nQXSgGX39iIgTXnNxJAet+6wuu1HCpOMjwJmF73rKMgvoMCpN1pZe+YVJFesI\n7IJE\r\n=n3fw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-alpha.1_1566425603679_0.29257696693298385"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "1775b6b95026f9f1f74ca5887ba090ea0b4a0895",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.3",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.14.1/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Ff7nVlJm1YWkS/1opTiUB5TDB5H61hZVyQW5ThlbAgu82mGOGJ/Mfv0jV5MLC+bvOLozhFeuggB/VL9wzRTiNA==",
				"shasum": "3eed50d80b44305231d51bef4abf908f40fdf9d5",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.3.tgz",
				"fileCount": 26,
				"unpackedSize": 95010,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZJieCRA9TVsSAnZWagAAE3wP/3VIMheCj95tJtlJN+Oe\n/tAAs/7k/G5cj/ZHrmf7GbVIsNlrztR8ce54grBzScLvdtP53p5M0eyj7IPv\n5mzeFdUJqYSk8Ba5L2AQJ/GL0LtSOzTVsEosj7PMGtcx1xKxoys3MLmJvysH\nqWwXzufgnH199bG9KU5ViW8CbiRAXL02+pp9tzva5aGA2Jv1C4yBMYXFUs6L\n2QrqPDjoil0hUdZVhA+8dK4XEPpjAzda6Balkv6M95HvDHC2XIqtYiIwaFqU\noYt2EDRusVx9VYjvzM6EULglmKz2GtRQ/cdrpMQniL5HeqJ1dAjQXzYaTpKQ\nxK/kOxHOqhNLXpV7NQw/QLCatJUAA1ju7FsUfXbJDxuxGfnkIV2Su2eXcIou\n77/Rw8ZgzSAhewrUjIL05L5zkJ59SCSMVejdqmgxzs4azdK6lweZ8S2DECAk\nqkLwrl+GOigNIy9WkCTZhfHr1EY0XNoFnc38x5vYIGS8W1PtKLJDN6V5y1q3\nrAWkApQsP2c9NtV2w+GIdtADkwy7a0GK5S9YundxY/rcV18xX9r1806Srkxg\n1/iMJ+vJ+usq891Ff854DA8GGaacwgBEkXF9ZLN/iDrECtcS8PK179irftlG\nXL9aVM4ONswjefGhS8Pj1DngpdJBa2KCeZnVc4W5m7FslAd3fWlY14ehx8Rh\nz6uV\r\n=DUhH\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.3_1566873758171_0.8547321952511273"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-alpha.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "c57e167d1b8d1d3be84c9c7d4157f693d9becd44",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-alpha.3",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ybNUAKvy2nC14qGpADSCD/M3+vQqxpIAT2oWhGYtnkkau6YlX8G1NZ1cr/RJVX9lcgcSNGothvGKiRTqbv4mUw==",
				"shasum": "97187581795bc5cd888fc12630b86e352b0a3f4f",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.3.tgz",
				"fileCount": 26,
				"unpackedSize": 95018,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZwVqCRA9TVsSAnZWagAAWjUP/RTHlKhhrsM8RkqGqCbj\ngjyo3ab0Y3806nXdx7OEdbnvXATtYIyw//rqbiBS+AUtzo1hhQkBIBJxNdp4\nLrqw0j2K1geh1VLkQs7d1RCe0Xw/Es1UYghT8zCDgXmqwvm8WNhvrbj8LUCd\nZYt9KwXCT/4oYPwx6ud8vv7E9d2tC3wrjzY9lIMVxashVyeG1aXrdhZYHWyE\noJ5sfyYR4qJxI0wRFMQm1KAmDa+C0wDl0ZSl2liJWJaoW5ISrpmoAdtEw55L\n1B37FOQYTu3TCx77BllzrgLQs1VeiopIIt6Jxmrsj3MUzajseV2/ChmaaovO\n9bj8HoNYs2K2+zTmbIjhMs7UXNEUylwQXBsUKkdcn6Y11aN2pXHAUBw3SkGW\nCwIaSj8vbJWUIaP4LpuP3VRPTV+2dKfCY/+eTm5EdMK/SaLhgPxCl209Zzn/\nhZaUoJlOensoYA9rLgUmPWD38xoPOPcX7nWMVRtcMupLcvWQui2eaXsZ3ejQ\n1Fy8hoDyTmbSZxHXWRqJBu+4ka7c+nk73YstqNVz+YtBm3Jtx44Yicl1UwEp\nEzRNXhFc33kscpOVkJQtJqzbel5y1QVUBh9WRjcDFa9lVvZ+PA0lvdftOrWx\nBi73agBkbNFSoERCBtwbUqyW8fKR1SHZDyPPGI8TcC996t10T0CME6x4CBCJ\nm0bg\r\n=wuwm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-alpha.3_1567032681475_0.08155880618982025"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-alpha.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "ec51b632fca3d1ef52a633e06e3e5fe68dd656a9",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-alpha.4",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-4Py/kZgJrFR/B4aWqmb0/PI/WCRzKzdmnMglkVzkTBKzGXwC22LOTlbhxGly4DWwXmRO+Z7Ly4SM0Yj+DCYhQA==",
				"shasum": "377c200c8c3cb2ebefa2b29d5d37b5653d46536f",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.4.tgz",
				"fileCount": 26,
				"unpackedSize": 95018,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdaGaXCRA9TVsSAnZWagAAcLMP/jKhgvK86DNACFvYJwgp\nOPhpp+mU0F1P0O/P8DfeelNveCbIlJIYAwtSN2AYqC9TwQFgZer0d+2r6y51\nbqWx+hA+xlkhUwBPCQKxIAcTZuOzFanPFJMKz9spwgQoR5lenkq/hzX94uzz\nb+QUXfWlPzxvmjIEmKkYMP9cMQ1HBtTI4soSpKLHcv+fSjXFne2WBjnPkse7\njUaBpR7us31HM8moUafsVjUvGF1Hl5oVs5hFHkmcDRdn1VtZ4DZdZOUtiHbK\n1DISXyAMEKS834smRwm3YWHDZ9cjtr70HjzrwxwkNFdEBFRtzUyr8LGFCCAk\n6KYs5f3gn+exMXo/NPeGnvgonxoxMs3iceoRpcRJsKah8CCmlBceZnCCfw5o\nGtkAEiDpX2LlvuVVLtCYo1T05oeQgvUntK0Drm0nQNY0IIRa2WhPHOxCqTP0\nWdfB+ZQLWqWfYJrv5A339Ye3iMo9ckEYVSFWlOb+nclqm7tK/Z4IQ2Es7yib\nqHkqdf0GSDwkCh9r07uRXqn5QNC9pEJRJqC7jLDJmTa92C62mL+70cdgdlqO\nUpDX011v3k7g+n/Kt/DEzY9sH+OzTDso56afAAyB7F09XRQ46GOuZT9hUomj\nbzD7dYyKSwZzcxWWg5EmnuiIQ0k7Ih6oaudkLQ6YyYPfH5P6kDS2X51p9DA4\n+2ra\r\n=0sbc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-alpha.4_1567123094974_0.36434835708040714"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-alpha.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "e0aa5779b040b7256a9870daf03ae560158d881a",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-alpha.5",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-EkGY7S5HWwwU+yPyoRmm/5Awc7DH2xTxb2csx7y7t3+5mWcuntuSdSVHB0NHz/Fpvztlu/gabcWuxeMY66DqmQ==",
				"shasum": "960d5bfa46cfdb6b0718d8fe1aeee3f002a005ff",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.5.tgz",
				"fileCount": 26,
				"unpackedSize": 95018,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcW+nCRA9TVsSAnZWagAA45wP/ik/yNX0YYkUXRHdxKxB\nlohn344nqcCseuVZBzUjy2X8XmYHigTelSH7axQIR+LS3582vEcWH44fAd/R\nvx/1kw5YLtWgXEj/x5mGkQ7K/VocBXx132KSkzDrdbMDMnJJNuSMwZs52AMK\njmOvGbt3gsEEXGqJ0v5G25ThuCoDyCNZTOuuvRxIO7wAeu549Y+r1Z0VzN80\n6slPrWt+GqRbuxNt8pmMJp+zrRRAeoNK+zFK2gyaYx6UwyKCQ656MhOmoe60\nwjcqXIZ62BriAETfhAefwQzNZMpkOWQ2xMmL++pWNeGab0DwrCT7ykxjS8Mc\n/y5DoR3B3RWJqJp34P+mwKll68b64hr4uwtmM1PNcrq3SpIKB1yV3HtkVBfK\nvwf8DLfn3osu/3WfIxDbvhmYUAeWylLE2mBTyShM1abnkXbDbm+CH7RkVisO\nmw2gOeFA3hawmVJ/oo7fNoPEco2ImzTB9QNTfn5i+ZO4xZgyUbdHjUXhoKNM\nSmlewEquvcdzzTCsc2HrQsGXFWcu1VWbxdvoxLbOv3BEv0irxOSvMXIb6itI\nPoyBH+rK5TnUIH/jIEEfPDkiQMXcvPDMiC5RgdySJs8E+NeGdSHZBF+v0iwt\nHTUszsmKsFsFGmZYcFZT4HL5QM2ZBQEbKUWo4bsT7ibsDtWh9hoVgZK3nX+Y\nuAWd\r\n=s+bW\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-alpha.5_1567715238443_0.14656127193243051"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-alpha.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "42af516aae7fbb21a48e5f4260b19d52ca9a6757",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-alpha.6",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-szKBTc5pkGU6wgmxLCcNoMwBME/YOGks0ReS+oqSgIVNzvfklmoKeymOWOe6MCY2jOmpo6IWyey/57Z0o4CiRQ==",
				"shasum": "5bb95d315e631fc93bf2565f0cce63631ff5d90d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.6.tgz",
				"fileCount": 26,
				"unpackedSize": 95018,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcrRKCRA9TVsSAnZWagAA0NUP/1WXVhXm4WIJtnTcsVk0\n1cBeYoy2gqwtAbaqI3UKC0tHWqt3drhTGKgSiMco/fLG5WSZ89LT5mGb1eYx\nXDirKYPk01XZ3ksZT1KpbLolPsL4Ay0W8M9zNoFKeo5Rl2ydELeZapRes2YJ\nMhtffn9IGDt4cVyxXBd2aUeLQY0MkyJENOkHs2oPQFLz57tWbFApN/KMIKqJ\nI9hpAB8mJyRYCRobD+4eCx17I0GDSKapGa3vy/zDQSUSzWNVJAFXFsFHuXVr\n4wPbBE88GHBDRPaajTJZBSbVB8mBYeYB1hzVb1/2esEECAgVSQZOJikDCWtx\ncidMjOWUIrbCZQXFBA8hM7211AjZeX1mbseAzZ8/OVEpPakfVd8ZXXKdEd/G\n8J9Pwdey2tKrjYsYW5bJKe9kK0xj193INpXxI0U5ObdR3xb8Ecap0H8n++fg\n5/AYWod52HWrZZPVb6ATkoZs9yOTe9yh2dXPwhHeRQfkyQIWI8P5vbb6Y+UL\nS2Ja1U8MnTK8I8MOe/NcCE05AZX26pDrK0z4nakqGl/+IHMt6KvNBTtykt5O\nph5D2/pq3IPZ5yszOeHgKYcH5E+L8JwEPFaclVHvJkdYCmltAPRcWimMdCbo\nlx5iAkaMw+Xyu8TCbTXM7CghbGozKxtJxFozBjvv5gGUKMX92UME5awYCSPO\n2bm6\r\n=iw13\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-alpha.6_1567798345728_0.49871475523808484"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.7": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-alpha.7",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "2732d1192132eaf0a2784116b7a0b69fb2143706",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-alpha.7",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.16.4/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-b9onDfPe5phu5N1AY7DSzvJXjAh+6xbbANuWuPdl4vccgFT2UL58UnCuR0oLdsUAPj8Jocl830KH6ZRbhXNj3Q==",
				"shasum": "4d305a0196fa99fe53e4d055c57d1ca70a3a7817",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.7.tgz",
				"fileCount": 26,
				"unpackedSize": 95996,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJde9kICRA9TVsSAnZWagAAPXgP/1Gyb2JJxK0j6NWX0PJq\nazBMFm8FLv+qMNQuBaXQvHQ1W3DlLlyueR/Qy+1apFttaV93xbOqsvY2cxnm\nuEEgYoXJDFoOaVEasl8KNC6PSH4LwHFjj+mw8W2BszpKDWDhewKqST18GbMR\nA5c2xMpbEAtMwDpEbfVpPuB6p2d9lyD7NznehLoqFE4NcqTuQChNH5P6Zg89\nxV0JfB8Yex2wMqRZt9MMNAuTSb8BvW+Vl0mwPkD4PvQ1QULTA5Rr0++dJAuJ\nwRq5rCATCwOf4UgwatIWb4MX8NFgUKfcerMFC2f4D1ygUidpAvvqd+JBQCH1\ngrMPxOY0qqfMG+PWEM+Tqf6Uic3wCFShuXuq1LIw/We3gxFoXL+IHHlHekyO\nEOCRd7vU1IaxNGB1wBKGc439A3Mqvp10YRXirirGFtM1U317iR7AGH8jIEm4\n3ASUQfpBLNF5YrIIl+Z2Uq7XOGajcA855oJiy2sKyx/UcQ7Imr7/BK386xTF\nw2iI1Z2AbQs6TpUFU/8+r5gpv2OlQq3E5An74xsGrDIPo8yI2ZjPiiO4vO6K\n1sQsHmrdpaE/cYbwCrEaIh3efr/K8/YnHEu0hL1UmVShhAXgjQH+Yo9ASvcu\nW+AylJKAghje6I6CacSm9fkgMPcpps4fWiXMJhYujKfQxgc0NE8/jp8QRt3m\ntjs1\r\n=JHcD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-alpha.7_1568397575649_0.3814841192672116"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "a1c2dc6d7c5652fbc1058c2d0609f756f9d0b5ee",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.4",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-GR5CclJ2lWtwn2mbUT1lu2fxopiJ0A3MWrFmnnN1J2nz74vC/0aNu6vwFGhMfgz0xRJx47N0Stk+g1qcdBsu0Q==",
				"shasum": "fc926cc435f32911c9bbf4ba0ff1715c2b3f6554",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.4.tgz",
				"fileCount": 26,
				"unpackedSize": 95010,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdfARZCRA9TVsSAnZWagAAMM4P/RjwFC2Nk3fZ4hmKysTH\ntmYJXyO9mgH/QcNH/vwPKXY8iwDmgc9s2+lkmox+kx9WPCF8n72gqoh0HXYX\nV/W1fynTTMT8/7Nf8qzJl7JE6MqjWOm+QV9EQtoOs0RHwjZlDOAiOGWotzBx\nOrrmNYMs0q4aBRWgpXYaGYC/vx4Mz9EnqlHU6lfD//XIVWAKlHiYPbXZgJ73\nUWl+70mNJ29Ozr9XtZ0aoLCC2r1GpsmYYJZ4t5UGBLnavLXwvZ1zQUnjxpwp\neki8OAIoAiVmhx4kCn/whYzRkDD/lWjC7rs7v7TP2GiaI7bBfcArW87P0xjy\nEzVq/rNr3n3XN/ApfkSrajYaZgI7XlT1XB7hQI9KcmJSfFSM+vxwFTaFk5bd\nhWMHmNC4IEkgV4OEt8O8koiK8F9NrAZ9Qy7dVG033cRFhKM5sD+GNZz0VwKJ\nLyHWILAClg3Fg/qoSd5rJ/Kk6SabWhgk94CHleGqTS4nZNJcHchPKv1ZEHSN\n4YQrh9N7jICZqVY1rzYxw5A8wMOqq0ODAYzcML7+/BraaOW49dY2qIAJRNEE\nn/L/8Kj7/75gK5Pujbi5fcB/2IejdKH3Wffyutbcp8lyv5JptM5uc+tQir31\nUV07E80JjvQjb/B20fLLK4iXOCQoFGBF0soALZkV3GJhXCMRxRh6JW3N3dPF\nNTg0\r\n=YyQ0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.4_1568408665081_0.7965061282528991"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-beta.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "d7d413276047af3a4ccd642ae665100950b0aa82",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-beta.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-xijYNrpd1xC/4TUwpS1xZlO0v1FZFQ4qPqyovKKBq892OAIZm45bM8Q1s+3nf9aK+gN11rt5KVI3vz/z3p1wkQ==",
				"shasum": "2829a3b44ed558e49c8a4cf192e757f7d708ea38",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.1.tgz",
				"fileCount": 26,
				"unpackedSize": 95995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgZvjCRA9TVsSAnZWagAAv7AQAJDj158BcSQYliwwqv2d\nKnfBREk7c72638PQ7FOkpa52stluf92hwwTVEEYusttXEyU2j30TVMo2LO2A\n/6DuwpYXnBHrOoGKMy74EL/eE6NnK3HnWs6PbzwYio9iclREtadUgESoA7ZP\nRQ4lwaU6dfNhMok8ZFsYUVFhlI2KqUD/VsTG8BOg0bXy8j4FqZ8HQNt8zPP0\nWoqu+hlZxa57FswVZvA0wKDLuuVoLSwsn2eNR7lVXxxZIjrs7NFjTXXgqYr/\naaUgsyyR/bFeh/55TlKxasjnPCks6nK9V5HUniVgOieOMx+bBwMseYan0+Gk\n9A1KLl14Md6RuG2hyTt3Qm4O4uretU+CR0w7nXNpxGhzaplxbi2JonAAkjCa\nhq4MmXZudflG0Kp4hRyOguqAofU2mn6lti3PUmyT1Tof10ylKXzma1ZvIJl9\nER6yEl9o5boCneg8hqlvVloOKQvywKbvSOp29D2rtdvPXhrDg6A73dyvw8wg\n3ni7z+3YD9wryLCEyxkBv++xdNL+gNAEDKZslDzAf7IGdtg4rRYhH1NH+/OL\nPIEewRdWVe+2ot9tyHVod3oACDVido6YUBG71/2Ns+s9Mhra1xsjko6app4d\nMwZ4XQuQmsBKpuE+OaPUi4B61fyn4WB27l49HNqn+Xp/rHNkz5E1eFhSjBQY\neeki\r\n=V6YU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-beta.1_1568775138813_0.9636468755679257"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-beta.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "56eae697d8004beb7cdd0d6f86dff5036791f899",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-beta.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-5fSYPcDYxMY8SxI7A+xouMdaM0JEJ43lep0NIoBVIa/dKA4Yqw31XWS934jkwMan4aozb3bX/7dfgjkUAGHIYg==",
				"shasum": "96cc26426701a02bbb047d9afba06811a795c401",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.2.tgz",
				"fileCount": 26,
				"unpackedSize": 95995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg7bFCRA9TVsSAnZWagAAX/4P/R2g44OJrp+AulVWf1bO\n4kzcWazefJq6kgByGtPZBMQmj9Fb7oS2pswwk2NBxwdvrzuNS9MbAFPKJ9N0\nbo6tYhx6mc3g9LLFqLe5V0P0pR+Wjaj8CEmnX3bHowvfirtAKC17TjcjE334\nkevctyIMTB5ySCuIwSnCV9yaL00/8VACUhzNSHp3jfFJy4Sb42fGlAjcyX4H\nK1NefWdp1jBO7q9vGf6PAizRQF2AZz5MGFpmF0cPCVA7Tm6laeVboB4D0cqw\nZaorxzuAClADd5QqtJZNlPbZHE8EUMnhHOXL3kzWrowGWYKtKmqOUuMYEn1Y\nDHN8wISkNzo5YUIT3yowpAch4AotjcmJG2bOMTUQAz0UAGxAZBQAoW+dZy2p\n8Cs7kxS2af1cAJ6/8EUv3MHqKD4rhUFC+nvzCXOpJwy6rkFwkvYslnvWRz6M\nL0+oQ/O0rSPsfo2gngupgpZygIPeTqauOea4sZgqHauG6BHF+4CUedUnfqbU\nWiEXw3Qh7WAE9R2w0QwWsimXfwO5CPJYde8cEnpnX7C0AZsRwZWPQI9oZQN2\nLSj/VxdjIeO8s+gY1zXGZzIfECBiuqC0mMjU1GaCkIQmEv0E+fkBuj1vBR0r\nEWfxb2BWIEi87Atj50nEMpJT7wxBy5Ak3QwES47TvfluMJh0sc1duo86QPrp\nj8vs\r\n=SgbX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-beta.2_1568913092344_0.572932779542332"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "6a1b3b44390b77ff9e8e051e5267398ca4c9092f",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.5",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-vw8ubdDP6MKR8Wh7/Rus66TlECcFWC0xTXKP8ZKRsoPP9YkKSqLmH6HbCuQ71NZJhVEky77A0ZORUT9CZI/zlA==",
				"shasum": "bb7ea19fb4dc34d01e13b24e0200ba72e3fc89da",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.5.tgz",
				"fileCount": 25,
				"unpackedSize": 93936,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdg/y+CRA9TVsSAnZWagAASSQP/1MRndOPbnGoxJUVAMNj\nnLnARRA5TCr2GvhrVV2KhaY7IKLfWHeXQvirtJ+cSOSn67HdJsk7raKhQpgN\nm5xX/SnYF1My/KGy5js7k6ibBBc/2U/iAlbJBhROXcGXroe5sgX0SsRD8aPK\nz5HBM6JtAC7alfsVZOk+e1UcZufhloUABYUdExu4hRifdyx68Fjf7g3fGFBa\n7f9+yLT+Rsk4W4UKsVx7FHbxGXSTrTiojie9csxTydzuGk0Gzc9nRS0kiQX1\ne1mfiWaNy+BlMqKaYcUVKeyBCLAck4Vn1XOT6eMCPMI383lLaxNQp+8Sb0jl\n0bbaxOr1KY8yNqt6SwVqThYbkAheEWZTaRWaOHsjzLkbA7jC03SFqecxJJCk\n9eHWHhADZdvLt1ehLV+d+1uXD+ete1SFz8RZCxEBzJ9xrzj64y4/FjxND5nn\noL2U2Ocp9IvIlGXy66y1ICIITngkzahBQdvS2n1URVXHwiZs3vbrAXQJWXgZ\nnyWSKs14CIVRGdWXcGPG4FXJ94Y1GIZVCQ6USfpJseJ+nteMSjOvqP+9PuKP\ncEPbQaCvsfjAtmUwnEnfX3RThriodfhjK/PBvhDOzX361mgC3+g7B0LKnemD\nhiDGH+IcX6ssIN41519jzudAv1iwzbF7oYOsg9EYSPBikLRlt2fk2az8expY\n/1rl\r\n=XV2J\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.5_1568931005516_0.31100007684677644"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.2.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "9219a9f871e973f88f361f744d81a9547c5eab44",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.2.6",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-svlCajOoVCFl8IOrifyTeCG+sqw1zzu2J2oY7hWivrvltqHoYwuDcd3GjOD8CH4UU9V5nq++jNd94cXcQvZC2g==",
				"shasum": "30691a75873dfea043c51bdec907416f9113b4db",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.6.tgz",
				"fileCount": 26,
				"unpackedSize": 95010,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhSmFCRA9TVsSAnZWagAAiOoP+gIPmiJo7a47Rhy3qtzE\nZi9G5pv8RlVkejxBXG1o7XM0n9Q498WidPcwSEqtcz5gJ4Q8tvDP1VLV2G1Q\nMJzPO7F16px+ZqQMh8n/QxwMh70YdxzjArtr77XKrhXiLvWEud5vOXJxgS1x\nAB9QXV+6M8fUblUDoKDn8TOhahlCbNU3c+YWvis7ZHh7l/s/+ZMK+0Q0DlE1\nbOVNiw5+M+db5ZAhvB1TbD7fjeoGairbiHjlMTFN++mUpdx0DQt9JauTmD/+\nZrxeuzQyB3KsDpXhnzvOOaDst7JN8pnE630plJCvX4v+5QviBOxVIEBGbcKG\nKKTFhDY7gRI0DAVYh/knh6ahCAZHns4dZi07MojrNUsj2Rsu1a+w15gGjoQF\n2xW6a0fa27AXoPaLfkH2+jGkpQpzh4wz85/1xi53OOkzMbf85a2b+rFSAc8H\nhW/bt7LgFgWzSHwsqS1m8NDy4Pi6JpU/I7qvAmgsj79G76zRRBppYMs+rXdg\nBSAsRJ3ZVgTTc+X5mf55mMVTusCzKzRQiKR6NGZQyt5rafP4373mHUm1maRr\n4KOCbOeBttjUYwXuxIYhxXu5PypAXEtb1LEpEiWmD2KU2waGCasecDaJfgZR\niURj+gbG/NeqJ4SMwbwEAPU8Cf6La2a7J+hqmeAeOCs7IpX80MkhU92+irmw\n5zPD\r\n=fnNX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.2.6_1569008004351_0.2363285615345767"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-beta.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.0.0"
			},
			"gitHead": "4dfb7fd3ff478408e4ac0256d9b34674e7955ac1",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-beta.3",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.16.4/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-SPTeqe4AFVi82EniCQ6yShdM1ArdCBT6aE7T6/4l88KURbNMVNzGYrOz2IUytpeQPGM+FiiX/qOWA2YTlE9x0Q==",
				"shasum": "dac586a38492499deb7fff1797d2613b870bb142",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.3.tgz",
				"fileCount": 26,
				"unpackedSize": 95995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhTrDCRA9TVsSAnZWagAACm0P/R1bzET3ou3f4qup6stL\nouBjJd6l+uCetXRoBlOdMfQAl4viabrqgQmQ55t1a4h79ZstB//O4KApQ/SN\nSyvxx3OF9O8rDOG0DRxldNUHkmyEEZv2/RDYXvYAx2AY4T2f/6D7umrQozx1\nb9xBY7x2zua94T/soZm2Cj4AVXx19V8Heh1d0lfg/1K+1Df5Jrnt1ARP0xyq\nXoSDSUw3JHjuo0KzzEyX+7kRVJaxvtqmRC3K43TCIZ4BT4ohqoDbGo1daSCy\nPFJ+4GGf6aKqbiJo7nNG164T3mmbT7dyC9MCHbnw/PdJ0nx/CVFEK4pWoYgy\nzkmdbEiFQR5KfHh9BR7Dm2PUCOpdedsVZyTzNf09n/qxyFgaBKrJrIML20/c\ntVtkWuDXckf7hNZ/5PaxIOlpi6/mRbgLuMv8zQ9FxZGW4o+AxYOkoEbmAyKm\nsaNsDaNPn5B+3VD9p40QSNBja1EICnVXyWGOnhIceWNwddrDC7gG6RXt/h7r\n9hz/lq0XfoZczENT99ZgqjlHrjhoRT5Q9W0sUiiT3xHxFzKTtuGUIoTyXcEV\nBTcuZsvIxTygILdFuz4xAEokDfvVC4veuqpdS47W36hFcDfXykX8lF3pacV3\nWBJwhY7sdI27crA3zkqV/c1SzHVPcINcG4crTTHVsLL1PIwy9tDjKurJPev4\n/niq\r\n=ANwj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-beta.3_1569012418696_0.3127454663425502"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-beta.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "4d2b6508b6c7b94c5d7cecf5290d294dccd7f1c8",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-beta.4",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-+PJl3MN49YgAZQ2sxWHMtkkcbfj46laeLxYzFhDsRrvykNGX4lfd3UMTEHlfuxXxwuApvB8KOCERD58mfsY40A==",
				"shasum": "6da64e1e764e4171e95b2c1370710eb4f9cfc0e7",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.4.tgz",
				"fileCount": 26,
				"unpackedSize": 96000,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhbZUCRA9TVsSAnZWagAAgT4P/RqqfLq92CJvUG6bKLNF\nTIvuG2YyO+Je3SIhYF1Q4EKsN5uLkBPRNe7R76pjZ+HizzhvXw8k89BzIFwE\nVnnWhqTLBV/X/SDnwSO25xN2TQ/f4SfUuX1eTFYzWWXcbKph3T1ANE/p54lU\nQd1N5w6MOCpjqcKB+kzCov9ndOEAviNXjSJn8Q5IObfPV9lYGnKsYI9Cxw6m\n2/+/0E68KaJx7IjuutZHSav4jCwZ1My5HecH0jjF0LHkpJkyLR7/dUt8/Eoz\nAFakWwBuJ+NYtrNK4tK175g5vHCpEFFmP//2Xl4i6iV03M6g1o9L4PhAHNXo\nNaYBBIqMVSwQSke9XnFxGFNQn5RWGD8zgY1bN6NrD6N4g0pm8izDQFksKivG\nSXRhSzY0QcLO0Ct4iZMQV1urklsrmp0UAQUvuuHr1QkhMBf06wfVgRIKX9bN\nUR7dVWk6CaMf+7LcRFi2J8ibf8LO8zKx5vakWMAFz3ZcvjNJDIubeNJPbX1a\n4btHARnlQ/OISVDeu4VzERDfLkDBAi3WAxGX+Xb8qA0eVuTacyt4BxssEgb1\n00NWKhHhG9PCvpBAq+KNEgXM1FYgSI1Jpk/T+C3AXUhIhKH6KGhvp8BbxBqF\nz/qSsuko6R3xHTIymsCFA+XpmcM7L3GFS2iGaTmcyPmo8U+lRIzfRiIGB4+M\ne46h\r\n=1Jjo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-beta.4_1569044052393_0.7261572561440675"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-beta.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-beta.5",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-lR/a7k8Si83lF6i3tRvLzBkP1h67WUj3JONfTPMySfZ6KUEipNPWhMnW68766nvGqgy49po4GGh15fnfM7Drig==",
				"shasum": "b3b077b9712d3e89b0aa3de7decaa0d92fb5641d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.5.tgz",
				"fileCount": 25,
				"unpackedSize": 94869,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiXjjCRA9TVsSAnZWagAA99QP/0i94b7zalBvtHqVPRax\nbhcTMB1I4xnz5u8jgZvzU+KtjiIVhf+lWYO1EDN2VGn/NRZoWIFHMryywS7K\nguI8lM+l9DPnEhnzomERVop07dKK0p+KmF2exz65EQz9Ckg8DFL1ezO04K5x\nHJBlZ2lFf3dXWoHAiWcSeVPlEoUogYWn10QWMyv4vXOmnx9FlGwnvWBMJjmP\nk+xmsHJb/fZxhBpShxjjAOotlX4O24A15MUxfUiGYsp3h0GTm2SztDRAxjx0\n8O9GS28Zdag38Thtz82IFxtSwNXVqdfr3Q+GjfewxFgMVu51HcOI8p4jGi5y\nOB3aPb7c+fP6T+T+WSu3RzAEX1A44czQB6sLgpmmrMwyB0Erogo4Z1whLq1P\nqm7woBOXdkzfMzDcZn7ziffcfHU0qRvUTVS4/M4MQQ38gSOgfRvS/lrdOldZ\nz/ScalRAqDA9pDxTDVfJhp+im+X8txZTwEXp9YBtR9HaiEuxGHsw5adZhw5l\n0TkcZyCce2J2Vp8yOhJVLo8Mp//fT768E6AKqWeIftbM7AKPZjGDqpvcScUf\n/q7GGpGivdQO1oA25udLSoPkVRSZaHKAj+tnOxRaEq8w3iTQ6lisRA7oGv7r\nOUnuvG0wagHel/KSGOTCCYNzALxIPtVZpT6MttH+gcJfBPFJhvpo9RHH9MlR\n/Ybo\r\n=TqmB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "duber",
				"email": "ajduberstein+js@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-beta.5_1569290467100_0.4068245136689068"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-beta.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "0fec14d85975c5d74c96f698ca3e77d05c19de79",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-beta.6",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.16.4/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-JksVhnn7EGGB73didClFzgpyPdOBBlt6XR9SWT7FEaLrS1RucJqudlzKlStvM30NhhQvvsAo9GOEvwO6F027iA==",
				"shasum": "01bcbcfd330de3554c3dc191f97cf0b10c55e7a3",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.6.tgz",
				"fileCount": 26,
				"unpackedSize": 96000,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi5WECRA9TVsSAnZWagAA2MEP+wXdZPr+cz0FYEmhtkJA\nzswhAmp1Hh3E6a3LiRWmeCqVNOWpYL4iwco/xTJvC3bITM5WY5l8U0onjJcz\nJFXgR7HNhJu3zkeC8dBzChspXIEze4/q4fHJI1UYGYoKFh6j+knRYWWvY0yB\n04Ow4u/Fkeo6Y0piE8aV1cISMoVElyUdxVHWhp70fsx95mRchjW8vblVf1Kt\n2K2Q56Mn6fUuvtHDxeTBYsLZ3PHY93a9/sogY1yXat2QMcoU7fbFge3/t5oq\nzPfWdSFmTy5EQ3yPUVWUksLVvX8/i2ZdzCo9HQfB8HD6gYxN1bzZPd3E7xtD\nuG8lBle+TuACusJWm//S/Bby5O/GgokUo8vNqGL9qlkCzRU+Gk2YDeKgKqEh\nQygE8jHnt6BnRhmINnGUI2WPAZXahFpC14ajG0kEUAO7VN1QlmB76s6Yn2FS\nbbLQSKfbq9OqrcCvt6jEiFNW5srRNppoWB6mia81Ho7pAQs2RVCFgZOzZV3F\nG+joM/STXEK5bFHVadfuA4BImuIwFNNY5nCJTesbxLO4WPbeWT9SW/ovR7FZ\nimJlHF+Sinne7w+Y1i0tUnWsMkeU347oaz3kXajLAANpmXM1KURyj5WKdra2\nfKikuGv36IKVG2iAxkAW5jzvhhosTHFMBRqoAzIuMDUtOYkgThoXFqyumks3\ni6bm\r\n=4yIB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-beta.6_1569428867588_0.6930518470728491"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.7": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-beta.7",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "47558468dac1d7138a9cc084ed911ac5f74b7d11",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-beta.7",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-zEfVJ/ZYwXtJhwMMQkDC3qrr0o41ZE14HQu/77c20VSpu9GvymP19jXHSZDWGEt4mryAH5DjxYBRxqyO0OTz+g==",
				"shasum": "b096ae6c9292de036fbc8f093dab9fac3e0b37b8",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.7.tgz",
				"fileCount": 26,
				"unpackedSize": 96000,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi/uwCRA9TVsSAnZWagAAnikP/3Q7o+svuYcjo948i/Dg\nydKGtATlXN14PyZ0bCvlO29a2mpnzwZUObluXhamAgJl05YKdt4l7itxfzWY\nNQvfuXp4R5QojJOXAKYI/UsMN2bL8UJpXhiGNPnQ8NYQPYCByY0ZeDmV+3Ec\n1ZHFMwm2YMujpob3LWlcgnht4zIvPp3JN2svtVq14EKKVXjNNdhYQpWjkhbO\naf/2/Zt4rkSJ1N7kLBwczyP++Wi8X6suC9BMOzh8sUBEHfwYSc4NpW2KzWym\ndo5TfvBPOTaqiO3V4vrH2FZE2O14r66/RX5V//Ut4jmcuyybzbGrXaFngsWe\nz23bquM6HoMe1GwG26jcNqzGbFvwsMQ0jK/qCVYaxf3hIWzxKZW8JxAyo6NN\n2p9RxnGFqj7w8ua+ZORedW6dvdYwYXcX0RhUTAABhO/IXZo5Orp3jzgDFpfQ\nGNKbVRN4JxHQT4g2wHFTG7PFFNKgSxIyIkGRa20N7ZonFLts//PiM8GVVjjr\nG40qLchIJvO6PXgv977+njUdFKWHZ7vJ4i8ak36jFqtvEH8JwQFxVwYNi4Ir\nH8BnQaL2F35EIVVFNhqK7MXTYymPnGuhC2Y2wCHlLJDAvGzdVYfU6E/OVzCm\nOZLpZQ1tUgnDU/3pgzgKF1IhYT30bAHwBO33J8XKIxn2sLz3BnHNC0WoeZFo\nn3HO\r\n=9FTs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-beta.7_1569455023775_0.9145273815854418"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.8": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-beta.8",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "bbda3abfa002094d1810fb811d6d67b45c268c42",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-beta.8",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-rHXqN0DoigK1uimIHpKNFi8kiKvDJy0iJbYdnrLpX1XZxhxZe2Nllb5WIN+8mdfQP2FExCFZCoHg4//nrNtvaA==",
				"shasum": "447866cddd2b9a1dac763961ccc9d420446cc066",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.8.tgz",
				"fileCount": 26,
				"unpackedSize": 96000,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjRltCRA9TVsSAnZWagAAlzwP/0fKQxDVZxu5C8kNyRKW\ns/YmESzbXakH35OuDd4Fwcg+48y08sgF4i6bE0OrIsE/P/13DABKE+O/gSpW\njb23GYDSPlwxssqaC9uVuacu+9fZcUacLiKAbkIvUNI25IgaI24HX5bqGSAQ\nvhYW/CvrTJ5cq9rRveai5PVH78SLsMrthtI5365aEQLfamzANrWf6bKWR8BG\nI9/JWrFXY/Druh1pWqV6YvAG5tHVhg9UOcGBmKMn/DDy/SyKnTo8v2ar873q\nmhuKOPuzuhh67Xq27V8/Wq5Lqt0/BbDa/w2duozynzmPm7y38mDY8BFrYek/\n/bRXxwRS+CoAJYS8u/l5mgcl1QhTPYQt7KFCGydYlx7XcUBc16UX8FuEX37P\nufJnYCgDEEtvJBW9ugl6fMfGA9wm/1Lo7tAkUdVoyvHybKKMN9iCM1qUwA42\nwdqSBQ2r9BycCldqQPleU2HBGfY5m4pXF7pnqHcu3i3t1YkytIilGhI0vZW7\n5n0rSimyPeFQisH3j70SReuTEOQ3t0oVe7cD5kP2sPyB/MqoLtN/g7Z3cE1Y\nw94MP1hGJmsgIzy9ba8G/LsQzMPE9cZ81/FBBoQpaYZHAn1QtKwpUzJeH55F\nYDPVfBADX+uIF4Y/Seo7CBUR//hfSJiN2PYe/dsFZS26kuD2w49KcsO5zqg2\nznsn\r\n=kUR2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-beta.8_1569528173204_0.950638210991938"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.9": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0-beta.9",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "8dd4d01b9a40dc7f45685c6e870ff47d1375f375",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0-beta.9",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.16.4/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-UcZwrSKcylGjyGhtt0dRXfjAyBsKrPUbyfcLBWgrD2s0bu+i9zoZ+wrXCb05GPGe/AQmH7tt++f5QhIEqArlQg==",
				"shasum": "2aabfecb16c289e9a5b2d33001d4482d2804b3f7",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.9.tgz",
				"fileCount": 26,
				"unpackedSize": 96000,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjqSBCRA9TVsSAnZWagAACswP/j1+kDq8RSyt0SgGEBlr\nY0fGgkj50dF+D2CNr5oBd99FWCJqwK6ezdHKn/qqRhJnYN1T+HgygZbBBp2/\nFdWUxSlmJsYxEqDBUeorZv+f20OyPPq8RmEXwhly/5qJpBObB3jBxIGRbWHc\nWW2gvIlOg3AqLjIactgNVCI06fPj9S0P8riKUrnUzCP8Gj5bRxnFeBECy3Kk\nrf59SaTGsXYPVuWKvDUi7zRTYFk1FLNJJ4tuURBVMQ89jX2rEUPbvRufPA+3\nEtr0x7bJH3rswRaf1OHGUFYdIoKqTL+XPRPX8AcC3yxMezmVttPRZZ+znCbh\nlVSOYVFBRfA1RgrZgF3M86zeauKDfDCZnRC9Ne3Cnfq9WcZdPtD2CWKtHw+9\n7CIIa3j+Z+4euQ8UCB7fW8EA9FYJdi3SPViVhS6WoY/lylUkJ6AlU7xi4jNO\nYcMNpjzT7tm6jnqn9kMfjwLojLN3QrIW62bSYG5GjjzaUY2Xk2siLUjevL58\nz5b3pxizPjzWST9FUE9CleX+SXmHWpvfDq2xvhEtCfmXqzA0YMVmApa6QOdH\nXgGJ/RGrtaIHo633t8vKxsM5DPbx7hmbhvPj4tgqo6tcvfZbHwkuIcLITP6g\nawppQ7Yp487hxr3F4FiAg3bzs/OrMq5mYEWzD5kcoPGeNn4scW/0ydHqXllB\nQ7VP\r\n=3Spg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0-beta.9_1569629312814_0.9161392255553222"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "9950b442debd5a6c1df3fca18c2b1ca002884f07",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.0",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-UjECUBGsiK9tq20KemHeDCIeSUKcWY+TkXfilsr4TLQFABWU0Qgnka6Cpu6YqkN25SKh3a+HAcRWjEZ8y4l4xg==",
				"shasum": "122873a5eb3faff9331011ba07c806dd2c894e47",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0.tgz",
				"fileCount": 26,
				"unpackedSize": 95993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkk70CRA9TVsSAnZWagAAd3oP/0uc4dshKuZRTV9eOvJ1\n1+wB09INHohohAxGDM9hFDDHP1Gcqm8CERhTRnmWJAQwQfNFKmbwtJGHEZwz\nfT8I8jM1pwgrwwl0ey9NRkYC9dyDn7LUvL3Bsn51OK0uhPepyoC61IQ0nKzB\nXzZRSTu7JjYOiuIqg4JI2O+5VvvMQwWOnGSjY9/y8ZZ74lD7VVfObFSgOMJP\nwBVUKTQyXKVKFfdzfylu0vrhtrPtU4EaOHAooI3tCCL/bp6EsLtpBK+YwKky\nC2mnKLzT8Ug25UrMLOLinQjRiZ9BtdAyBRFnV5IOsJy267YToH55kFkSytna\nUm0wwMF39knrw73wDyWlE/6Hx10VeaqOThU3iMCpgUfa1ng6p20WfED5zm5T\nSWaS/uUorMZhwAROiw4wuyzdW+az1As+KiS18OvQPXHFyC4G/LWMOdje9f1/\nAMqinuH0hn6oY1PN6ekooJb3x4pPhigPprqgzDux5exXlAqdcdqq3SXuhSVD\nkrDNBKOQG3Nzs8OkUbkgMaNMRfB2gqxuk8fYOzC3YvjuKYvF2F25srFyqhYg\nFinzN1ngJQJQLEk6UsgolxU6/m9D1hb7Fo9ZwF+yApUxWqZrwcDAjp58y1Q7\n6jk3QWGGbpKFUSRwASOP7abmqfh5N8dN6pG1YakXlB6AJf5ovFhI/hfdEDXV\nf/KI\r\n=HhOS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.0_1569869556156_0.22364747003201324"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "2ebefc355df99bb2d5ea77ae72e7758f511a214f",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-XnGQUt9P3b69NwWaP10IYSvSgVjUD9K/wxPjK9wbBsRuPqicLNZm4tpI50eQF9II0NbC9xZUjP6QBc1IcBxhug==",
				"shasum": "c6b0c2322a0f2b47ef3888c3d5a9afbce0ec3974",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.1.tgz",
				"fileCount": 26,
				"unpackedSize": 95993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdknsICRA9TVsSAnZWagAAa0EP/2RCSZhTBQu0xKWMnSfO\nuQ4j0cVgOSacQyoo9gZtZdEBaQCLYCmF25QpR+Fcb5Nl8Pw2qQLMD9zdHUGo\nS8WgrMvJsJvuvd6Rb+mVzccNNk7jqGfx1wSVKyCGCy/yAoyA1zL/+I/WF8xR\nK3hU4WNHRLjIYsGGhbq6GNoYWoF+FBeEDE3fFBjSaRn7UzJKESxdq2iRieG4\nyLXG/UvJXKL7TGYYRa8Cm/ks4oqnMY+6r8DaKt1m1wkScaeJIKkCPceVzETw\nIUfLxp82WLE2PT/TTM86NlbnfQFyrBbZgpF2rAAkTio+QOvRPZhRHgsebxDH\nKMqTxB+tWEi1IhsDovFCpJWMVLV238VukAMQMS+Y/t3A+MyOUNu6UZCqxNvn\nATughp7O6Mpq/lFyUSNDgCvB1cbdphfQvA/wnPq2JqEpj5QT45VOqCIiG3iZ\n5fGCNIZPF7FKMh4nFI6zWXnTdnPgvkvD9JB9hz8Gmo45nuvk6Rzewh5lVO2N\noQHNatKMXKtTaRj4iv6dG5XKjT/UoarDvREepoIhRKn3/3ZM8MwxaFCZUS1Z\nSPEzHjcPRs2Ec82IVBKHw2g5d5tOVW4l6M3bPG6eM4SrkQnKoqMRWrrIv145\nTNHDVKn6xw4lXGkWYxZkC5uLSBCemFIA6xXOJF72FgltEvlXgO0ukyrg01Re\ncA0j\r\n=aO0E\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.1_1569880839764_0.7948129009435136"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.4.0-alpha.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.4.0-alpha.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "ddef91acfa491f996e9483d8d65dd6c7903f6a04",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.4.0-alpha.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ADhIBMViE9ItUmxPe4OFQkhpcVL1U91sZ30aU4WeKnECe3BMHYP5d5Jmx3OibnFxXWFmHFBtBu3xQRIwan9aFg==",
				"shasum": "8957a17ee81aa66880491d836d63054f5fdac0bf",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.4.0-alpha.1.tgz",
				"fileCount": 26,
				"unpackedSize": 96001,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlPsjCRA9TVsSAnZWagAA+uUP/2ND7flN5JEkj76kTubu\nh1gRllQQWIlO5LWXR416qJ71eordWrBiTxwn5JfLwgMtgeapGFOMMpd0qk85\nP7uiXWdnQQ9vcRwyZDIsQopa2FFr2dGPDvJKdmML8yU3+g7BRYYYRsvE7cLj\n0pRHOsuxGJ64z5lJKWkxbO8eDIa+gF79jZXztcYKlVeRPP/qnwjY5GKOV1AW\n/jVF9O43MfQ7LWgwmp5zb88pp34twdH1jwafy16LE3td/ngf6c/lK7B7uAWs\njgXcAJLqXdNqd3so+0wj075nooHsDWUT+cVdCLvK+Qzcf2AorSTStLMB80ua\nfCxbx0DkIRLhf/jv+l7YepcprbGvbfz38NNMwnwQz+k6D6YjKYbJ9JiRDUpb\nlk21NeCHRZpSHZdDqbwQP+n3ccAAQoqRGnllNQcwkDpMYRGCunYO+tI9SBvD\nDh9PZ4ST0TPkA89IhrKueGpj224lOn9ZrEQzWMAn6C7G8vehQ/HhQVNXm+UF\nF6P4R6NXvbZ0XTwGcrg18B5WH81SBZdPIWdf1cSS5tbpoNscNQ4k9R43dnUG\nWhK40RRPUZ7m2WxG+q0bxzV1um8rzVDl6WnuUPmLqK6sVXgdu+zwOaWkp/QS\nRfqckJGI1Gt4COSjWRLAirTJDtp7ZLLnZpPxJgBnYxkUIIbkL5E7SOF5UBl9\nhWg7\r\n=6IJ1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.4.0-alpha.1_1570044706889_0.7405072888282065"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "907b384f7ff19b825103a222996325ba25e56ad2",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.2",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.16.4/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-UDChLmpYX2z81RJ42rvh6i5EZza7YhRtfB8o6mLz/WrLyUxghp67k5WE0EqMtq7BjURZxiNDdxEU8RLQbVgoAA==",
				"shasum": "af54fd0dacd10b039ddc270103e72587f058cb86",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.2.tgz",
				"fileCount": 26,
				"unpackedSize": 95993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlmnbCRA9TVsSAnZWagAAYW0P/jH/hhx9u+RLmvs58SOZ\nJ32TP4iMEhb+6SLUTa7xE3K06qzJ3GrHOVWuvd459kQt8cPk3TsVzNM/8y7a\nrX4Vsou73h4zHf9vWJ/Bh8ObCy0r1R/cPFu3dvfOmr7SCG674lAQngk98ViN\nrsQYU10qf+gatxLnZSO3iPh7Bi6Z5kDxSoQ80hWho+fgAzqnf7gbxJ8sjEEo\n6vfHMi2+ztimr9VD17XPpMcb8PHGPkeE/DPpjZ25+R2MQSJb50f56idkPrW6\nI53ywPkK55IaZQ1XsWXPenLMD8uY14qyqyoha7z+u1gW264E12N1hczN0WoD\ni69nLxpbGrIr07Mcj9cL0L8FMDvV11IfpI9y1PC0PKP5LHbNSyWkgsHmozOv\nT3AEfTzj40gZQGLA/XG+jnB9i1GLnyF1A6tXazaWR0WJYdMeccL4cYmBja7c\nu1Z0rYptC/44D1sEHfoOA5ZFZCBRlVqNb0lSJ99XKJF9Z5yIhnN4Q0VZfDxc\n3dI7DnSDbwgEBGkQ0N8OgdoXL+LMhwTSsZUdubmWOMXP1V5cfIEvsb53jSAV\nbt+wqONqeECGfewERkFUAxkRGkv4dHgCw+3UVVB6ZgVV6kHYuiHDGSseylhL\nt5GkisUOphU2nJkgdHrL2rgpof5KucdeznHpOB2tEazpjYg2iH5ndGT3HQ8i\nDzcS\r\n=YIsu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.2_1570138586871_0.34599096516250927"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.4.0-alpha.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.4.0-alpha.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "7ae141f9806aab33711ae68d39e22b480f51ac74",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.4.0-alpha.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-bOmb6F2e9Yfkzk1XGPgwy0FiWHOPA/+xGJi3pfHmo+qiKbAx3ZTMI6LuY2CIgR+2/Z2VEp1GzoAa9wgo80/Chg==",
				"shasum": "63a5629ae564fec455780683ce0565971aac9b23",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.4.0-alpha.2.tgz",
				"fileCount": 26,
				"unpackedSize": 96001,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdl/DMCRA9TVsSAnZWagAADzYP/08ibAtd9qN9dUe8IU1Y\nNOzmDhSMBALoDOmvUzg0B/s9+5kE6toxYKkjO7BPNwKr2O9MjUTjyirdqbpv\nWwrHtWWeskJ2AOFg0g39RVOHZMj1fhkFfk1Vr/HajZ5Rhvju6KSSPmXrUnS3\niAagHV58fkZzx2Bl6KPgCmtsI/6RLTM34sqLrvIp0fQlyIX9Ekd8Lbj8ejK7\nm3KOBH14do+CuGSVq1DKSg5mkZB4beorGENtR0DVYmc2EUHdAzUAiZf7GA39\nqrlNAjaIxBTmtZ39iwYGkBVJi/Aph4tToe9UfX+Fo0jxwaCcNAOna0wS68+q\nORLwLz2txaCrBHOdFg2R51s4DjU+3rKHiIr9MMM+vIrt6uQQQXiSRm/QQfHB\nnDRA4yWV0BDcEHj4Wxu/j3aOSbvqNV1f+fBj99n/64s2BLSXG97IUE1tEBUV\n0MNXVOtB24ZYA3RozkQgX8Eoy8vgVfcYvcvX42+eUoI/vwA/dqp+HoZuoPld\nZ4zlQTQdGBry5z3d66rtizrFY4uNL48ZgGlOCSBBGAfl3bMD5WERckqW5PIe\nX+7jou2gIExSQ8b0LN/jxnL3g6PMJ2ZHX3QrTCG3T7/eZj4U/tnAmR6a+iCo\nVFUIA5oJ9tLqjEpXIovqXDAVmTCtD8MyEjKaOv6TLyUMSbeJTpd2HkyMxdqL\nQnQe\r\n=oxmk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.4.0-alpha.2_1570238667833_0.10269086213347456"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "05092d59d0631123fb7ff393cf7ee6bbc09671c4",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.3",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.16.4/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-vvS8ssP5SaQd3+IBIvIDZBqJPWi6gfX0urB0T3YyvgksyCEO4EgdryMX2rn0a72fUKWL3UxDoNkuMzPBSY9+CA==",
				"shasum": "10195f9b5f3aad9de0c752b790d7930a1626b80c",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.3.tgz",
				"fileCount": 26,
				"unpackedSize": 95993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdplp+CRA9TVsSAnZWagAAXBIP/iAx0fSDX7eDV3MDcnfI\n6fnJzrNJe5ufWEx/0Ml8BBgb0VBFdhHe+oMeWF/BGK7wa+G/4m3PXkeiqm5W\nGPA7aCRIyOorf4MnZ/MmnmRXIvP2t2ae85FfirdfpcvwzvQ3qYweStJROcau\na6FIEtTU46fZmrjfeArRzzn0N4THKXIOe1Qk4CAzpkkz/FOGq6nqHkdvCNWj\n0gF8t5v+L2qoIhCqnghB9gLVzzpZGqk7IaAzz6ZiL29CK8QpLtwHWUe7eX4T\n3v+fNGcjfkivVceQfoT2zDBFrQ9CeW7tqQIt+7J+f6jTZAPQkprEI5zbrYDW\ntvP+7SeERa4bKRfntkdaH18u9KDITpdbgFZLxYgq7yYmBXlmnRmm7rq1PvHe\nD/4ksfNqlu4zbsxcZbROzD7ocuQ/RRviN/LbQgI9yGidWI2GJSde2+G4dGJi\nR8ZPnfOr/un3aSqxSBgZxTLtFM2IQfcSviXrv22KnbvCxmmsrhaNSDz/Y/QC\nAeqKZoKJAoon1SUeOgxu5fc7tdl7KdQdi9zW1J4KjtMwoxSfrZHOI4jASv7n\nsw8CD6ocjHvprxlnHfhfhfIIRHh4/Ywko0AU6De7GIpZuOqr1ln9xEb1QJUc\nyItc8ze7DoIFcuPG8p+VtGtPvuwpKTLWaIdF55ZGiuRMDhaKXOqcrmtxH+Sv\ng4ys\r\n=M5lj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.3_1571183229537_0.538643610213096"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "d995c1601dbc9774b2ae939e94804f0ec41cc3db",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.4",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.16.4/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-hopmqOpdg3K8Vwmfxe5Yu2y9Xg6FZaOzNHKqOBS4pCVJ/DWNLdvaiAJB36/CwsS8NVVwFhoYJ++MGATdeXO2Fw==",
				"shasum": "f22eb42ac344fce660c368e0078612527a258c12",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.4.tgz",
				"fileCount": 26,
				"unpackedSize": 95993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwQ05CRA9TVsSAnZWagAA59QP/1WL8y0gMyp/hvr93xPz\n40JDdd4S0pWd82+f2So492q0sqyZi9en5p0Da/LWchr19F6goYjN1hxvKgLa\ndFAiOXnNz8i4PB2vHgNEd/et4Avi4H3gyQeI5DFrIEBqEspVZpFavR+Zfbxn\nRvAVweHlyG86SwS9HdDuCSN22Ka/Yo3EAPBRtQuDn7BoA77K0ootebhR/ike\nyOC3Lw12FqJH409l52lh95WS9a5+CcUb8aKM7NBdzZZtkILz6OuHj1PtFvtK\n0zAN//UorC8t1WJx96B1VZNzWOPHIdiZzMROFXkW2zKW5Cl7vd2tqetEsqvD\nIBbY+79Ik3MEbNJ+rfzGCakujEMz8KHq+jAl3LC6C7pv1/IiRkPhZl2Am4VL\nFGK27DKwRpf4svZWlqVcVSOa+2gUXyRufJjydM+1eV9aIcqwjaMYP9RGogdh\nu4iouvmZU1YXRkJBLjbbw6m0Gqfs0yBczBzymhNxU0vL2g7YY8sHa25GWXGE\ntCHQjEYx90pBQ0ELXm7msiyLQwsEmYhMRlaXAQF2PEGlxhhc/L6xBvL9Cde1\nszVdYXhjqi25jEfAlyvUTxceSNUodwtbqho3TvW61pkuyD4K11OFiy1rgfG2\ntyJGBLBajq1v8LgZC+VEUhW04D9ns1Rz5YtP1iFH4HhL615oh1aSeV8V+6+k\nNd22\r\n=afJC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.4_1572932921221_0.2820851703794327"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "639a873fb56f0d6d405a9bd5f4106d26fa26ddf1",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.5",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.16.4/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-B8VVDN5wngdTBXoWA3WTZYO2IMiSSDK7aHTOpv2SaCwiWwRzcch+fYyqaOrE+JhbAtXEEcwOXJxYVF535ioHjg==",
				"shasum": "6fb2fbe9d834e5b6dcf31dd6de796e66877e2b1c",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.5.tgz",
				"fileCount": 26,
				"unpackedSize": 95993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxdXlCRA9TVsSAnZWagAAs2kP/jSrSWe+C7WAMV3gqlKW\n/RTB5Sw4kKxX/cAFG3UoOWi3FPyqJQP/qud5tZJtWs4+qYYNee6SIA7581av\nSLKZT5GhJvqsqbrNtM0ct4dOFhRkXX1dA8ejXw59eRFyZn3gmmJkXJCQIMrJ\nFjhs1w6fZwcs2RUoZODaFh9gGM9/WZZ/ywlPMSO/Ym/B5OmqD6c846sonlSj\nubpZBtdvYTPCXFRABwgNI/NnghQgIbIpe0vRPRUQ2wnAGLfewYuAqi9+7upU\nOd+SqlHFa1110c+qGBFIkNoAtHmdv5PXlLRsZZMbtzA/LTUBTqQNeVvFtvrN\nQAYZwmTk648tWR/q25RWywrqJR4mXzfCGyyOqtpNhNBqJlq0LLd7no3qpuAx\nywaXDD8dydfc9jlheJ1msNBzR24JXLnWPNT9ttifadhDiQ7aR30bJObZ0sZr\nFvgr85QfM+34/HScf0u1fPenWRA/xC3GAwmeK68w/8IWGgMgAmy+kvZjf5cp\nOZj9SV3RnzuXG+tVS3AMTmJgUO22gRwx8YdVhL4MJo1oVRUVtD99c8JTk6GL\n5usv5417tyIM8bfFE+lsn7M+aAxbStrtOTKd4jfBJucRJb87Ft7XvW/er/3R\n8DZfCvXwtf4EZIVQ3sEA/GbNf8sZh4aMdNbxqajnQFCOAioDyHr7FOOsta5J\n5vTK\r\n=9FVa\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "xintong",
				"email": "xintong@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.5_1573246436910_0.15847458261573588"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "f922f0647b034c6409ee1451023b5553d6c13508",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.6",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-22hK1F+Pzpa6ZzhhSAdxcAmmcMyNwzxrPs/K0jhcthCKMWK/Winttt4Hs0CcvENPMUffdnwqsp+fKFjmT5s6HA==",
				"shasum": "0213a2302361e1d7a5e068f940298ea627d49aef",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.6.tgz",
				"fileCount": 26,
				"unpackedSize": 95993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdykYoCRA9TVsSAnZWagAAr8oP/0wIF6oC22q7v70+yQmD\nZD3jyiVtCXczkqyfaYWqyg8FBwML9zojeRSZT521XNMIIeDwWQMm1YsSS86/\nJy5g/98CFAKvBa4iVSXD9YibeT8NbGyQ4snu8NyV8sabRCq380RM2y/OukOZ\n8NxnzhiXH7A+uMKSUm3J+6sGUV72Ofnd74ckXA6kvX7gikpxS839xsP2GcPT\nmHhQc7M2eWASmdr5Jt2+RXTE3NIYz6wrxRsWrrw/58wiQ/BsVmNo4OeGDgwU\nG+RMGkz366QM9k9evfr6AnBfv50qbucqGq2/LIIObo3bTI9/npQXX5EJi8+o\nvQbNdGQNRlPRhO2s4mUVc7xYc7WV2H7Z2p051iHjLBoLD9Z8rI3o7xMSXOtQ\nhVYXLiYBZ957pZWJHyjPDZvxG2F7sMdzGiHCViIx5xSStZmk7s8Hy1/uv7LT\n+msp+B9GPS90l9PKMY5VdytVV+hjve+pp/9JappKR/DOhAQH7dR7xVlGZu/2\n1hDDo99H/5cixGpFwHk8m0gz9Y7n/0yj9c8RNCR25qWyqXQUHH50Y1BdXlqS\nevxKeFPzWsvCO8yI7lr7O6ianWlO1LIHef/vez9DZAJ/xiZy4UG7icnXLuJT\nPXbVBXqU9rziuulq3mEj06J0b7Q2aKuJFPzyvjjsY5b7X885ua0TaM5Owuj+\nlyDZ\r\n=/Er5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.6_1573537320132_0.9405601063035238"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.0-alpha.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "46e3931df9c0f8d5a7159fcf8fdfe83a588625e0",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.0-alpha.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-lHfPNtdN1sUFrnsqyw1kxQOKYX+N0hqKxvMhhIy8q6rL0uDqZAQF/2ZMKYrRMxVpqFaKdYZNHxojKDtcrfHYEg==",
				"shasum": "64eff6e21e4d0a0f062281ce482bb279f7752599",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.0-alpha.1.tgz",
				"fileCount": 26,
				"unpackedSize": 95228,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7upgCRA9TVsSAnZWagAAhuwP/jnBfCjPhGVrBd6vRTbQ\nS4/hE4EI90pRcr8tk9M78MxxSxQQBEVqpB5KdHqKSAuKzJudeoHiV0gAgSGN\nVjKUKQsk6iLb4OjsxRTz5jbMjICLv9L3y9+ALyn4S/5S3dVJp0ayiDWkATkn\n2SdWjkOzKlKsPFm7GPc90vZT5T0mGJ2A/qKj8KM6B/Re7TEHB3isU/tc5fBJ\n16akJu+NjbvHIUOEACR7G6g7dpXK7hRtpbJZDbblPLoMje5IIpuLAZAegnWm\n4cyhGrAlMmK6wRRa1u4uVWJonj3TyQaIbnVi+lNZdjh8s5//mwUIIAtC5P63\nGe5ox7Xt8jAxcM4M7Fs0zgmefvZhOVP7KcObNnoNgYPUKJRffPetuDRKhRzc\ntM+VwA2v5aJ/lUC3/H1278/TgPSlZhSQbGB2sWFO5MIXfIt2xxSKIJkav91f\ndYZB/dRDyMVh02aE3sXUSbuIo5avdx/yPJPvqkZcPZCKCzE53j8t/5ydztCL\nVmGKpzlKshQ+aV+YyF31MkSQXDrprs7MvKxoixeD6efHi8BTEQhd9jN3B0vB\n7ZvC61v1k0bijSaD4lJ6+IV05CfAX1VXinY5D1MCO6PueAW3SILqQ1ekoETP\nxD316yyUWNQxdFjmP4Tvrzw04PfxV/1/zDlw5QvYQH4ua6B4DlHtDRAtrqz3\nPa0L\r\n=OTQl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.0-alpha.1_1575938656201_0.8832190481169735"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.0-alpha.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "287cc5d42206e776e6141a43c8bbc3d3cab05b52",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.0-alpha.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Utugl+PQobHxeZ/vJGsTktZz2g1s3zoKP6UafmzAF4ukxR8nr1ejWfLXuEG10cVinyqoCYdBA30/MAnES5X+Ng==",
				"shasum": "645f26db6ed04b16bd08d1cb9b47309d38532d49",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.0-alpha.2.tgz",
				"fileCount": 26,
				"unpackedSize": 95228,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8CcICRA9TVsSAnZWagAAVWYQAI2AH+vGqJTg5rYizAL3\nR6zHYGVYOCMnsqIKotUwrl/qNIiOZfu2MYH6jqdyhkSuaX9iB3irpJrOeAM0\nBLTG65h4Ix5DKkEoCtbZnXv3Mnptlfm8/vCjMJB98gJxHO0RROWTqhME67bs\nNOM3eMwRoGyCToN3qrr5gU+6LXZnNrHMKSgyuSICNAEjLgFdOveQ1UoSxATw\nxNk6TyEjYvckrUjADmnuJk1aB+PvzOQ+K9t9PKTdpkeZqn7Q4PUGL1Jf266t\nHEchQU6rLfnHaH8bPeMcHzd9zaH1x3KFVpiRRwYHjlyi2cFulxVN3/wcXV7s\neVSThL6lDMDM2pX3FDcciYjRlmt0KlLnZQDV9dq/ryhNr9rVZGOZFW/a0puW\nlsghklbf5dgyLd929z6bdwJj43bJSZH5p0I0LMeS306G8Tuina0AwNCI2qZF\nBYu3Bo2xSbwxVvbG7D6sTbI7SQOWjZY58fvkH8x3QEDirNIHloIabaw1q+nz\nzs4+Dca/08cIc3neqbZrXFDue7cVDHZWTGgXnHSO9cmjZbn7k7TlTLpE1s/h\nTCCrRBhinzXFmF1vdQY17o3rAWx3t4m1DQbZFp2hBdFdIccYSZBqeyqJeMKh\neFLpyvOQsArBvfNd+qNSDOC7frPIuMVISw4f3S71Gfkel9RgLtd1R1Ijrc3k\n7oYI\r\n=fzvO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.0-alpha.2_1576019719529_0.31449882376183846"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.7": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.7",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "acbb2596513e38c4d72382350f28ff26ef43598a",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.7",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.16.4/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-gP6c89uOgKW60u6GCHTJ5EqrXRnXNNP2P1rmLUT4vy2KKZUxz8PKDSXqdftOA/dhBZJaLREFfn8yNPsxxnW0vg==",
				"shasum": "95af42b9c7fc783c31d8be440a4b23b142fbd5f0",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.7.tgz",
				"fileCount": 26,
				"unpackedSize": 95993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8IhSCRA9TVsSAnZWagAAZLsP/isIoSCsvS1oii95EM7m\n3/9jgXUZWqxTMhhjJtBseBH+sxa+Gs9y+VVtk3rn/QFQ/anNahGPN4/u+LLA\nkjbGTiSLrYdrupUK8hebN2cfIdiJaCtY7XGi1v4h6PSAaGulCd68E6B2uV0t\nJLgrbV5jBZA1y/lnWUUew0wkD6RBXSXpfHp+OAgZCTDwQ+dh9aTYg2X+Iz1E\ncVbBnINVYe2C8TPmdLB0qyPT8DvJeSAdlQX343UaGjPMWMYdiQwflQl5dPxY\nanMcJZrpmiwvTs6IsGrtW3yK3Te8d3hIvmUERAodS3VQ4GpqGhuzjWVwCejz\nUlbBMO6qZq40O9Rd3Fmu4UcGB8xCRTAUT3SYWXxDxpzW4LFicsVnzyR9BruF\nNDa/lFn+Hzj5ERFIRkGlzAg4cp1sUE+DL9WB6CBTWMXbZoJwMuK+BWkClUIK\nRm7LEkon9TnaroOllPCPa8D8sbk5Bg5uv/x6614Y1umK9PrjUeTnyees96+W\n7quoYMC8v1DC02Ec567Gdjk+Z+Es4RSOciAvbrRvFbJUcDJnsYdMM7XSQ5nM\nKIjCJtxAcWlTOi55XhM9nj6P4OfvaFjKbhXBsevJC8/nLdMun5gBkAzzeVkm\nFS0iB+uRQ3lScdu6jzVyx5hFqdPiRWtt7fyGd9YC5CP5ezRdp7wRzNtNVdOY\nFdw6\r\n=Mfr4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.7_1576044626010_0.8317793293491531"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.8": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.8",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "51690c8b501b3f08f0f337a83742da48d8acc8f4",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.8",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-1XYwAjV+JEd77rZl6U0N6elAS/KMhBRZwrCwIx7GfbR9oeuXXYUkLF5Z9fQ7Z+w2AsuM9L7vnKzBXlwYhm4BpA==",
				"shasum": "7e9764a9b4eff4923e26f8ab05f1063a8a7f5d7e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.8.tgz",
				"fileCount": 26,
				"unpackedSize": 95993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8ptTCRA9TVsSAnZWagAAcvwP/ReIxextfHsrmOBuyPF3\nmFLlwlhj77E8q25skm577opIeFJn+BDBRlOo/qthpCFbgTauOPnA2cWToXki\nHX8He1wCg0lO1K0fOKPvs/KmuQpLMnwpfPQ46TWW4JWnTw9o39NOwna6ogQy\nUBVmFFN2nsZWkKAr5O9m8dQzN1pUrCls8hW+Fv8/2LjFMtsEK0Vt9X6Vebd2\nBcr0UkawQPlO/2vHcLS0ITN84otkNdILmnK9UsaFotJnCudKz0aMrVth+Biu\n2PyyUaUFU+Rn4QlBe/DEqbx9F50547mAawWTEyU9gwioIamQmbtqP2lrCbZh\n7fvHHs+1HmqKXq4cSFjjbyPrwEAe+oRRFziSsBy2VxqN2X0S3OnwiN0hiA2B\neJTEaXe7hJMdKzY9wK7aV8/QAoDklAr+OGGluK7ybjroiqo/C+aN4s31Ffv7\nR7DXpkDIXGYK1zKwYPtx8xUluFO+7uIss+fMfIeU6dQd4Z+Z+pCApRvDA+Ru\nXU36TWnKoLJYUSJ+KCbZ2TVz5acerJIaVrCkGISUbBVfpRpfffZz/WIrfKJx\n8JyX/Wlaqd83j99DWbs68ZV2l3dRyEP5mcDwM1goBehTH8mb1/MzLPjPHWQO\nF3n5m3kLTjoDZ+l65iTnYGTW7a9j0i6JmZMJKpl853RBA6GPGQF0Ur1lS2hE\nsxkO\r\n=mljI\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.8_1576180563358_0.8969454385878031"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-beta.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.0-beta.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "c44bf9a88eeedd3fd9bc5d267534f41f08269be6",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.0-beta.1",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.16.4/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-pBZnqDWHG5y+vV8R7fhY1kIU1WZ6/RtvYkJSIfVNCLw3D1rrrHWfZlnFutQKkF3AcFTmQ5ObPqBjW8nKi2eUfQ==",
				"shasum": "4800473a1b45dccc7c48aed75cfa7f10b4ec273b",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.0-beta.1.tgz",
				"fileCount": 26,
				"unpackedSize": 95117,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9CvhCRA9TVsSAnZWagAAUnwP/iXB4YwcCseHPuDRsXuX\nVF7vXyg6f0Y+NBc4tT+cGCWBmr143C+5pKK5O6UHf/I6mTLQsvf/PW3gRf7i\ny26o/AA0t0biUSwW20UwIUIdCb53fnQ26QRgKUHQaEbTuj4AcnamEEV+6JQx\nixuSAMUkywCUL8Q0ELxw3Oe1/hpCq+/gmbXyxPJK2t2bqPJJF1Ti+uCgxI2B\nSMK76sv74fUNGXjJbOtfjAujDwbGzx40UMtCnQGTay1TiMvpCuQMc2BOUYKF\nf7k8/Tl9GhIDwm/KQxihHO/8m9ffiKeGvZsp8PC3gZXv8iUGGnt+K48kc1NB\nsynJTnraeCJAhdunyzr4wgtLl/vLw/r+ea00ezTM/gpAmR6x+fbwg6YCfRh+\nompFBYcH+ZM9ToxPChcJmjeJBPj9T5KyGEWGMiB6jbwo/VI8huimLtZ2pSiY\n6ekYUDItSiYjSmL8NtdOyM6y6Ne0ixJDDGoje3iF5kuCEhMS+muMiQNwaxiS\n62SCYqkyd9YVYYg1mA0N4W+BawgoTxwrCzVJmB3Kx4CAaN5k0o1ao99MSeoZ\n2ye4g3RvEpd4/o6Ch4CiUjDx9G7pME9wlLhgn0VntuikfMgLUXZHsYxADKQg\nscgOPlmeU3D+PEd9UndPZ44mp+oukc0C5oPG0Oh2u+LVhrSOynQYagTDINSp\nsTWb\r\n=YQDc\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "xintong",
				"email": "xintong@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.0-beta.1_1576283105505_0.8830824111324489"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.9": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.9",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "f7db99298b19fbabe84493a99ddfa3ace3c92cf6",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.9",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-jNp3JwjeaPdKdqTP2plntJ52D9PgBXm5+DVEoybrSOhZKkfnDGDlQJ6RVfBpp26PU3DPlqFySc9wQqzQIFCyYw==",
				"shasum": "b446ff60cab27f9f0510ce6b69247619fe41cd79",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.9.tgz",
				"fileCount": 26,
				"unpackedSize": 95993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9/e6CRA9TVsSAnZWagAAQJoP/RjEIEE/A6XLjS74MBU6\nO230aE45GqwvbxrHIKUEXAvvuW9w1bvGgHKU+UuBipWqlDOxpTHfIi0EGPzW\nZlsvhPu2ZwRt0EzX0RWl+iJYhS+DruD6oYFb88qThmro8wot+eI+FyjoRiwI\n5eSBAzk9UgViFxkWWWk5EnUKsBT872YnElrdVntbbisAwPNDGPeTKkBxqYow\nzU7OjwDjqzRivWFtz7LKFCEgP+EAIes7GqkX/8ueuxke1F4ixHiAqj5UYMIi\nJ8VQW1s/aBBu2Mi1updsMvpkRLFmAaZhN2sC8kj2mWzhPvcDZOeD0WqZX4oY\nfhG3PORcTylzoJjqJCPunsvkLvGJBgt4G6dfsN4ZXTt1gPsueBu6NyMjiGnO\n3wHcdtuZ7WGVcMoR8/0QOOuzvArHEE1Firvo6WRaIYuWMCgS/46gwDYBftt2\nwSYVc2acgO1JW+a8zSVS7XbxnO+v7c8yHCP728VVBUyTaeZ4hKTaUyOaW9xd\npMArasRyf1T6fC+B7nTAx/U/3doGoHJqDcYIgdMLln9CTxUei/KEj2gSs0S8\n8K7y6UG4PIuSyB6HB2svyzv1DYqxcHmBw1PJ4yM0+5NyPBREhG8kAhDIhzPQ\nIF2FOpC4m1vVIgch29J7XbMfx0h2y1esgBg+PZJwTr9wtR4G3qWwsZ4motyH\niWI1\r\n=pSDj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.9_1576531898189_0.036979911619756"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-beta.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.0-beta.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0-beta"
			},
			"gitHead": "3598b129fcce4437f2bfb2a88d9ced8593a2fd37",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.0-beta.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-JbcOsi2tlRXBZT+85WK86oLE+J37Yktub+F+WXiu1DFfoCx4xzJRe4ZLiJKsf7b6G2oJ9fIIKpoAdWkFEgGMpg==",
				"shasum": "8c4096b9c99b245186d35ffb2da2789b17edf2f6",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.0-beta.2.tgz",
				"fileCount": 26,
				"unpackedSize": 95117,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+V/dCRA9TVsSAnZWagAAZj0P/293ZQi6kGTzElCbDL81\n9CfxyPKFK0+RTrD9j2anIYPUx1F/fry+eHwb3f5heLyC+n1F8OvvMwH6G0qI\nk/Y97atYU4FHBaoeS7vVM2RHiuz9wYoIbJ/0dK3kTfaxAD+M0frmKKrLqg5y\nvEUiZSBrX3y4pnYZ3zpnTiqz1+pC+X8gC3kq6WXuTLNOCjiTU811xhxvYNkE\nEpm/7xsCTMXP8k3kMUZhVDuiE/6ik8wOUWIvv/t0fb2w0buVA/fIiutJ9OQq\n7qLAvsxRvQV6o0PMWrcO3fDa3q8kEVmhR1XrOvAF5d8QwR5vBSCOxNEfgaYa\n6Em5VbbS7sJHA5Zj9PRyIrdfsrCzBrv4Xxe1FguYBjei84GD9qt6JZRu5Aua\nckbpY5mm/gJ8IbQpDuftnS6bdPP3vG8DbpxgclaiZ9hB4YMSLLcgLKOlCSW3\nvaH+/Sq7ep2lZ/agCFvhMI/7H1/ugyixq7y0Sr3JQHge1e6+fDTqe7uahi/A\nNeXV4v5rT1UD7FGyFQto6v6FCDKiE+m+XDIlQr7SSj/HR9whq8Onuo98sD6f\nW8ilMTCkYQ8Yd3BPILauANx0Qpi9tK1a+C+HvTx1Q2f03i9CpP5SQM2PJIOT\nF8hP6gKA9e6NQAjL1gtPDMiObUX74D1S75q8+VUj1ai3c6ufUhwuy946nJwN\nL0iW\r\n=6u1A\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.0-beta.2_1576624093136_0.844575706320644"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.10": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.10",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "e132a66ed2d274d28c862d296812aa439fe0c903",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.10",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-f9A20ZJ8IO9nw8Ugw+fuBgdqvc6Q3UvFeEN23bUwtF/Gs9MGT/1LYD+yhyBClH8crK/T0XI+Y/L5QbOOwKYZMg==",
				"shasum": "3398d59dd82070f2dcd27ce81a410782b212e0f8",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.10.tgz",
				"fileCount": 26,
				"unpackedSize": 95994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/RZ/CRA9TVsSAnZWagAAOVsP/RaQ6U0LL19DjJ9lMGh6\nSWN5gZj5kyT/t9XdDZwS8TgrC+zcUC9L4wQRHi3z1H/kDIKBIq/W3CwU7g9X\niezUNS1pFvOF7NSyB62dEJvdE86ThCh2HKeC4qnVRYceFqdVgN4HhuDcdlu0\ndgkeqt6z2At2FfrPWicfnHPOg2q8Qq0WCJNhgtcidCRTylOQE579B7pnwHtX\niTbYfCbfXUdkwn09aqEiZ3YBfBOiZAJAuAYCeP6/xUSYEuQqNTJyR9qCj9PJ\nqD7gyxv+ykwRQ8DTPCyvBd3rcycuxGB+cPXonZ1V584oJ3tVN7kyXUdLiZbA\nmkl30mak4QRckqY6OmzbZfcLsK5Tvc8D/iv92uYVXTwyjGLELCFW4+9WY4x8\n8Q4g/FCjQHrb92WS13xmnwMaTsHIgsFHgIjZrxNjYocqjyCqsYkHlX8GwSjI\nrn6WbhbNsxcy5Ug0E733ACCyI0UuvKR2h/rCY07Xy7Na6uCQZp/yk/7js9TT\n7eYKw0OrzUSC3ZsxDEANJJ9QG7kMXO2G/y4oGpTRLV0kml2j0zT6iaSd4MiN\nI2mYJ3zxkCu6A57bgqtifV2YVkMCmq/NwZn3co4T0DqWz/ImLvJ15Vi00NdU\nF1o3tjkopR7JgBostgdRTqEk9oDrxIT4XTJTRCNVrzwxEQuVCLI98cKB5AXt\n2WEI\r\n=iz0a\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.10_1576867454924_0.2837744125686992"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "ef42cf4e8340958824b53a75dc6dc42f333ad922",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.0",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-lfZh56uhzXFa4dQ1rTKr61pfC+25owGAExMKMv+p/NCL9kuub7updwDkdBepqO9udk4hKfO8OOhx33/xC+SQ7g==",
				"shasum": "832c261b107eb9c8b39dbb5ee3afb9952c365cf2",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.0.tgz",
				"fileCount": 26,
				"unpackedSize": 95103,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/rnSCRA9TVsSAnZWagAAa+AP/jbJBS9pHdUuAmT6ecQo\n73jUAmJF5LAZ2KfGp3edK0QLFd2xpuCbKYvncdtlRWfSP3gNTrRrlsPTgmmv\nf8LpTlabHBSJs4f6Wn1g35shnloVZImK4ReDKqRP5G4pFm0LiDgtqhE5mTSY\n3g6rlW82jYdgZcJzRRmuwBkOnokQXK/wE0xjPeBtjkoaAl1UmiWLAjl2ivQp\n1S+riSoTXlwfirRnlmhQlrF0lvwi77M2tflUdDYdYXq56/4sbj0t2brHXOfK\nnINTdVDiZsMKS0jNrgbCOhnqI/NnX1PpmqjavTKO5eB9xC+bFcVE6lPs1jOB\ntID+m1K35FrmHAkb0Zrw7voJm0kwzBb4ZpJNGLRIPvRhF78Lka2mD7UhDB+S\nN4tlxZmmAPSocxtuCgX/9nS9zgjNsJCA9t2uvXrxig46onmgNjadfN38eIaQ\n7tBZM6I7jZmv7whTJVzIq2mt0ms21p7jnsvwpT9p7R2u69qP8dA8sYmlWjVi\nErQRHEbnZOlhogb0VwHMxt/RyNooNEXMRoRDYnKSvkPmni4UfDk/YzYYf0Ch\nZva+TK49vO5WNtr8wT7SM60uaK8vmBtc1+oo81MDHPGiCkD5pFSuNOVYFZ5X\nEO7uZ5KAmc8vb13fnhtqLQ4SXLqPWVt5JbR/g1ZK5IipVUamMcSWVcQll15J\n9iix\r\n=hMr3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.0_1576974802183_0.9124548548448534"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "4b5b40ea76d866d24b22e2710c7323b4cbe4f0df",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-hI7LArlWkrZ0rKIE10hTC8Zi6e8FM4nzf4V4MlaT1K/2FDKzL8DotkABzknFZQM+FCN/d3ZkMX+e8Jnxbc+vaA==",
				"shasum": "b8c02da42c9e74d47f0a6c29fa8eb37d4133d56e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.1.tgz",
				"fileCount": 26,
				"unpackedSize": 95103,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAUCjCRA9TVsSAnZWagAAMlcP+gMDx6U7zlZMSOqcKTB4\nKeEY8CiTedCNeUMcFJVb3cc0hHWgkSxkAmk4dnwMI5yCLmyVntTDIn+3elYm\nAz2ieqhH0GNE4xHWPgWqeqPnk91DpjFeFcQrIfVCmvLAEtNBffMmTlWObM5m\nPVCR+5aDzo1N574JEIiKFkMGlKkmFUVwEfWki3dsD4TFY7KiXXarx1wABYTV\n4A2iGc7zUVjtqrf62tJY4kA15NIrA7pCdr57+8xyNgvfsb9CY1/hUFtdDLvD\nMCL60TJxhodqpwH9D9/0M9sv1NrJeOwsH4klY7pRUel9g0TtIMRHBSEQhCho\no8f98hYjmM2cHjIW6MCMe1Z2CX4YHawblZzcYq+BoKkSlQnMpCdYfu27sJnz\ntVNEsOH8KjubZmNYi441QeUhW3rjvTJvmlK0Wh8/K7Ho8QJNz+RmbY7r0AlJ\njfJW/CkmjVBuFCpXZCcb/xyt8MmT4C8p/q/yUlLg0tpzpIVLHsmpjxpX49Xu\nKAfWd5UMs4tVF2+T/m9pkrLZSyC0rRgo12zZIec0ckJ0/bi2zcdzCAjGG8lZ\nqK5+H1arBxe0Qzpp8sDTEjhaJwBVgxq48dWIMhZrT/Tn5Lnm9OOSGdEc2Bn4\nafcK2Twas2+Eclrsr7jc+XS8KkFZg4PtJ0XROxNRezJej2qutvxARBmv0fsZ\nmdAd\r\n=yDDm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.1_1577140387166_0.4149853696197592"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.11": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.11",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "1e675186659432a920166781de4db4ec6f447085",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.11",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-x1/o0rVgUUYQBRzEjly90ngCmxIaHQFwHKx25I4yE/FkQNvcw8o0hkZca7d9VxsKmGzXkGB4Com8nwuIrYclXw==",
				"shasum": "63a396c8cfbd805ee74025ed2d46e87ccba9afd3",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.11.tgz",
				"fileCount": 26,
				"unpackedSize": 95994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAVvZCRA9TVsSAnZWagAA+NEP/RwNNRa4SvidPR5okK54\ntAcPInzxKSI4us991CIGdmdFauDw9oNjfpbJTIf8CRcClVzx7J08YU7DrSdx\nZCbF+BwQBUyWsMRzU7DWoi9p/ienXgTarzxldzKfCJdgbKWiDSCgqTZCjqMT\n3uEhb3k3PwiSXSuewX1/k7qOEIyWisVYsO5dPwGkW0MRmG9h3k8aTnj0p4iR\naWKtB/bvKNjLqLYwz2EJOnN5cYRdED2tlRUEqgfJYQ1m/95ydtcVHrVRXD1q\nP4vElotkhuDYkj4gwmuizu2iQpEgCS46ZdP1yeejZxVqd26Kf2dkR2xtEegE\nBGJNi9a0h8gholb2LM1PWQ3GML8MBrQAHV0ih/TjjCDbBvs6+uAPzlifK+L4\nEnitlqEgkCUjyGLC2fIKLf438KGIYHfM33shCLA70dclBT4nkEvWAhWrUuR5\nJQxF1XB1lr/xzYwmIM8Qi3y8PtR/UAUXpeMkGaJYs9DVunqmOXBptfyqO//+\n246JlNPUDr90OyDA1pwFDfBIuht+mKAXwvvnC5oEnda/wD6Ma+VD8wu3rXAc\nWpaTLC882N+Hx4lDBmCEz8iiuaV3S/QoW8jvfWwiOrUlBe/NPUKazTUW9oXY\nIBUE3bzhllENfHRHfFCOvc2cVrSxOJy1pGoztaOVLmy+v7bF5QDSa3PavJLd\nJkqF\r\n=gZ5l\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.11_1577147352824_0.6644284052604403"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.12": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.12",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "031e64527c2e142620dc28db26c76b40df30b1d0",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.12",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-EJ0bmRbPzAI/xuR4bntLGinOQAoTJ/GOCJnxWFxQ8dOvvlFd+Yc4/MFZTIEGG/u8xZy87sn9VMS+vsyq2+9FgQ==",
				"shasum": "f31e16901ed126fc89569adda74bcc85e16414d6",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.12.tgz",
				"fileCount": 26,
				"unpackedSize": 95994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDk1UCRA9TVsSAnZWagAASGUP/1L9MqDiC+OTazqKQHWB\nFZLVOhvmhZFWfBL8f4YCzIPWjO/Zw9iRQlCiaiPm/3J8leT0Vz7hkVIfpRQ6\nATI4wtSXuRyuxLdYdMUofDeRWtQoT3/9ZYOrHGmc3xM04OsirOzHVrE1g8nd\n5ikoGAFh4wfLIfaRHBk6P1SJXtvb8hkws/DLe+tqjDRst5D8jgUb221Zjgyk\nzzX/AxvfYORg6HLW8oLF+NsOnl0CS04IvTYZLIUWKpu99vTA3bNwpzEc1VwW\nWamKE/D9IRfliXbtFQXbvM2Mhy3gZgVZVOqDljdwT9uqn/lPiESdNkVEf5ov\nMrnUGdgRBwcOBLSM6kc/27ufXC+kjV3dJ8GqfYw0dCDyo5XZLfh8OfsSqR56\nu9dcsryz7tpFA4yLSO6JA/WsejJx4ig+gcNL++XVEKVGMBajhNBikjXsqWPb\n4Mff+lIL+wiJ8+3IHU2oEAJQ9V8KfCQbruTPigUSWOm9X45N6gUIY7Nf0o2C\nFCfHDv642RG19p3viu2orLqIAoJlaQswcrZO8pEEbDneNNM6FcnkdWm2dHf4\nbiVF/kk0y+8AErSoUQOnGxU2buOYB2QVsOoXItiNBShyc5JqxYlNFw9oPf2R\nRhsRQYoReKhmgMYtGsE1punQKvegFn1hRvSahyyqMHz/Lf+bAJvXh7mONGcZ\nGefN\r\n=9kgs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.12_1577995603944_0.6887440304504668"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "7ba21b508ce1f6f496cbe77fb50f15a609eb6ff0",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-1ZW5zWVteRCbF12huBR3xyEZs75esABMX9XjPnWpadXOIN0rls44SOY24xSDQmIYuITIC92mAFpLrAFSlz+sGw==",
				"shasum": "b09cdec8b7001e0d3c039bba51d0a1d0f2eae11e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.2.tgz",
				"fileCount": 26,
				"unpackedSize": 95103,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDlFbCRA9TVsSAnZWagAACiUP/jBcizUnecuNLdO7Zzht\nDGPe5WtGEnReMZdyohewOp/7C+FuYTqMzYyJxkiV77hGkV23gt4966mpCqUk\nl/+C+xOtSEcPE+IcDctVmFa1dncx0yFEAF53EdhTN5UgaMzYG8b4AYGxg8VV\nQQ7AjGmLon2WJxlvf6iQoVzgQUw5YL8T136pQ0buZca1UOOE6Hmgb/Tggqs7\nc9GCfhMMqLkl7g9z0jmMLBBGM/iAP3l1k9hg9NRDn4JMeKDd3bvIzFbDI3Y/\nvrATUYG4mSoGohhNSIMY2ja2zNd7YTs6vQH7i3FsdKd9ufK/SFLlaYSWBBYf\nFqCfu4su+JPXYeFo8f5vnxoAr3hoyN2De0LF/WGRh37UDJ0Bj2HeGucvYJni\nqXznMJTrMh1GDIDzRwQKquFrR9Tk7LloWSusj+AZkQ42w71vMbfTaGal8e1P\nhE4lwtMCl0LnnqDsAra2cXJDhdxCfzZ6Qc0phszg40qQ1vg9CVD1GE+bhiej\nqxUybr5jq63naVZOiY4YH3IIUNoAUNW63a3oI0mYazM4lmmzpv7vmohbuJxh\nhNMJVOzhXOKm2xXa9trrenEtKXCGjPguADmFWO+BcPq0CaTdeN/L3dKA/SnG\nEPf1bOFkstGfHf0OvN4YvNgktSkHO0W6KQP8Q9/5rMA4JhLg102q0kCPwPC8\n3FA5\r\n=FU1H\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.2_1577996634904_0.5582212186638817"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "665e407434c6d260af12f0e446597c20d6ff3837",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.3",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ZCKEaoLztF9XYvI+3qpxeTCpNE03af5UaRiLqMuXuobFFYdEWq4bvGuDOqxP22gzyyGL93ce+UFcXqw7IHa0oA==",
				"shasum": "d5df12098dc4bd876e9ab9bd78c6a54ca72a880a",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.3.tgz",
				"fileCount": 26,
				"unpackedSize": 93994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeD7guCRA9TVsSAnZWagAAb70P/15UOr3aDeoIKmqiP/LW\nWM2pcCEdgfRoV454cPvEl4GKML2OM+xyiYpC/6IDebqsMfXO1fsco3YPUwUy\nIY3jTJoh5YXVCzIqVUV6i8lttsUxodOMYxMjtelyoPbdVfiidq7md4LldAcf\npYdUo+ppAY7TMVk3tPtEvT7WOA/Da/ZNmmWVbtiu6OXuXpsggQMptLdEGor+\nofJaT6CYnUCkaZt2E5mvGwLzotI1+bvAM041v0nv92RA4Y1M2z7db7thacaJ\nyKzDeSTvyxZJkPgwVAkr5f2R2so2Vsb02pvqFAsJTlL993rVUZM0K9YkknWz\nCGj65niYYL+HuLtiP0xjRZA/XDOHR+yuX5pB7YdS7f82SlpND+XFbjDrvu2N\nxUuvRBlYW+ZABNIDtO1X9vuDTwfqQbXEyuwjkGNw2ZIrQLXvw8mqqyL6sMSu\nfqvFbf5k9JeZka7y2tEkPqAMbUmiskHpteLbmk5yIiZB3T7OSZKUPLCVjjoK\ntLinpPMjJ4JdGp0oqHAPysNPJFpNZQ/GyrN4M/DA+t38Ykmb9m6EQ7KJPIvQ\nxptgY9+b/aPfFMx2yzL4Fgr8AjeCppuu8Az4cK75vHcYGh0lMMqrrFoU1Pej\nlAfRFyHWH7HQ3g5el1pKUNH/2JBRGhkG0FTnabdBq9Z84rpRAWZIA2D0Skmd\nnvxC\r\n=iOoC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.3_1578088493849_0.19039532387518032"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0-alpha.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "c0e36764f28abc3143dd320caa1280c661ec7674",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0-alpha.0",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "lerna/3.19.0/node@v10.16.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-cjzJiSGNvRmn7Q1Pja5q47oh0RZ1j0tO/0cFtfv+Gy6eDsh/1wUrx1X/16fYVgcdY8i//N/KXtPZStILHSOqOw==",
				"shasum": "7c13fd3c8a6995cc00ee3a786da7631e1d5db099",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.0.tgz",
				"fileCount": 26,
				"unpackedSize": 94002,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFlUWCRA9TVsSAnZWagAATCIP/3Omg8eeY2bSQjrdGr9f\nulkCrdf/9Vx3qFExGjt0KZsOfC/k7krAn6nZRGe+Lln9VedLHOfbFS7QewB6\nwjXSoP8Bu4pAS2oKtnCI4YN8W8yRmCBCYGPbeO6du0xZvh7DM2pMHePmfAFK\n14oZOev0q2QBgpsFsUGbeZrZoHKliFjMdXqgBPxhbBS+2o3ZaISY2NWWbzM6\nZZIQzQ6xdh9CyjOhCFJPOM9nks1BBA7dwKQkVoigborEIG5fa2Ue7yMZUrvj\nJ+Pg4603ADuxc9VWn4aR/ykyodGXoR3BCKuqcxkmvyvKGFO/ZshC3796kg+D\nZQWvcqaqzY4oBqHZQelRbloexM+qaTy/YZ9x+wq+bbpqJj22CN6CWqtV2FL+\nxYnMnGl4CwMzY45WzSEEx2w6YWgbVpiVGD5bZSCrNg39aCXsHz0ZBN0QM06v\nRZw3BojP5R+jpxvO8ZLngD280gxua1/odgOkBkY412hH8e+2j7zX5w0GmQFz\n7AiOHnzRT2tYws/ZWedir3FeUw198rvxMj3I3hjF+zCHdZtzJqWl6C55EBmN\nRkU8XCm+1Y8LCXUJqtq+/ICYiWsFpQtKB4Fwmj0QWhfxkG4TthcFtqVfFEHp\nT+yILBFXQ4GXaSZdH5nOE9GrLd6dr9LTsP4MpEYRinUOMsTNP4d7mnlIPBUr\ntshn\r\n=Qj+5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "duber",
				"email": "ajduberstein+js@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0-alpha.0_1578521877858_0.9407953263557933"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.13": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.13",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "3b2c2e468829f4571fc85f18fe55ea5a83f2fa94",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.13",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-uGoWcvHZKLv7MV0J9xkrFIGvnD+uCFiWnAuVRO3po+45yGwdLMOXiRY3pT+yGDRW/KXtmYRZMTtXiLYjaNXOYQ==",
				"shasum": "a594ef43f07b1b69df0dee0e1713209d9f743978",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.13.tgz",
				"fileCount": 26,
				"unpackedSize": 95994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFnIACRA9TVsSAnZWagAACHUQAJ/YNYP9mhfNDN1IAnWy\niNobFOm0ONAHrLqeCWuNtbvxkLJJ+efsGA0hZCXcX6TwX3bNZHykfIvfHbKW\n/Lis42Numw12UvMtjTF5gMiz5DhKaA9s4FUKHZjntYFLmbKSkPFTfkFB9H7k\notj/pi9t1EWTo4tcEB89y5mCWF+q9rYbzmTz2otCSXztcbUcXpxwcLBzrrP7\nAZtcKgMgAXW6+9JRkz5cLv5THFCUNwdRshuUgjWbIAjEdwknjC8tNU4/Y9Sg\nPb01Sa56UXt94zRjmzVm3WEx8hAhBau6ae2JFNR/ZMVfyscsibG3ZuQkPmeP\nkkdaKJNdo+qMsro1oBlslYmG+f9pwXc7kTjAMid12b3GPLsQ9eS+IjjP72ZB\n+DYpjUMcZjHLyTe4kVnypvcawtFSkfplhUeNV6lDk8Xt/N5KRUmn+Y7IiZKx\nYvfhvxAqNvmc/U9Ke4JE1Y98jFoHstQFs75M6Fjq+wfUbpD8dWv56TKQnjHv\n+51nFD1oni4bBp8IUCnspFofFXnvzzNAmZ1t1aBkLl+/0pJMWlVHboYhNSw+\ngsMO8oTMn9j5+cdcXVOPeqe0Si2P79vbntRgLwBdFHQIBGxEt77Mii71tt/B\nkcyrqX3erNCDycO7FDo2Jem9N3HBHKnSnkyaHMoYlQki0oK01QAn51JIpwNq\nQT4V\r\n=3a7D\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.13_1578529279800_0.7607374440909431"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "5c4e865a2a55b2450bfd6666a5523eff765657e6",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.4",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ePLGL8ZvPTtcDer8837+zFSeZOy28+QL2s9SiAvPxruVt06/kJzOv21c3BYZtSDtijogrijPU80YfB0ZeFItaA==",
				"shasum": "26e4d04822d5460b91f713462b26a95f5c9bf409",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.4.tgz",
				"fileCount": 26,
				"unpackedSize": 93994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFnfdCRA9TVsSAnZWagAAldcP+wdlVE6INQzNEeIkOXXt\nAcQ7dz2Z9G77Q4W+d8md6cxASFuZUOELrAXLqZW+zAt1yX0pOs4Q2Fgq6joy\n8uAPCkY7R61k18LuTZRbSnt8UoPXZig8MC9mkTZ/Q+AYbRl9edfAsbiG5Z5q\nxiCICKBGNR30rMNf20gLgcxmhZ/4kzqe8GeyuuMJG0crHXOj/wfpPX9/XrMn\nk4u2d7uJ1YsljvmP8sNroWFIXf2IkGJIq55DOCe1tIQ4HFlSjhVWIwwdw/NG\nR6pePRKExtEnOv+iERV/j/M4Yl2K+qBvHvEqOS2XPQDSmRv51TkHKBFw5kCe\n2T0mPdbzSYCQVCIueD65IQxa5pumboJQvF+K4WDXSVuQMuPngYwHNEvB4rvx\nPeSWGAZZYESBjJbIF8rads9ljUiY32K2IFWZN9Ca+N517honT1WpMcXVNZcK\ntx0Ys/poTg1VqyU/ZwYfGLCkB9QvW0Ig+TItKrk1KwafKDvQO7rVUiiMhBpi\nVPX/739MnsACzyhqyjzzKqg+OtBCMpY751Cj5Q7pPy3+qH17B9N2PdSTYQKq\n+0D8PbMZmdcX4FvNGXhPwsdkSlubIV5N5b1DvI9OWVuDAbyzS6ejzJA+vOrJ\nesUaekRircrlNEgI1QKxgVa553eEwNVkt4dIuUk9XBD6EbQqAculdzJWnsMW\nV3pB\r\n=nkap\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.4_1578530780581_0.8951303128432004"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "1f82b48ae548e3bcd7fe05583de16f63c2b956c5",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.5",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-iJfBIDX+hgQwMHMZW1FtRVghGkGCfBFUHWkEcv52zqau9jx2OwWxXK7yrYiW3hFdcoSKJ0RfALsuCLmHMoM7mg==",
				"shasum": "54e34c897ef2939cb5e62904dcbf6169ec0e332b",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.5.tgz",
				"fileCount": 26,
				"unpackedSize": 93994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeF5U8CRA9TVsSAnZWagAA7sAP/jmF05LfQaSYu58dRoNA\nH1UfZ6bymqEJ4Wn6qX7XgqNkn/lMfbf3+tlplQ7+pXBDKx0JVWwAf6NDl3nm\nlk5j51YlV6bJWQQ7E+gQfnX6i4IIW4R70DJBezagZ+isAqqEzhacNOJgQvG1\n9mWJ/T0P9MtZ1Kll3hFJC4vH/uJ7jlxL69HIZPzPsUOZQicebBviLxfa1pEx\ngc2XjvDmRr5l/AzV3RqLZY9W6aVquovhrTdpRQ6AQqVjAKADqw+wPIBCO95t\nLBv5HamXKv+Re+LAGLLvupUSZ9S6SDJDSTG9b7LJ2LUCh38yppb3Nc6tvTYB\nm2rNkOSzCb+GtBVrjgnwxn9JfwvVx9rSfn8uNrs/oIPRUhGgWkF82bJWTED4\nni+qOPNXvIkz1vgAy6IM9x2Ep9097hJk5hFZ2uQ4A28YNemEZO0WFwBQU+Fr\nJZDXYUq+8z3DmeHPdp2VxFGGWna5Qj98PeBNwZDfURmfWCK3YfR0uT/GrMpe\n+BLBShb2KNxyag0cnAJDjsCUhKV7mAjMDGbhDPldnMQBlwoBJNejpo+akdgR\nbKiH/thT2Kj2DD8L7MEg0w7fVOT7ususbozEp16iLXzSirhNEqMaMDZ656yg\nYrp+0YD4dHlbqg59hwqmrSZOaf/9UdwOOKLvkK1o+4D5M/aHUmaRxayz9NE+\nXU0w\r\n=ZwSF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.5_1578603835653_0.9815386139725562"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "81441697894fa6aa8a710518fb735aa766acfaa5",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.6",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ndhnhgbzDfUsXrVw5AHfjAV4isX0Ap920q4qCKboKb6PRVPJN7NRbF5Y6OcYbui1mklWswGUXb9zZIUB1XnrLA==",
				"shasum": "420fafebda4de968d39dfaaaaf9077c400d84252",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.6.tgz",
				"fileCount": 26,
				"unpackedSize": 93994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHLRUCRA9TVsSAnZWagAAvoIP/14BPIKaKMOHTQmPf10O\nlRBoQDUPcJ4kdAOWqjcwWnxdrVmEvcf+W18Depmveig9bKzOfnAr36nwkQg1\npKCJEupB0+08HOPukgWQS3cv3A1nC2qHVHEDYNu0xz03Wt9zqTVH2zZZ5Va6\nV0pSXj/MtUr4FVfvhe9SmXyzfavKppN4WuLwUkqNrgKepRjFg1qirmlvSZ4n\n3zBdGtbYzifRoBryMNfnC+EqbX+Ca9P/CWbwmHjUxwr9LNjMDHA4e5vEeyt8\nF56DweBktHGPrboGWrOkdSEPXAVgZeOyMMTSGcl/+h0oWVgWMhuwmWBwb6pu\nHZsJPWvL68H1/3QEYvMzRqfvd9g0xzlt2JGmxd01EdbybxyUM/BrCmU4pRT5\na7x61zqWr8e7Y9PTvXhTB5mwQ2jV1/hBCPW8VBoCDbuO5Z39uUMKaBunWTRV\nBWvy4pxM7YhMlkAPxivFGck1saPUdjnxqciJAQye2Kugh5/axIUJEfDIgPOK\n0gffwH1ZZ4Lv4xMowFJvzLEg0cG62Xl4qfRpfcFNXGjwU/XG66e7hbc6YODl\nna1e+DGpsyvhgLRgsnS87/0BuaL/tOPivel9WafN3j/qSn/V+QUTO+m134Z3\n/fnFnwK8P6TPs/3h2JJP2WZ9N5QqKc4Hxcnv5CThN04C1a+NZo4uVJdWTl1I\nKh1Z\r\n=p+C8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "xintong",
				"email": "xintong@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.6_1578939475926_0.34051037628358305"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.7": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.7",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "546b6ed7b89cb80cd1839a14202717670cf98af3",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.7",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-yBvzrFIV0uizmeDRjMJktg8XCkuHmgzb6ioCBd2KeL9SW1q5lZOE0m1+kqNZS7Aw44/br3cHkMBEF3gL9TNpEw==",
				"shasum": "b582ad34b633ba4e3eab7ea702306e8fd15c55d7",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.7.tgz",
				"fileCount": 26,
				"unpackedSize": 93994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeH3jNCRA9TVsSAnZWagAA1YYP/2edneIHgKx2YmYvsHoC\naAME+FAavoJN0HDMwJb3NytWQ2o3wDwz5GECuKuixWf8hC16CP9WtZIsr7b7\nExV5zTHs0hYfgqS2N07+Lz1Tm95nByl7hmdW5a9iW4nUd9PU3/SM/+71NVr2\ngRCm5CSUrEuSp2iFnIbHc9KCoEK57aFEvyYL5IeBwKYRGCYaPUBDjJ3800Ly\nzGSuwTtFDJFRb7Dz5o/1M4yZE025cSC0YxmbsAEIofo8pWTWyKofQFzyb5mR\n3tYug1H9ks9HSgTNcTCnM4MvzV55YlV7yX0BnYMhHv2pjhDYyb2jFvF+umq2\nwV4Qp1uFbG7LGrGtG+GpNs3GtVwfbDocBTmNPpWDQ5kVUdj2DfnprBtx/zi1\nlKg507yf3jWJm3Fwp9VwRI/c26PO8EUGdfy6gNKitJ8H1jd8BiHyMwHRrl6U\nRn8sfHCS74yu4GwPS7jh0FIPv+maFa4Fl4qKMyZ+UwjxQI5q5nrIto+h+t3I\nZB31EzUjdavxOwe/FEpKoA1Nmp5Km7DsYBWezqafu1EDeiL2xlp+0U9W8Pko\nAy7lGzJ4AAf7J11Kar1pFTkmw+EESa4ZGTu82tR7uu6E+B2kv/9/KHvyW5x+\nDo2ECCG81pREiP9ltEgzTdujIfnKQizLCh584Ltp0+Vup8/29UlwA3msoeKE\nu240\r\n=YdWZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "xintong",
				"email": "xintong@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.7_1579120844328_0.7569186918791715"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.14": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.14",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "d493af4b7b771e0392b77fcf65f3f18b8dbef14e",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.14",
			"_nodeVersion": "11.15.0",
			"_npmVersion": "lerna/3.16.4/node@v11.15.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ULkaqmc9bAEe9rneMoJrprPox81Lj/HDzGqXoFV/QEQY2lq6inq54pKVQkfnRqSFp+W7+npeLzgNkiOh/e3F9Q==",
				"shasum": "6f86bf5ca7e7a929ffbb8e989c43dc062509f7c9",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.14.tgz",
				"fileCount": 26,
				"unpackedSize": 95994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIVJUCRA9TVsSAnZWagAAPa0P/0CHS3gHuZm5OvXrmKMl\nQIwiWxyoE5mAlrzRkyYBWfJojIEW5Wlr26sA9E0r4haJq3lG8/RoQaE16N2Y\nTH1vTKXahudapeet6tfO4dDSAzcyaBtwkZPmgH7JUxzAmP0mqNv0bzsYMGcQ\nK5h+SYpzfeqTYxY+YTz3dgr7mUnWoK+OoZJUswmpkXoltMfINISTTPFEEk40\nNyhraG+iV2bkADRrnejUAy3sHKpFm103cKAeErO8d5Job+ouh1UiwStwV06w\nV1ijPyI2tQ7/VjbtkR8uFuOLlgeSOf9TkKVwF98/3qCCkyLOEuFhNG/rcHr/\n7YSD1iOG9PSKu0zH6TgJK+L+jUQ+NMZiqXmf6FipY1IDZGiA43RUsSVjruSn\njycHAN0GOBe0ATo6neX0yoz8ld+5tZ4hLchtH0paL01lB708ue7i1ubi445/\n5wyXXoRD54yRbIiI8bnUCMNp+ZvLtogItv0Q7CGo7KAUakEz57TWk59mu6g1\nPOP/dP1bD44hBKdnzSfacjUpePE0aagO8j1d6ju+pNDDhc1XUstIjezt5Q2E\nGmvdy8yzo15CgO9aPyU/zD8JE8u2l9fvLCEuW1ERdEFOt7noCH0c0XSmONtQ\nR8WKSCj6HkmCgKZoQyGjMX1jf5d+7+4TGgmerPDFYbk7VdIgutFES4OLM7Bg\n6kFb\r\n=sKx1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.14_1579242068050_0.10141238874449332"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.8": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.8",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "56a5207f75e0a5ce4ca9c68be5e4ecee96615a8a",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.8",
			"_nodeVersion": "11.15.0",
			"_npmVersion": "lerna/3.19.0/node@v11.15.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-EAZBoRZnc0eIIQjDxMApmRbZpOgtb+bsaRXBbLS7nuAophyV+pu7+OOADm+Ed9muhj3lEJRb5kiH3ARNZe9SWA==",
				"shasum": "561be24cf492621878a0865f6b257ba1c392249c",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.8.tgz",
				"fileCount": 26,
				"unpackedSize": 93994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIVXXCRA9TVsSAnZWagAAMtwP/1X53GlfrsCk6y97h7Ql\nnbyWZ+oqPiYiy290RO2J2y7MMOq2G+9zPgG2PrECe6JKXz2cIQLTB0PUiPBc\nhy/xE0jkqzF7rnHDT8mbBINNLkFNt87EAM0DWGH4kCnRBXw5Skb3iH13SIo3\nkVHVfFz9C1LtkxU9u76Jqp6qIrQPrd9Bi+cQnqp3oIsyZsna5wB4KoKKGkzC\nVRvaT4DNj23Clb/8JCDRC4jLSBWgHgvXzNNmIz1axNm3VQ8fJ1jIUpTKouRh\nLIj64NZTtHpRFPy8tM+8flWHhCUxiuhLCmIwpLKmsgECTh8iVYTLJU7rT2mG\nyrypsxbkmSl0+YeRrY9lbdX356P++0SmK7b7/2VpASE5oks5yn9AZmxhcLlJ\nHbdqdyOxtbIWi9HMYkX69gtRIJvXD+Kj46qpySHg5RejPgghTl5PvEeBYDuk\ntuNgXeVUaRIHFLEZ+r+zwl6bWadX8EBOXzkRRfTZUgs2CfXtxANBCjTRv/E0\napZaSegDS05MDEtQBZyIihqnwFuhFT52EkBe5NXWbjYDo92SFm4LJkN3ocBU\nX34s2uMMOAr3bMQE6u7IMmCHJ7GWo8jCoGYPKdfAfscrOm6+9LAGdoNFwMtb\nG4/+km4MFNbaVL1j0y1df99tSPl9asbcaevAhRNak/pC+KuMBbKlaKseJOmj\nGmp5\r\n=86Fs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.8_1579242967334_0.5071922721136823"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0-alpha.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "ff55172e6b3cffda4a09514850cd3c7f1b51cbc9",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0-alpha.1",
			"_nodeVersion": "12.5.0",
			"_npmVersion": "lerna/3.20.2/node@v12.5.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-UGcan1mfGq037c4kzt1syL9QX78S56mhJ8Ynf8QNdGvqgKL7kyweWTPISDW46osjOM1NBQmrk/uVrLKg1owWUg==",
				"shasum": "694579da02f32c931d5f84714787cece90cb8f4d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.1.tgz",
				"fileCount": 26,
				"unpackedSize": 94002,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIh9WCRA9TVsSAnZWagAA0P0P/0ewQDeWSty8zq/6WjFQ\nBrNpKz8afmrU6DhuAgVGuX+mq6+mvaP7Ua2DdSYIHUr9uMvzF5fQ1uHIEv+d\nwoHqZ76TQB+dKvmICUFmhUFte3bbAWIdwJPyyS1hSly18VuS6BxzFM0M61R7\nQs6Wmfdwx9e2jkTFllzqLtr/Y0Xz+7qqZBuXEdXh0sWvQ0pccm2DK9CClheZ\nwfDzxR+ke/Yvg5GscFdPCLL2sGoDz9IMy94xSLEktIBP0iuyY9FBt+pP/Ogr\nkkZCbH1ecJ/QuLznI1zjMJ8Y/VrbwPRysSOXlyOcvAI18v5PBHFrHtMTDHH1\nMB4M0tXVhaMc0vbraJZqRLjbisQN3Vaa8dr1N49Qh71Hy5D3ud8bGALLeyhE\nMPbnCusPtwRHxm6Qgim5bKZn6a3dxXguQzsksSYb2zSCY/Y0Z1YCOY4rbOAx\nNQPwGZBcKkxoaCemox00x+rqG9jP44pf+nc31RkolIsSe0Y0ZDolBF+QUIed\nwh9wrZv3WBUEPP5ZhKarzZYKuQeUFCqmf3U1PI2WDuFn6jSbp6ByUsT5MSE2\nTxq+5V+zdcD2gdRwuJkiAc3k/JSoffvadC0FW6sJgtueXUQA2Wc4f8iLCAZ2\nlqoDdK7rQ+7H2oJnlYV5xdL51eKsCdmMGtwAqe0yQIhoZVLOoL2Po+6ZPwzP\nvmhh\r\n=Zu5r\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0-alpha.1_1579294550275_0.4442799448064694"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.9": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.9",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "4d4fc1b2a44f9982b7d5c60c9055b33e56dd99b4",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.9",
			"_nodeVersion": "12.10.0",
			"_npmVersion": "lerna/3.19.0/node@v12.10.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-QTVmr72ECAgZ7buNyfMk+IadxTGKfKbVbw0cWBbDWXOGKp6DXqH9sh9SPdwoDddgkJa6Fht+re25ok8NOE0/bQ==",
				"shasum": "f56dbe5d1a1fd3dcd5f7dffdb7452a152060b1a6",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.9.tgz",
				"fileCount": 26,
				"unpackedSize": 93994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeI6n4CRA9TVsSAnZWagAARTEP/RnGIJvlntwdE3TRvOs9\nzmGswdVVEKyW1OrCUx7PDqBaRKgxYLA9j4Z20aYdz3krEeU6fZMFDRBtDktE\nn54EUam/BnELbi7Ojpjvb6zYxCYDC8UfUG7YIX7Xl24b3lK3BNTEya+r4f4c\ncQcozscMUlZv0j5bV9xH+98XfyLbsYjItQk+xvdtCpYtGm13c2gHEEJ0QFWH\nVIHd+cPsS1cJ3jYAzxnWZ4l2CZSS9itzDEUP6mWbArjauh9n52IJVaemX6Sj\n1gLbgy0t3bpfS30Nvpk7x9yjofBv821dqj3MQWlrxAdK+hWlynUv38+pbluM\nigHXvFDXXpInoZ5p6G5o2Y2Up1goqBmsfUQNCNFVQ4EKdUo96tDspuJPQv3t\nwf4c2D8UkqZxAChwDlMPaZBMb2elj1rVp99zz3ZkZzQllZW7788zouWiqEdl\n/WWVb0esU4pqTTC6PI/hHoYmM74IYhpLB4dwUPseugNDDVgEI05im61Em3E9\n0fr6r/OdWcxSOr/FoRYAxnqd0+rXZ+hWcYvvMAzHuUSD6O8fdkRyW3gIlAfC\n4BGw0cBfoSdo7BpYStP3gbKuwkgg0rUZtC/afJlPNbF7aq9aDAwRm3MOGQ2+\nMmwVYgvm8DQEhGTRWMZuhz2ACvZM3I/n5ri5CLfpUm0iUJAsUEeih6PQ2/e5\n+7bA\r\n=qjEr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.9_1579395576322_0.8040771018408939"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.10": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.10",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "a251b87ab621a6110d9f6cd0c0249b5f3f6adc9a",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.10",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-8k531VRoFtLdCown3puHNH9we1zFu0Q9sNVBP1JDykYPryBegf6eMo2FhMWC+OIpMRjyecLbNUNPWPx5TbBu6g==",
				"shasum": "15b3dc2d217b425455ef057cd455aef7abcddd35",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.10.tgz",
				"fileCount": 26,
				"unpackedSize": 93995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKdgICRA9TVsSAnZWagAAvCwP/RmisElGtb4EfbynbWLn\nQ4tpYccxgl2a0QmY1RrB97YqALvyuFkVqDQvG1SrRKgvQIqLnkMtKWdilAJD\ntuGbFy3sV+ONIFpnt5drajf3EV5zow5lT38FmVzemVJWdvE4ZLQA0ZA3zMnR\n22phKUhtRag4Hx0Y9Qu+FUp8uyuk3H0kZQ+kcgOKaNKtFWrvfOdCAZ3kGwjv\nMuHYvFHXKQ9zR0U2Y+Sx7yGvXSs8xhw5SKSZCuiFZyb0+xHqEDMKzPKCjgdj\n5sTm2YPte69Z1oXJ3A8XfM6VKRtQT6rozs93gsDW2rag157rA1Dlkjryv2/q\nbXQJ2UQWZYMrhJ/QfqllutR9JEEPYOs3tB5hdwgsU0sQUZx69QD3TlBuKiy9\nzfneCmn2v/pgFoscnC+8i/NODFq/tJZbdn4Ks15uX1pUL9iQskwumNo3CrVi\nYTelqJdgtuepNjZFc9IK+6pDQa7VQMR3h6KUB7b4Wpl+6JrCJz9OJs4lOHhY\nEthxRb8Qx2FSPSfBP3sit6M8O4HooutIoUpWZoyEhqRDFgnizx+9AAaZyaRS\nDLptIsNGMCNyrLNQdIfJga+LxLPWeAL3PBVjpzH7nr9RNl39e8/txavDS78c\nMlFN5sMO2UKhHmMixLYVkT/HOnZv5XGtEtUPqV9J3eu12OuZcmOzep3Lk5lL\nj7Qb\r\n=r+F5\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.10_1579800583131_0.7861237864244159"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.15": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "7.3.15",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^7.3.0-beta"
			},
			"gitHead": "0761c0723c169da2a5bc145b71abed66c1108417",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@7.3.15",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.16.4/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-j/XHYd5OJgO9LSpiYWZN0K0VZfYKgGD3C4rRQ82zgOOgYfEtw6Znt++/kwTkLwXbIShO2Y6d1mYti7uQxyF9kA==",
				"shasum": "738bd47d30407efdf13e49c271144b0c6636b71b",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.15.tgz",
				"fileCount": 26,
				"unpackedSize": 95994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKkGoCRA9TVsSAnZWagAAcvkP/jyhlQDCrTYYN0Uv6yh8\n42z3OUcgDzj5naTl6xcevT91LYpvH2BgxCYaz2TF1m4nYtiK+fCimwKArbZx\nX8BK7Q6bzGDl6LQUKLzLa0tpatw6n/41PlHretPogEiNvTTzj9SuSK1oskjr\nKSp39tmTPSCWe9EqX7WN1OUpzbr2T4jWZ0tw35tRukeu60u6hurStegpjMLO\nOW1i5YlsudrejDX2LzqGeedmlCLs8decrxeuXOrZpMa4utSpyTmccL6h0xSb\nsE7C/DGn4SzslF4euJkhAZOnMzj4KZ2UhpeC7xPDD47YB7xJ57B9lIkaq5SR\nQ8fLF/gBcGRX52DDM4Z0P3UbmBAw6zlUhDjTREPcWoA7KQ/2fipzxGeQGgRY\nAoKFIPWXDc19ZjkSpcgAaDFY990u/05E1xDOumodFYPhISHGmikTuleYuqEa\nBZtgpJX9FAVgTKXlOGC1XOgVSy4emNjlGLJ2CCZt8DBL2yYBKd1K6BJLKjuH\n4b9tb5Tft6iVuyndkaTN+4UXpKQo5vWjMqEpzkzEdVHYXeCEZdEWDGqR08DN\nCo22qc4UbNDS5C/KE+8Ii/j3Hs+0Y2M6QFr3DLhREmBCMfPSk/xzh+LBuaqk\ne2xiCBU9JXU3+vRZkXCBKpOKAJpx6X1wtPJWFa/01/5TrmDJdHo1sW5yJNjS\nIYKP\r\n=d8O9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_7.3.15_1579827623564_0.6501429139499741"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.11": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.11",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "0dbb58cb673cdd4a0cb8c9a8170d7389f1539d3c",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.11",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-qiRdBCfP2ZhfQppKKPiFBCY0jlmlaV2RSLKbsp8lBl40e/urh00h4nvebqBZ+pOglEeNowX034wZ8c0dSoQoQg==",
				"shasum": "0d75cb7c20ba755a689c9bffb925b6a95ded63bc",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.11.tgz",
				"fileCount": 26,
				"unpackedSize": 93995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKkiICRA9TVsSAnZWagAAFc0QAIJiH9fVIHaD7MEbbImd\nRzmoeEXZMHqgM7ibanSSk5vA9pA8Ti7ngC5ya4ykNbrP9pVI0LPuqPiFZpNd\nrcXOTWOCQgqdGLfFSOr6OpPhSssJ0ACpwFRqXxaBnyR8WFmSl64ncWDKzktZ\n9aFWNceiVviffiLg8PukWMip0VXzOTBF6pC3TjW88/qBxYPPIFkbxX0zd+n0\nO8ueOEfZq51HBpOC5MgtGobdAj70spVhFTeqgN3hIZARQrWb1NHoyFnrqry6\ncZm0v2IWPtBbBObWy8seGKzPL25fVQeWkm3vD5FIVVgcfyKmJypas7Qw/JHq\nILC7MStTr8nbn3s06DCeERZkiJPbdXME6RWSCi6GcnV5n4tjSAHwyvvgr+Cq\nBO8J4XXarxo2kCJypS9HWvp5AbBkrretGenMzHag2hzPqPe8x7rDyVgOlSy1\ncD5GOH6g9O5m6awl8jmeXYGGLwAhs2LHj+3jAlBHF7OGlnsNdm1gQkgSxFJs\n0yHIjBJocIf6YSS6hYEt+4vFfUU2qz+fhmc/RtwPLGkfQgqiO928MivQjn9l\nRpajlMStptRc3Ggr2kP65cTCZzbmd77599sz2Qj+7TY08vEmBLLXLaJE9Hcu\naksbElcM4HkuuZhs2q4Ori2itri3XAhwuszoY2YlLkYMUKGWOnL9is57tF2F\nQaMd\r\n=aOVI\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.11_1579829384008_0.40339724691356693"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.12": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.12",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "d2d0818deb3891b26c0524e52fb0f7a0ecf0aff8",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.12",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ZvmnnT+vARgQhvVHnblY/ZRLtQjOjRTVhm/r3RbZ+/D1/BqMMD+DaBmjC8qzckNgn7MuqZPSOrotViuFYm56Nw==",
				"shasum": "7af8d64d6c615881beba554540919a9d52a64097",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.12.tgz",
				"fileCount": 26,
				"unpackedSize": 93995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMyFcCRA9TVsSAnZWagAAC04P/3CWWZw2aMz0sk8bymeF\nEdKE8vchdwQfTb5GwY1TEeVnSqbGBQorh+bMg0W2GjO53AAZuDIKEM8yTlr6\npq8FKOBudG3mN9azoejuFHCXIvphFSuzcYN+4JKPuFZSgVyR+mgh+y9y9cVA\ndvvbEGR5lruyZllpNMnJpErYnToIrOUxSuBfNUE/WWD/UuuFdWja6V59mIpc\n2WBZrJZYDWOKOmYnWoewlxtFGBcxwra4IjS7mA5cTYIiTmBbQfKfGS0dkd+j\nKLvReIXfBWNh5SdouoCVS2yidPlNPbQ9bN4ZT2AnlCFj5JG6+DpzHOuT/bSK\n4kW3UVuFD60vfYG2mzhuUQKcr/7fKec6feF0wG2gjFWuS5gcg7sNuPuBtRT/\nr0BQisctu+2zbkhyPmhs+7s32AXHj86AJKHivm5Ff7MsUsZgPIlKt7E+DAmL\nElEs8Dzh/hnPkv936UKe+ji5rNbDFzc7+uSfHR0sTKN/VFqTnTcFPaUXW2oD\nMIYgmXja7LLYGB1jQVpaiX1imdPZLJBVfBGiines08xkKHhuWNXTQNrVLSjG\nyi9PLOZVFGD3MgiVDUHZvhB07nSLFUcmrX4MI59NeCoOdyeaqX9uU5Gt1pTT\nFDptado+2LUP//kELnWCAzKKT61OiDso2UAFHCJIwPNWgv3Dgk/FGd40h2TU\nipgb\r\n=u3Ye\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.12_1580409179723_0.343544349619876"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.13": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.13",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "e9a23fdbd6fa75969080c051dc29a0ae9ac9d08a",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.13",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-pcprRa0J7Bo0zCZ32Q9EoABC3RRicZOdoS05znES/njFWtQ8p9DGctoUSCGMDJg4q6T7kI9wvfte4zI5V/D/8Q==",
				"shasum": "6305bee9fc10991421bc98914c8a825c9f99a72e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.13.tgz",
				"fileCount": 26,
				"unpackedSize": 93995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOen7CRA9TVsSAnZWagAA/6gQAIAunaX1ud3eZoLAj1DO\nk5iVKn0vyjOaFy6xGxnre+Q/QdYx/ineis+zGBN2E+x80jn8bRUWvE9PIW2E\nuj4/GnXNRhzZ5jc7cwTTcqfjzPxaGqoy1o0ZF5ZSRVy2J9S+JlLkyTZl+qyP\nNlZxRdXNQvE480ShgSI2qZp6Ytwdr3eh1zAC5WTPZyQW0s8vr7vbnQ9Rwcij\nTrN8gPEoASSQDM16iZZdw4R4t1z5QIYWhbFcoA+5b2Q2lvK93vaQlh74m7oc\nKDR88HERaJCnK6rQ0gQMSikbHeUapixQ/sNTb2xKNYpJ07ptk9C2veUMWhTc\niDVHxofuKyELlzIKkVBjezlBmiQMkQuCgq306EhWRSb8cj2Y4Yfvs2CN7ulV\nG/x+U7LqbexCRKJygP9xfukP+Bh2Fa82pkPV6DcV1K4vykPjuiSYECQe7GDg\nzLDb9KPhpudMQd2h+e4U1xZByPqka1hWj1zhwB1VnE4e4OGfdatDtTdIqqHf\nsQYwL2vLQlPfGpF4ZqKLYDqHQS8jljMiKWTh14w1we3wEZriLOIbnLRp+NWb\nqqhJQE+K3mU3g1AyXK1o3kZ9XV6ILxta0tPyEUz9Dj/I5qHeEsUWuhGQfqGn\nZJbYMeVDFTvd7Indg6Ap8oLnNdZCXtpw2yaTcyrjP6C9YKx7RUpNK8CVHa/G\nXWjv\r\n=kSlk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.13_1580853747099_0.9926252317488773"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0-alpha.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "93c78f3ea32b9267c0c6f297e06c8f7378c73882",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0-alpha.2",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-uqEkbWkWjqRIvduV7WoGzy/wBZovahRQ6FzyDIfLCOuRK+NHKxbkXaqEN/7D/UWS5rzW4mfgSGCSF0D4WRROzQ==",
				"shasum": "f6c600bc9fb622799b82f1af3568de4f12dab23b",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.2.tgz",
				"fileCount": 26,
				"unpackedSize": 94002,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOiNMCRA9TVsSAnZWagAAjcIQAJ7NJsPGxExPcGZxf3kU\n/fSsr00OZIqHbdymWOJRaPvmVDinWRbV3D4MHkdGlTxNdOzd95k23XzDiozM\nMnF5wniKYQJDNqly1h8sigMceCRy0JoTTGnrxTbcSVcNslOmQaQvY5ktRpCf\nlch3cTmF+QqCLV/lL7vCHj5KiO5GkU2XM/IQTOtZWJQpE2CBmyiiYZKyt4q8\nsc5Q41ZtCZVoLjVKd7RZkPBrxtFHxR5ifReDV+DLJLNWIzn6hLdDTiY+XCBT\nMz71C9V+LZSemArQE39ZZB6Hg+Wb70ViKRy2g56uQiHkP+R6Ok6/8TMa1y3Q\nUEPqgBu0Mzd5TR6YMwlgQv+cyyp2oOYDElmmng/xiOzH6JDC/pO1GjER9g5z\nXAB1IMLKyhksFzrGFzGIaOq7147f8AoYi6EfJixJNKpHt8GzBTUqDqZpVgEm\nERTerT2i7yZS1z15S5pu9BLrCHfVP/ghjEcDHtZvUqyyrnopyYiFRb4WQQGX\nRYeXhBopV8FRTa178ckj2etDwQ+MY2diwBMSMWBEW/Yn1ZMdav6R394H/Lma\nIxmsrkG6u/Cul0zSJQcaHZghGuDNlgfpE6RGOcVspwMKA7s9VSW78fsuqPQX\n+h28OrTrqWNirdZsR8y0Ze82sG61MzUgIjJ/IBOUqAUI2CvAis9Ls8Ouyfu3\n8TCN\r\n=Qht8\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0-alpha.2_1580868427562_0.25365153846726396"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.14": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.14",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "21b48a6cbd5c6235ec39e63041018660353d2e2e",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.14",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-33GTq7t7pauXvlARQ/B7BIkvmP1l0XrPykbeMQNBAxxzwwcwN95VwmfuIB70zCk8Ixcvy7dXfAamymhndSAAKg==",
				"shasum": "e8f20fd5ffb906849fc7f5bdf5c2b73469eb694f",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.14.tgz",
				"fileCount": 26,
				"unpackedSize": 93995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQa0gCRA9TVsSAnZWagAALHEP/0YyKPWIw9L9gqzFyIp4\nhUv4ET8qR+MtbNGq8JUuT/17ZvX9ZDdloOCUXOuEOu4+7lB6Dw/HiUk4jT8f\nskX/CT3JdFPdwm8JKIedApr4rODWgwoUuwuWf6/oToESlQZj32Hn0J7xBlCy\nHNz1ki1drC2oa8RduNSf9PFsz6eYG+OW3AtlH3fuvkoyytFXhwi4LMKlskox\nLFq42CqLwwhNryMievmp3ZByWB9x97EUgNdWNREiZD6+aJjMhGPsyGQ3xphy\nPjJqiShCPbJbCz6uYExgKHBqEOIaDixchg2Ibq37iumYmxdl9kTPTyjQRtl/\np5tNMrmmm7F9DQrq8yaExQn76x761PB5MUq7qkJFBal3/LN9HWBPFNJlrw+j\nZZqWuj/LJcflSb2/9O7uJzQuNYQlJtNbWkhgdKEgsIzWEG4cnmOxDbBiJ8rY\nbr57wRwYETQH4824DXXsGfhb+OKyU+1ehjVtzdVQ+/rav+Q31DkZAzP0LXBe\nZFarlIEmo9ec6HyKcL/lNmPJOPwwSJqpZcUGqOvyu+DfuGNMn0KomgAazmPg\nMfEMPt418AKW0h7603KFXdn1fCp+MlZMGNwymHRovzCG43+7yYTx5WPpWW5P\n0IctroSjFZAufpUZ8qCUHynztlviNWL+tPY7wIYquh8MudQRCccCtbrKsdy9\n65D6\r\n=zp6c\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.14_1581362464002_0.6731514794113895"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0-alpha.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "fbc8c633774ba27f22f3b1c85c19202f47da5144",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0-alpha.3",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-QmRgMZgREws7oI7OIJUXFtGC/L8VWdH4QSatE3v4oVcryOpvy0W8DSqXBLQtNHf/E3bRwS1Q3p5bgN52OZdmkQ==",
				"shasum": "b08027c2348247c23c17bcb96b4b736b138fa202",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.3.tgz",
				"fileCount": 26,
				"unpackedSize": 94293,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQwrtCRA9TVsSAnZWagAAAOoP/j78V3VNmAOVI3ol3YqO\nduuVAU5ilFAlEMl5Q5w7YKjprX31WaPr9jNFaJBPwDiNnvJcwd24QHTrBVX4\nTp2yZF5Qc4qcP9UIYbMewaX6llajFp3TqA/wan2lg9e0UZymwnvP3fgWAEuS\nXIP18wfJFZ7WySS8wZdlmfopkKFgTW/r8coo16MOFzvypYC5ioXV5u+kOMuu\nMdTgatbFuB5aymgpSUPBRONo6qNrgXhZ2rMCi6WEsPX3Er8lKEdjmOg9gHKU\n+gAxNFTWuifbQuVUqwxJ5qEeYP3zPRq9sQ4tLbsxhQa3+bHzS0qEz6kS0LCG\nD4vNQ6e/PG25FnskVnOqzqX4Y95dzc9KAbkJv0Nqp7ThqMPP11bf+d+3I96x\ndzpbJYKy2aZtsZaBYp/TsY1Iti+oeJ+9eH4gDfIvWuHIiwy+3OqRDLWDq0FW\nChqfk/fA+4l3PsTQj2YO5PoTaXe97//ev/OjGMYXgY0zm9/ImHgxP4KOUInI\n8F2tee+9RfyoZp+uANyF7MF+4GSdi2wTSIESCVg15S5I08fYaskN5GLpEgzg\nsAFZtzv25JVu73+Bc1JG78Q/40vL93VOP86/mWbwfJNRtDKZ66GOsXlXyRxw\nYHG3mms0h8WFDdVXGZkulpdpksBux9liIXtGQakbG/5znaKM3F31wStGrvX/\ncizs\r\n=cGj1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0-alpha.3_1581452012495_0.15216809796719133"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.15": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.15",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "9ea605f76eae983426160c9141d1a981519527c7",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.15",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ykM/FjWRzFjWevnggM1up01d0UzYdzq4gHGO/X3MtycACqOEbFqMmBHN/GB4i2VY+CcYgnrMA6skvBNuO6gPbA==",
				"shasum": "73c42068f769fbf3dff7b739e5c81baabfedd74d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.15.tgz",
				"fileCount": 26,
				"unpackedSize": 93995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRu6sCRA9TVsSAnZWagAAVpwP/2wriD95VDPhuA8iC/C3\ne2id3dyNxm0UmiDVO9NcTe9OpGBKYt0+jlVSBjqh1h750zqSw8hCp21S3h4L\nYA8BJmdmrXG/3BV+HFx2M8zVZ9uiL8xYk42jpvRqcdTZ3xLTEQv+Hwr3qqF9\nvKagrUenayp54/n+uETr0PtlddyG391d+8EQWAG1zkCUNpvT8nkR+it6hqxW\nRsn5cIGefn4QdGB1TpemSNy1OWzWA0QP7bLWVWclNS3EEwyU+sm4HveuQw0H\ngOEP0Bq+v0HIlAJL3VtKm2W1SUuma3RpOS1+Own9rEWHq76BeGe2CzXuRy95\nREQ5VlimhztW/4mURejAei5vQGFO/rz5Ks5zi9urxpDRW2TAB+IqIb0kPH0V\nkRkfsbfe4ppQQ2w25lTUzSMj2Lbb0aCh6DmpBUUs18/MI7YxTMTVsanDfTd5\ndnzbkJm+Dp29YLty9GSWCCGmcQe0NixKvDIZo1f+Z4kQrfAoiIhzW2JmHNm5\nJ2Lc4UTq+1yWM2YspUTbbWI1BJOyxjEIBQajAIfce2spx2rl05+brRwik+LX\n0xmHr93AAo62sQEZOVjguUXrz1VzaJbDrrlEHGtkvSl4zJNgInTNK1zS8+s3\ngMBaQzbJu+0PJLBdkeKK4uxqVZl/GWYSsbk3eK0zl9dDp+XJIt720O/xlmIM\nDIPr\r\n=dohq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.15_1581706923699_0.8420112403912576"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.16": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.16",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "07b689988647d330d572c8bc3c2777f8c3d820b3",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.16",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-8N9pbshCapQDGRKlfCPAdlz9S3yYc2d++GwiMspwhyLJwH+xICtqfEdriA3l1QwnxVqvoAxDxCP18i0C4m8LpQ==",
				"shasum": "5f6192e282ea92ab9549b574a5125d83b6dfafa3",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.16.tgz",
				"fileCount": 26,
				"unpackedSize": 93995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTxdLCRA9TVsSAnZWagAAG+QP/jXp27eSHS68wbqpYfGu\nXds6V49aXffnsnP4S7S+Y/7afP+ySzgNNtpaeAdF5Q9uVDm5++aRQTY4jaiy\nx8ydpmy6rbWA2JaUPEgtB9fL6iP54AZrCOdODCnjLh1w6E7HJ8/g200dTz56\ndnQEkCv4Dnuw+lHKhvK9l6LsqS5ehN166YN//ta/FvvQJIPbtL/GnhNWNwCa\nXykcyydEG4bJ2r3JZA7bjA6Uk0EVn/a81WpOmdSZleeyf4s8WBitCGWXGdr8\nIoJMN+2WNpdTkCM8LR6tbKidzoPxW4X1d0aeC3C5M3CTDGQpEU4XD/wWf6bT\nng7M+uMhCTM+nNEPUBbbrJqA+Fv6qjAMTW7l27paBcR66hPxayTlaVNZuhS1\nvr7eoAZDX4jbSRgg+ll0N/oh90at658NxEYlmmRx0tr0VUuD1FNsJT8NXiw5\nu+d4x6pZMcq3KJnqnLu3MV7Km3YDcqbqF5r5NR4xkjQThLh1KWJG6LZg58ug\nEHPnXauaXVkLopkf+3/EMivjhkDFZhcCf5eikawwLaXAYdvGZERONU6Lz0n+\nsSHt3slJxA9Bib+cikTO1ENx6OQUr+S0Oqm+YbFSI62i384qaBjhMsJOnFS4\nhNsIQV6XAsXCsyNwPi/PkzLuuYOTApcRxWgv0Mw86WzYD5ftMfOxMQ5LoVR6\nJWwW\r\n=uJko\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.16_1582241611237_0.7630778873701956"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0-alpha.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "d569e25c445a6b5cadb63514ebd31ac782279529",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0-alpha.4",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-dCZCUiuqassADEbj11YhfTqS8mZMCK3AV2r9In0lZp3q5XLC75M7QM8zLgM1Xnt/vAP3VCXdfd/U/ayqu0j2/Q==",
				"shasum": "bf1cb43c164e6735b8c680de1f71cf51262b1e5d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.4.tgz",
				"fileCount": 26,
				"unpackedSize": 94293,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTxziCRA9TVsSAnZWagAAEEcP/AysQDcEHzjPmUzYnPbJ\ncLy6XdR8Qnz/+wRChJHWTk8zQF71U9cb8Te721Iv9CRh2eYdzTZKFUDaA7qr\ncnlh18tX/pUfNXcP8TeGLmAjd3KDXVYqysBEx+2aljhDvlJBybS3+9Bekhw2\nFrYw7W6aa+VkQP6dMBULQ5R0e/8SgHykhfNQtM4pIzn2iMIPhkyitnojEUUL\nh/Pv3jWcex8Flv5FcHf/3VXMDOaGmbcAuy33RvKxadXn5QeBCxHY01ClXyZp\nUUcKtEb/fKPQ6nTsZbsuiuqgbPEZU2ALQh+6sVOsIb/KNj8oijEtj7/MFgCy\nRswUfG8DeIw554PtcIvLH+NHS2v2Pxf2osBMccCU/lYna4/RJbcklfDLJLwH\ne5FQeSp/O+EqghzxigzmohNUjfW5EUZDDSsHHaLgaTpJVneabCK3+VyKuWoC\nP9wxtJ8tBk+8q+uAiBBmUtg4WMlsAKfUze/K3Dk6AXaTy0cWIdW7mnFdNS5n\n6dfi6cD8lfXi0WC6EfNtTD9mfq2Xvp9Q/Y/AlSl4TbDfV4TKgKtTlnFIw4JA\nSGl6To+4s7rmh/QlYNB+4faZkTa9bQrDt06d4zvJ8UQZf0k9SamBHOgJI/4c\nuWKCZZ2+ZPzvHuA1Os+24TvYzJirZu9vHEWg5B6uSB6IpaxDtuRFAuRgxgWI\n0BUD\r\n=QNk/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0-alpha.4_1582243041543_0.22140479834039284"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0-alpha.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "4ba349d536424d6a612c92fd61493e89aceec8ea",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0-alpha.5",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-li8cDY+4VWxfJPu2AyjKAZUnIvO5+ksM+RYpVROvUJqfh+tqGauRUvwB+pJEXVBtex1OFHwfevr/JxUHGOVkVQ==",
				"shasum": "4df40138908472cd501dc7d2d0e05ee80767aeb7",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.5.tgz",
				"fileCount": 26,
				"unpackedSize": 94293,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUWGpCRA9TVsSAnZWagAAOv8P/RPohzmAe0SXEkANHLxl\np5ARj+4ihqZTn73zF+yGHIebAMgLlEvtdozavkkj+Cf1bqyNqfLSVGejS/F6\npmOqdZCzA+laYxBYzbF9HrXcqZgJOG64/w3NXCS5UTRw96uLCMK4FOC2CGwK\n52QwJd+uSpWteX3npLA8BXzD0qusgahlN53Z5fL0ICWtU01yoW6xA1KhOtTR\nBowApV+kRVkXRhO0BoXpXCT79VBQ6ZjPuyE1oDgFbE7EdEwdEfKuZnRTXk9A\nW4W6iG56ZAcjCiClHQquv2mBIIc+GUKTYwR8UujEHsvn2SKtzs7Cvia7i5wc\n28CbwOYm1cNZpTjoLgeAs3qWuk5ZgJ5HiySyCaKulqRPcT2w012zsZlLNpxd\nls4P9m1wcD7/FbEbrfKi5de3bPqb6AifeI+jEOBuzjS8Z3/XZbtjG9dTryn0\npuBHYcODGPqJhwpCXbN7U9Sw0A47PV6Cf2p+RJ+qtkV0Ai+ewkwotnlpup43\nUJrTwTxQoAZMUguclJ7g/2vCm3hQX48iyRQ7v+8c8yIQ12k6KAM5sNcYLVax\nyEpeDuo30blCbfldpEPTIviZYi+5CxblEIyP61930Ie94jEcOah8ltSm4U5h\nt3O9MplllkT8B3fNNEUeC3YZwmY5VSsBS1iMvXVkwSWJkZUjTPqUC984JHg3\niwC7\r\n=57JF\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0-alpha.5_1582391720623_0.10786878064228822"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0-alpha.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "2982aaceb499923095c25140bcfd4b7cc95e292e",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0-alpha.6",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-m3Sen/cbiEP7trC7JmiRphQWOIRD7mjFfZTjQ7AWvKiPuivr/23ET/mqDO0a4LxhYFZmdXUfwi5dUj2cGk3iGg==",
				"shasum": "7f778bc3e8fd68d395d4daba796d54f0eb849e0a",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.6.tgz",
				"fileCount": 26,
				"unpackedSize": 94293,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeW/aICRA9TVsSAnZWagAA5bQP/RK6HAftkLQgUxHf/MwO\nHcY2MMltMi4SpC9n1aiAfcs5Tdy/iAymRhdlLXyPhPFW0yPwP5lVb/Ga7Cs0\n+H3eKxOLIGSsOSLreuFCp+WjZapB4zpwFE4Z54pJ7hACLp+2h6rblBJG3a0g\n5aooTazHxcnItyHs0vXBep12A0nB8SlHbfqOq8twfAL39aryiPxBA7YOUnBL\nWBErBdeRPKBogag7VKG3hjR7kq6mHrgYg2Ac7WS27XiUYYe0hMWXHof0wclu\n1NvBppyVN9Q9W8h6p2WIFv3YWSECPKnNBsTw0FlvKLbUz/l+7bhQH3Asv6PU\nKGCJb0QnVzJog3umFa4sp4VdoPzOUFhILr5CAAdltXtPmw8c3RXt5Ll4xofx\n/Fdvez8vkRQosuhanEOd9DTvzhG9zwC/XYFRQGyaG/Umjfnwf55bJYSQQNIF\nzlyLLA5iiD/NEVvy421uFW3AoggqjAbwjctsBhJ8hh2odCOdBM+IjZWWvKyD\nyA2zuCXfGwhipxkb6i8rFiyX5kY6zUzA9aPBStZA70+Vh88T2pf2VYXLnGS3\n0DLWBrZ2heEZCKunU/IqmjKQbbym/Nm1QvfY4rHxion11ocetVADaYL5oVpo\nhjvPD589R6jHPStvCNth8cy/A+KTbG4NOEDL1F3CxAnCbhiMDqh7e5qrW9p+\nRrW4\r\n=Pw1j\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0-alpha.6_1583085191956_0.5405972457342307"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.17": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.0.17",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "9bdd6b7f0cafabe6d48275f59dcb7c3ba5777c8a",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.0.17",
			"_nodeVersion": "11.15.0",
			"_npmVersion": "lerna/3.19.0/node@v11.15.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-IYmqmPVY6Po8DRKv+Px/+zLy0BeZQdQkCjiMLqmt9WjXeAUuV7+rDpZfvK/QckWoH97unZmsZAzy/vFcfGV2xA==",
				"shasum": "887ae0898d1f1aed3863faf342b64635f4ffdc43",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.17.tgz",
				"fileCount": 26,
				"unpackedSize": 93995,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXwSLCRA9TVsSAnZWagAA3M8P/2xEnJ8veDbJZzQuXLt4\na8GlzcqnQwVbhNtZoXNSD7YodVXpZNB/PcLDEWYYycU5m9Z4Qi/ckSl6mQd7\nB63Ge0gsPdVAKjZv/OkOmesA9fuWCpH4+9uJCYmzEwvyYQ5G3EEQwLHO1Hn2\nByHdonqhMv5VjZGQ5c38FNVfArAA3VEQeHMsbzV28/WvE8o8TW2cC9DEYFQ6\nd5zwBYzSP6wXOZc57h9uDHzQmDwPBFcaWb9JpuIAiUCACSa97LANQg2xMkBI\nYA7QhICyblJbrkVV4yDn1IHGdP+hgcqor0dxmnpOntbrMGSn3MUdpeicuJ2I\nuCKiFn4UMfKvLLDGs+S+D96O8mT4JCKnyd7OnDiQF5Eg6II21Xa3s/IXTLci\n91nOnIkzguBme3tn+5zFwsgWCjNMxElWRr+vsqldTEkpiqaa8TIAXDRbaBW7\n5bWAFGGN+qvHnAWuMqa3dhiHIUkCC7lOUwm7RzpjYrQ5IuoAiAm6JrMk3Xsm\nTlHynq7dsQ2vlFjJjOGpvur9AlBHzc5Wq+KY9TEExO7bOqXEqd+Zaoh7AOCK\nxRZlrO3tK9MyYB2MHWOIw2lPC82+MfWao82Z94iW28m0ZGjFSGLgTzD0Rpa1\nvSrGUnIOiRIDW3fCqzS8Y6Nxs54+Cd6rkGVANM+pUKbc/4/1vo2TfBR7thkN\nyX80\r\n=NBWk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.0.17_1583285386919_0.9722170195752404"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-beta.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0-beta.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "d80e819f14e0f46cc1a91782d259ef390d6baa6b",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0-beta.1",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-a6EQSYt1gHOPkcbTsZDZzwOl+BhuxFLVfsvHfz2M8ohs7woE7zdDfrF9RfGiNvUr5tIl0Tc74Tt0Nd4sPcbZkw==",
				"shasum": "363a9681bd3439d2f304e751b937aa1944eda37e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-beta.1.tgz",
				"fileCount": 26,
				"unpackedSize": 94292,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaR2cCRA9TVsSAnZWagAAz8gP/0XzAsVAAtJeglAPU/OH\noZeE+zPHY8P6sPDwOuYlUsWOJwl2T16AqiK+/uETmiCTizl9ryL0/NSvJAhe\n4A3UOGYpuftOTdg8mf/LIUJ/WH8MLJ/glc9Z7758hb23PDyp3pyot/FwgXz3\nizxvuULjdYQN5CgZOFDwx26PIdMrtm6U/CGGgZvkA/qK5Q3ioolmxj9Hvjoe\nvtn6Sw6XVavjvOMAGf4/SGUGm6CmmD5Q9e5r2JG3txDjqME4fZqNYJHuXIhy\nc/EAOXCUxT25AKB1JYf7rKKScLCluk3oBIoM/lTcUxD+Pi+Af4c+rF6Ay5zP\nw1pPKS3/oF9yncmRF56UX609M/PykzPM5olqUmu0xihLDMpDoisDVeeabgUM\nfLhEH2mFSDbP8PWcHf4CU7d3A90QZsKcgAD/xxPzVxkXle6/vhXXuD8hbcNl\n8tPpnrQW/7IvVdBOaHQYHp0y2cZZC1LyHOMznzj7PDz8EbdBzlgOwBIZb5sw\nIBXCMSI8uzK0IZSJPLDQ95TFel7PqIzFKBHE8ktLksSmMm/qCn/Aud0ckHfU\nqXup3hyVHTnTHINgPwRgeRezeGhrbWJ0xCX8gNFtItXEVAjnA7xodev0jZdD\nXtUpDVTl06inrAgZOVitKgZQrJAwILysQWM+PhP5/xJnrzpeS6RMcMMrjwOd\nHODo\r\n=tj5Z\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0-beta.1_1583947164352_0.9492338563721343"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-beta.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0-beta.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "ee68e0ee4f178fb01e1e3c073ea9fcb498cd6f9f",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0-beta.2",
			"_nodeVersion": "12.0.0",
			"_npmVersion": "lerna/3.20.2/node@v12.0.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-fvPyc/gqf/+T2r4Y/8h0JSnWpQOIJ1OM2JO4IdFBil6/cWxuxXjzV7EO9uXfpiRBwSIArEgI14+oCSUHIMSRgA==",
				"shasum": "a4d04502a1c8cd3e7658f3c0fb7795aa1dbcdeb3",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-beta.2.tgz",
				"fileCount": 26,
				"unpackedSize": 94292,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJea9T2CRA9TVsSAnZWagAAlGQP/iODdwLzEwpHsaPPas2b\nPbbRnqEIjCjsy9ORc1YjBWd2GqZHJYk/hW2UaR6Bdi/y8wFqgQC2mkMOheMV\nteCWjRXWzqT6F0ei1EfCvyIcXbwsIy3mMmJGWRXRgaGxDGqvebR7gj1qf89i\ndtR0F6G1C2aS5Caf4X+7UNxBOgluHamypV1+LggVxCNAtaCyuMz9llZcIWNt\nDJqbgVLIdRVPdExi66fsH2FItZfLL+slzZALlBNxIAWyIju3eAJTEdZGNQ6j\nT+P5sPGK7rzrhCWmD6ix0k+p5HSsd3sD8Xiy0/E7C2WWuHX0247ql2x4ulII\nZLX52bJmrrQyKHQmZTO3tP64npn/mCatqi1ALglBvo9RwctyBbrrgeO8IcBw\nMQ+EELoW2p+dcV6aBFrl8CtIhbfpM0naeOnDEEI4zvbWlvi9mLSY6opt9EhM\neQCF+biwlf3KbfYvMB6zz0b72F3YWcF5w5q5OeiaVMXnAK9bZj3uPvr9eZrJ\nnG3YsXKsQE5UD3pLhJpkudQhOgzKgdDrW9NUIujTPXOhgzoEG5lbwDTybNTv\n+pifkCvS3phGsVICTD5Is+mFLXBI53cgJirpQM28AczoRC8kA9fOqHPIvNuE\n+/Ef2eox1oM8HbQI+PfHmds+AGCN9As+BkalmTPg3MbcUZ7EJT6P8Jm8obfb\nmaGS\r\n=+Rpk\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "xintong",
				"email": "xintong@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0-beta.2_1584125174265_0.011513665270571405"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-beta.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0-beta.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "c424f2b8837d67c35db31c4463e49564d23a3235",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0-beta.3",
			"_nodeVersion": "12.0.0",
			"_npmVersion": "lerna/3.20.2/node@v12.0.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-G6OGrtisQ+08Gs70nqKPtY81QI0BYRLUWnRaqfs+LqEQBNalgyoD2WeH7ZTpP9Bq7U0D7qY138p/Na7xJMqFiQ==",
				"shasum": "c26dfeb18fea14282f8a6a891459b1b5169acec1",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-beta.3.tgz",
				"fileCount": 26,
				"unpackedSize": 94292,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJebDd4CRA9TVsSAnZWagAA1YAQAI5DFL+YQlNZXxf9swuN\nWd7QTX4BmyfThCFzXAozO8AvV6BLBpKrYwVsDmi1zPyjjZAgNul3zUzhuFxA\nxs7q+Csiw5+qfViVHR0jj0UytgXyt6xJAQpJqf72tRCyXY41eW5kB4fDo3N+\nl58sGm2KTqkVs0a/N44lJ41fG1VAdrZNyKSpI35Adr497z2V2wsuYgVZ7Bmw\nhPiHQgjZrF/iVMxUAwizRd84yo0fnvvUL/mmdUHh5eAoBeTzzECnVWAW/cFe\nD/CjWqOUqMmge5Tb1BokXxUJ9eNpCtvF3XKsLaAtrGDICHMKMlEkqC53+2d3\niErwBWOvtt1d9TVLDGc4HX8noDYbOcKCJKkDAU46+FWgp835BH37TvHF/Yxg\n+Ef56Gp4fzu9etd2jDN/LuU6eIPHOtL9+58Jg7tvMcWyjB3u5sSlY1vsZxaA\nenmuPlLRkl4ndBuk6KGudvhpGTzgFMy4Lg5nfmDsDiNMoxsis7m5Q1VjPU5H\nIteJSWT76sT1igz1JS1N0KmkHIFSAPPk/7d38Q6wteTzZNxanizW08e3avHb\nkqUz7bOhfvLmLk2UEARSnRM26vXwwCYPoBwxFTFUeiiloF4Eeatskw8xZeuu\nILi9YhCvcQ0s1x3EO3ePFFOVHON//oDqY0YgUgW9wY4Pz7V5WyETwaNJylV+\nzge7\r\n=jk5W\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "xintong",
				"email": "xintong@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0-beta.3_1584150391578_0.926681701466145"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "c39b8ac3720e388099a1cf21268ae600fd030284",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.0",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-0WlCvHmYlQyMBLhL/56LNSPz+V2unDtvvpvCpJttUyUisWnKAW9R+ZogXmlbIE8M4MDySWAsRmAeccRSUokl9A==",
				"shasum": "272f14a8678d370f64fc9d5d0294e75ae00b4f0d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0.tgz",
				"fileCount": 26,
				"unpackedSize": 94285,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecSSTCRA9TVsSAnZWagAA/ykP/28/0ABAgBzbL5TYnpRw\n40W6CGywqdLGIMTSRdMMlSzTj/fNFHn2JLSDzDJEZ1jBoNT5FfVOHKxj7ZIy\n7S6ANnfufq0UzbzB32PLsmUUmKa1g3s4zRBRoex7OhyT6vsvaVOg0kEYm7S3\nXi174fsC6at0+Kc+gD1nJHl4JnYR1r+yKAi7X5awMyYPB2Ob+C92JAejffFj\nOV/wd0mXckHEI7+lvI/cfa5JeHJijjgt1ncPPoTG4ncjNmatATEpYXz0VCTa\n0EBy5oNzHHbKY4PwquOPzcbRWoLDZNDWLD1r3oI5OsvzC27SmeQFK+DZ+IX2\nCcfVtIdAdV037YT/2Yo2qbnGj62UBWEOoMtDQHtB+n8zSWuZcij5Hr0xqob4\nmCiGjGywgkaMWocJTJyqgBn894yMRZiIsNtc5BHFie2+T0Jvt2vTv9qd4GVP\nwKPqF3I+I5Pxu2a/sD2P5tyiDiPAdbWVsdPDE/pQdrWBHQvGTizD7i96w5+C\n6jGTo4wIiJfwmYMPe5kWn7WR8FfNdlPh78YimI95MerzTPwPcmrLcoI8MQIx\nSYhxV6HNdS7/qzEoFjdxonUR0KnxtE3sa3AcRmH5px12031ZloQX1Sb/AN+Q\nHryWZXmLTDlBwe+RFXQk20fSeLOB201p2U6LK8cPGIspSgTcBVn7B8A77BiW\nJBp/\r\n=iUzs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.0_1584473234565_0.2806248272052809"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "31986562506c1df4314cf556047edfc9f1df1d23",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.1",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-FxW3Mp/TNCZUYUBWRhfb5FClWxYFGHfkDSDyl6zkzc4M41Tc5VFKbr2AT94Z06uiEBFnbFwgSSutklE0PlUTaQ==",
				"shasum": "b9f3baeaa74b6315557704a047cd01b1789111d1",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.1.tgz",
				"fileCount": 26,
				"unpackedSize": 94285,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee/FYCRA9TVsSAnZWagAAZSkP/1T9+zMbCkDS+RMYOf9v\npepkQ/7CqKY9N3DdmS4uFuxm+VNnmNFNeLnA6a9AZcs62UPS9y1aFqX8FvF8\nnq4ndlP+qrndmdJPvd4MPleqWKfuFiZpyGWweC/BqWBGOreAZ/k2Fa/pNL/r\nhdb8joGS57kIB9dJQaazmDTaL+r8RLbwd1YPPHaQAhuuJRD2C+cUb9zgt5nd\na+Xa2H8Ll9C76EdOJ/tnpYCNio5sQ5ToL35MwhezFHLV2Pda7HXuM2aLN7wv\n4vFNcyj3D8QIXsvahWobC9y8aVAJ3xnIPOVZEVwVVefJaTZV/c0wWlfY4vHB\nQ4+eb5twP6qsHOTkj4vU2TNlqkJhZ4B6/Z+4UKxtHz83vNI/s89XSZMWyUTx\nqNySeIc79PQQKWc5zPhOOXEmK+xT5hwILppR2wuyM/33wlEglLWAlFfEctay\nNEvtu41lHV2R/MG7S33ZdDFyc7jnPTT+2w/flbTU9V+xz69y+JpBynQCckYc\nq6yZ91syvUIi8Z+Vp4ScPPmmnHEHel8m6d7phgXjEfVBJzsxiH4aLXp6v/v7\nzymmg3QD/dEtQbCrLTQPaN48+yQziXmyAAqnyhXexgYJHh79EAcR8pmaIf8E\nr5iQ83mhWCv88ML0hbciTX7/Mh3OrjkzMvAjIm12psvP2pRe7TsBiWM/Lkru\nuorC\r\n=Shg4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.1_1585181015821_0.25939318040667025"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0-alpha.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.0-alpha.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "26287320c5b44c0b5a48831bed2308469f68dad1",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.0-alpha.1",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.20.2/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-b2Jdjx0vmPv6jdPDMoIYJHfdC0Bmo5BVmsHTSMbHrvzY9kJrb8y+QMVmuvSs8XAPcasbAeNFg+PPVIl7AzrkaA==",
				"shasum": "7e68309248e77ab16509c592b6e076cf5c68a657",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-alpha.1.tgz",
				"fileCount": 26,
				"unpackedSize": 94293,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehP+nCRA9TVsSAnZWagAAWmoP/jqQ7yuXUuZcGuXrKDz3\n5Yt71jdQcSC4hkY0zFjAUMA53/EsDepmJrrE5s+SgodN9e8n8CakQZueCbK8\ngrvMjOy49SYsp3CIQ1O2jJvWKgUI8F3AExH7uYC4PXr061W4X8hLNzRopabb\n5BpJGzge1yGv4M/9QfW5et+JA6e4KCrqfefWfGDs/HWaAbK4zdo/KBcgaCiW\nRptBPyNbtItZTLSOpt58vQvPm46nVlWriLoyJPT0Q+DVpzN9GZ+0aUKKVxkL\nbnEto1PIhf8OACuwZyxcxBkHrRdmSSHvOKJZFpV1Sx7ltF1zxP+YdJAmcCYg\nX54tLjvSJVlBUaX5s7EWXZExHCWFPRaSiuYrG9sVWiIRw7R+cgIWHY2Q8ZpX\n3CP2WBLotTR1de4Ugh/y23b2Xts+wtYjnyLjoGNfv90pbcEwSrsktkd/w+lO\nx13JUQguEi35HqTC23Xfkt/sL96dzOK+SVRbJeR6UvGP0V1fHjI6vf6TEfk0\nb9ZiZk4q8GBt/c2sLmXvop4/xz89wK8aKzVTRGwSKYYwXvsHQY8pOCgV+9bx\nVlmpqWQrg9+3waoB3bKNKwk+F0n693Hbx65buIOf5M605XpkJvtce9JCX0/n\n/AX/aLSBsxJ+kLVM4wxdZDAIzKY9wzrRx7amrQvnELfBl7/W8wDajmzq1Bv9\nZFpJ\r\n=W9uZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "duber",
				"email": "ajduberstein+js@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.0-alpha.1_1585774503246_0.8165328886100607"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "f85e636839592b54692695944649e6be8eb5aa30",
			"bugs": {
				"url": "https://github.com/uber/deck.gl/issues"
			},
			"homepage": "https://github.com/uber/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.2",
			"_nodeVersion": "10.20.1",
			"_npmVersion": "6.14.4",
			"dist": {
				"integrity": "sha512-ppy0cojQx0qhNsUEjyoetezZLFU3qzM4cEryeMHG5q7HEQXWBFnkMVic4TdIYdE2LbKfKAVAuKOWwjzqEZ9Jgg==",
				"shasum": "d159c8b031163cf05cb36144c889a00758bf1d09",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.2.tgz",
				"fileCount": 25,
				"unpackedSize": 93211,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenltACRA9TVsSAnZWagAAQgQQAIPaiRR6Ur2Hf/8Y2BPY\naiU0Dd2gxYmIMBtTVbieFzlo+6e+BcNmrP2JW6Hu1vxLAd+UW8oySoZ6nZxj\nI3Ip0R5PfUBsk+afNxGgfbsWPu/xUczL+Oh6A1GMOhKxtVei7Jx2XWaEnQHh\nYhzqlP9Bytv2EBrSX4ljEnWPKjb0eMcpVzVCDFIqaTvwQ339d2tdTbf26EaV\nqYsOKfpKEYQBMRk8C3oqxjUGrnf4RIlrjKIePVbaTU+eOVbrj7qmSkSF5M/i\nM9w8AyNNzeuZEhwEumrcaqMr1a2u9muRybZF8X3uNCY/FLwHRsWDj+gNAI1k\nQVxsmG9CNKC+M1L/90ySfTKaMQe65wcBfLyX9acVaDmCigDqc7dtH8ybCpW8\n3oHwrBYYmStq2JCX5AkM0hHUI7YOtfkGktDm4x4WAFddxs5mj9LuyK7oTyQs\ns/CWjTr6L0F8nEw794pgjD3u4Eb5Vz1pULbMFlh4klETbOdbrc9u+bmq1TeK\nB3Cm3TU5/shw+YBrq0xPA+CsgsH6ZR9uz85B8wpVjJ+oPmM5GmlNpGdSFNTx\n/i6ELsoEy8VUFaQT8tt/0Bp+9r1JRe9tcEZJI5hO23x6nLdotGZWyQwGuf16\ng2iTIwqi83HqpepKMfphhfkhAyOoJUEMtM3OXZos3lpn5N2oa2hqCW3UW7ma\n9NAk\r\n=3F5g\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "duber",
				"email": "ajduberstein+js@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.2_1587436352283_0.8109332496367931"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "99cefc1c1a40ec33da73fd362e9ecc349c0bee6c",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.3",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-2JcmlDh4lYLqbbb94jWSCKv4uJbf7mC5kXGc+3lr1mvkqJuMlcLd8dWOqj8Cl98Gh5pAiVBW+SAa5duw+ZEaoA==",
				"shasum": "d08b48a7892efc25c06f3e3f3200620ae1bba814",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.3.tgz",
				"fileCount": 25,
				"unpackedSize": 93212,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepP0JCRA9TVsSAnZWagAAlzsP/ieI7P2thBobUwJrTsqf\nxMP24FaVxMXrJ7inrxTxaBvrGpy3p6s3e+fQgS/blt5ikeLX8Xv7qmrBc+Rm\njSJiGXkmfjXrwaB4pU8/xSby5ZyFx8W3XC9XHD109xevjmEYrpsIrLdlnMx1\ndkoDm+KTem7yK5QwnbDFRTwSXoCt3p5uj4bdAHS0P7e/bPBzVWzQfRyRzkxM\nlHzPFocV1a68TM0VUD/zwI2sy7Iz//Ph3/avb3SJuI5Tys2RkM0Zot6hQtDU\nkEmlinS9l3C6ZPdrbVINNJ3A5nnip4DoXzNebWK0R9TiriKSW4U0v7MqXaER\nFZwTWIyZByaN7zJib5jj0y9Atbg4xashVOBaN6TBEyyH+MHLcQCa/QzINhAy\nq1tp2lIMXvnwHBdi67VoiLj6t8jXmGnb8lDrHSaOkC7Nf5dXHVZ4xNJ50q6x\nJnaqowiYndWcT2pDpSqUtY1Ggw93pHNRCQRtlSSETBv15zyagtCa8mx/CL5A\n70BZA8pOJq2QWt3kIDxzcrBWhhwJDjlP0uxnDLoC6YlgrqTbW3yqCaGDvAdJ\n77GqpagoSFJSmzvhof8DK8hPPszvBH5jYDoM/2/nNYigxPOHpdmrG97MFm6V\nyIiW4UecjcKpPL6/52p8PuSMLzZZo8sX9Kh3SgdRsdALyXQJZZFSBwnmyfbJ\ntgwA\r\n=CPzG\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.3_1587870984715_0.19301735514940743"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "e948740f801cf91b541a9d7f3bba143ceac34ab2",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.4",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-xj8MSIrygUVDw0/oEVLGqkg2rixH4fYsC9NiLoPQY0v+NFbGIza+QuPplNHBPkmkb6SL+A+ZnR+qFnDfuBeswg==",
				"shasum": "029f93b073da53fba86488cbf6007b0038d6d326",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.4.tgz",
				"fileCount": 26,
				"unpackedSize": 94286,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqfSiCRA9TVsSAnZWagAAmSwQAIdlLOhoEoPrDtZ380it\nc1y2ainzB06pWysi+tlhMWE6FjcuOaC2pHvx81QMq3x5kuND/KgVgzYqxpow\n/6iRyot30y7gPpnS4Za1IRGvvESLxwM5N++xp/x1FqWaRjB+BLO621ScxNIZ\nNqxqJHS25p6Gb60nRt8/oODzdKWhPGc5UN1W77BoVRDoiJcJIGjMXQmxdMpB\nPnv1rGF4qOhY7mm/AbofmF/RH1+8aYXx5EM/tlFTBjFjA9JgG2LUxQPW4wGu\nyVhIF+JiWjJ+cefWwzJu91+HTWmrDwiATvNEVKRxgDYVkIloKE2hdavYwtPY\nbqoPlUKhZUvic7AFQ3oYLxDvCGXoP5xbBZts7kGvB31HGCF8H40JQiJvI3gO\nhn8Rbtnn7vZw0A9Dz1kmj2kjHlR157iU48S12lrvBkmffyfqBDOhchWRYLjp\n7fHefkMxT3vw86aQ+2HBii1eTB79OsqhqbDV466LslYBGTK04FQsdooDmTUG\nu/EnYeyLzw/g+/TGLhIHkTIDPmCjQnay9xjRzyLgiZF5ZnK/OGnwCOj8+Tko\nYAxA/Ru4cWgRGC3oQ8bPNFvoybAOeZcIr5CNbtaRkkI9POUZFA+ORMbUzBKh\nlawCFznWsm7sAepYWV+B2ZuySv+Ni4e1CzzMhpl/GJun28RWjxaUJUoAq4RM\nTjDd\r\n=ySq7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.4_1588196513650_0.7132999869034775"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "c342a3b45cf7009e644c916d583b64c19288ec9d",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.5",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ZMZ1RJpgIiGTBYRmzAVDtB7YTUUe6nYNM00RCbND3m2q6AdtJEgJFvnpKM3ojidTNFn7Y4dvu9J+sm5KcPBhMw==",
				"shasum": "616b6ad5a233a3608e45672de37201040a4b87d1",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.5.tgz",
				"fileCount": 26,
				"unpackedSize": 94286,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesy79CRA9TVsSAnZWagAAHp0P/RTHMps3K4O+RE4Vb/Ar\ns1wwyS3a2vxhs1nIPoRyN5HQ3M9AObfk6nwQcdveYFq0UIdQWGJuFBSHEruE\nC5rH+2LdbQEwbEPaO5Xm+L1S7GpSVt83dCF3pbvbXAKszq5/NQV83YmPXVaH\nRTD80YHbYnggaD5cxKS5OTNRauR/APMW1cyuBfxNod7WQfboLY/asokWqbLp\nXePobRXkomP00FrHrGTgoqTwyp4biuFmn28/7ZFNimd38bMnXxFfiYPzLRP8\nzlUIAjcvBhxIKlY1Q5ZN6n2W+861zz7/YRpiGvJMydFiIokcmKZmSDjtS5rT\np31ddzuehDwWh+pB2fiqJxPZf0iUf4wdd8CY8bRTTeVD4YnQWEdp2Tn0cU6L\ngQypRXLZRbrxj3ech2sQkc2ZtOsfVdXoK+2KW5+NuZZHapwiysGgHHw/Oc4R\nM0OWTyYlFtg+pBWrFmEl2NwiQrKM+VNTRSLtMSrUS8kYIzyvHBdtyDZAQbRz\nsVl/SDAAbjbytoRqGwyMgnGEGZI4n9Yzjl4s+PclmloTRl82JXPxB04eGOKZ\nmKvPcWAbE+leGMkWMAps9WrtAcNCzd2cJqe868voUqbLURWAHqFF5rp5g1WY\nPAcLmHjAmhlGfYtHjQQ44+wjCS8A3SXsnRk3Q9hG2jF8Gl0tLlUrbKa3A88k\nwaLJ\r\n=qUQv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.5_1588801276634_0.28379468984319023"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "5c0e6899d9eade203016b56ae99c5620629a70ec",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.6",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-AuvkxvsB8IZ2OE0qZhKgGwDN9Kr+Hp3LdveTjKZ1ZQWSQL4BY5dFDyfNCLW4vPmtRf2YbdS+nil5SMKg4+f9YA==",
				"shasum": "b94e559ae1448c3a2661bd06ce6782e79fbc9bb9",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.6.tgz",
				"fileCount": 26,
				"unpackedSize": 94286,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevhamCRA9TVsSAnZWagAAlEcP/0rhvnp0k3rxRU7qFvq2\nd9oKMqsfCKLv4+0nswDyTB0ZP8NwDdcrG3JuLsWVeNJ1Bj5Fz0ZuJg6EWsHb\ny8lMXZlub5u1Y5xqD2A3xxbpq4AYEX3LG4/JRwt90mE0p89sEjfgSRxGB/1G\nvCjYuU1yybQcCgfmD1MVDgHvG17wzrfcPB5LjPtaCSE0UKfjQOoqaZZPaVkz\nNPSB5zgc5zF2+8hRqXdmyQazA3QCBxFzZ+g255vWzrUlleW1lQ7U5oKR5kHL\nAqByYGEpb4em6tQznzf8eLRSQmEAlGMafQtmoss+CGzlDPPoMzwY+rglvt3y\nuhH/YRB2182msZ9p/BxLK+0iwdj47yWczqCHrUJMkLY6gmoeAIsqPN0TM7+D\nXmBiTU96Z+PEQ0Ey2AdjFAJ8UgEy2sABSu9VOC61yvuDUQWMQHPhajlD9mtq\n2XJ3n/FBk2p6BVEeMPFjvKuNt/g5YFJsbCzePy7Tpab1ajPi1gq0onqRmVvF\ni1UieeRD/8DViIHXSJu65gCXlHVS96mZGI9Z97BJHVw/VUzjI+Avd8fO2hlJ\nelVWrT3u0XXaNeIIlx9EKZ94SreNfbizBPvr76fTkoIx97NKEjpthL1KvBzG\nYoZXJNT1ufHNp7xj0vVa1K77V75aVADRVEFIwBpLNWIjk3bgQb/EfF1en1ar\nMssf\r\n=7HdZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.6_1589515941799_0.5262438895216839"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.7": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.7",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "771415c9bbfcd3750c4faa85eb81ce3f8f7f5a55",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.7",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-xhYEcUVzGtMhmo+VewwhsCkjcN3SN6RPT7B6W+AQ5Qz5x61mwJd+cQ6R9WErODmMTiZWkAZGl7mkA2o8G8AVEQ==",
				"shasum": "d6e9554265ba7567e02af35d40e123a97a3787af",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.7.tgz",
				"fileCount": 26,
				"unpackedSize": 94286,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewuzXCRA9TVsSAnZWagAADDUQAJJOTLzjnPoDvXeCoTVp\ny2L1HkP2bYYrLM8Y8Xh40FZHuTi3zbH71y+WW+NbXGHqtUYRGJZv6awdi25D\nl0pTgeMhitWSYGxFIBP+xWpErg45elhEFIl3fIp/TwK+Fwg/H4OyjaWLNbIY\nAgDTGTRJLZOzMA0MyquwzKgMMCdxitK1LsqhTHZi1GO6PMAmB9OA+3OB9xsm\ngC3/4HTrJn886M5/JjmtJIdwzCvEPnv1ezs3sKuq/kpQW/EkpdLnD+AJmz35\nI8b63AUeN+2nzYmiI6m84yDOKpZva87m0UgpIijDiso8NI700qkoXoO3JN7n\nGEjH2p15Ima0O0Y1LJ0yMyBs/L8icYUJmkKBuyR9V5uP4fa3gqD3kHXMwhQ9\n3viE7ilE+wxozgypk7M1SJ0OrjxcEQXsopEgJf6hT8gCvBZqZJY0m+GWZ0Wi\ny8925uXjGZ0SXisrrjp9fi69HChC/wA5lPsgR/f5IwzZ+knUn1DSJdz3ofLi\nf6crwhQodUmQOad3opx9mMw+O9Af3QN8NYSuEziPFkgXv/Ik2qNPFsE34qfW\nJ5gM+nSmycG+cfoE4tvwdp+xRpztt0DdRv0FBJV6mBDB6NkQsX41Z1u55obF\n1ACGak6EDGPVfiD4zXFud3Mvie7ig2IZWr6gNGUpOZXABISJN6pDg1PKoet2\nIYuh\r\n=P3vd\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.7_1589832918559_0.2877909592319785"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.8": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.8",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "ec4acb3843fdab0be452579afde89aadc3587d9a",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.8",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-/bwuR9iExrAx+Vn96XdADCGEn6VsZD02c2g7GybTt6pj/e2VHHosFCQKhQjQjh6H94kmg5eMEM/AaaoHjaQ6rQ==",
				"shasum": "18593077e1a5119a67654cf9f7ac6aa6d5d8b588",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.8.tgz",
				"fileCount": 26,
				"unpackedSize": 94286,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezsX6CRA9TVsSAnZWagAA7FIP/1+q6znUmLmcB9cOGzlj\nWH7gCLACOkB4nnP8v9shAG8Cdz9zWtSToEo7OisiVlYZ4Qp5Ndu7kvHUMNuz\noyVLIDD399a6LhX+xxl3MhdrD5PbtqOFB1lM5klzZ0fvmrIfS4hkCyVMvmIx\nPYjutfNCvJOVxsUrF7bb5vvGrn/wKyCsT/geOSPPhPwxuz8/P7ymEv8Lw7S7\nLjdZ1yxlNwX7VGTurl4vMsdh/rM3nUoCxPMhf1J3nns1Enk/3CZznDUwpj44\nKWnIjZcSHgVi9axFZF0Lpkfm5Z+lsNg1iT/oRiOqGt8SqngLiM9F1491v9Kl\nSBhI+cgeSBiZNRzhbc290vmut2ZYuKHAgVDwofdZdhCb0X1c7W8GJGn5R/Nm\nh6Ca6JaxXbYERb9qXa4sSG7h/t0Y7heDjv8ji/Ew3v1Hg1Oym0zu/PbL2Dke\nn8rRVymbfVo2HMqSGUSbIlf9jBjBEfB8KwfjziTdvKv8t1WWKbWz/5mJV9CC\nzEu1/J6zZyp65uHxgq+GyTYEKiPciqXfycMAhhzHI31xKluLCtlVvLFZE+iZ\nAURHBvx8TylpmOMqhIQW5b2Y25I+ZKgnXF5oLqpyUgXqKEKKaYotV/6HiOiU\nSzM/1OHFKcmBpZ5egf78O6rM/Y5PG5JVqHelO0/DYrG7y/nv09FGKJF3U8Hj\nxfd4\r\n=3jF3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.8_1590609401524_0.3214847087628945"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.9": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.9",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "d4fd6be6fb20fddcad4b6eba239479a44bc81cf8",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.9",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-qJMNtUK3aVVeXNbpAkn3posQXkJSxjn9yvV4QB58mvYqVWGksWBMr1byqNoBfpEoR4BvWFuk2jcxAmqqOIgSjQ==",
				"shasum": "6f7e35e2c3d16c1a91e84ddda8ce8e001a2b1961",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.9.tgz",
				"fileCount": 26,
				"unpackedSize": 94286,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2VDOCRA9TVsSAnZWagAA2a0P/2igiz6ZQq8AawJjCytL\nJTzhEVtI+C4wZ26fyQdQ0aR+H3DyVSBsru9j6kZloBk3MtTSj6Mf2LAhp41/\ndyrN28aLMBCgAikADOjxGOXc2KHxz4xc2fCHpsLDi9xS4zs93qrXMr8Kz6wZ\nBCxQLwDnYMVPKZM/Oe2tWGIfoaVnq6jhADXrMasgD9vOvnjcks5XigBIi4/K\nIYsZefQ7MHaGWLSpwDf6c4h+ddQ6I5qUjuxogqVj0p2jZbplnrZT3NpxiQe3\ncvi/lvx/Me0DO20ZKLUXyadFp9eNXvckrLR6OfXEm9CJ4AJ4PDC5WA0xgshL\nqLzVop+4/f8axyJ9L1mvcsIQA3eaqx4BFgmJCwlSTwfOzrsUCSFqHi5muXx2\naRT5utq+5F/u98VenLPsOfO2d6uRbDXMHi7O4rkljjv9zFRNQMAAM95KRFCI\ns29Z6dCIPBwNIMj4UPeAYSWaflhmbuHDqZ2O3lQvzwvI82ep6ZJLmzMi8bl5\n/Y7m9b5XzmAFk6IhNNyQXF4hsnLJrxKj8dKkF4qwrzP2li+pH6zjO3VD9xax\nMog58ZDdBt2DwOCMM8rmrKMBZrKMg3WrL9M6XITe7hcm3CnM7u18rA1nXZvj\npCD7J4PTtAyjSwtGtayQBsCY6/G+8ijKdOMdFfS2IZS2AyL3/QPN97aERdAL\naID2\r\n=MEMO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.9_1591300302323_0.7918653570018837"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0-alpha.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.0-alpha.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "c42f5d9be3a601fe5cee5f851ac9869388ea43cc",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.0-alpha.2",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Yym+WcDwi+Jw6MeSEIZRB6/54SGpCpu1FK0u9I+pCiYpsHOEo2RQkNUiD/epQk6tsDyrAnyFUk/PR/FE7RaRkQ==",
				"shasum": "8aaab2a7749a85e1f42ef8f61124919083298895",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-alpha.2.tgz",
				"fileCount": 26,
				"unpackedSize": 94294,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2YmvCRA9TVsSAnZWagAA/VkQAKRslPpLUjWLCPtwQOS2\nQyBITXs00rxuFN7Sea72JqY304saszAuQQ5zpprr2SXXdQ1Al1GSCycfZ34J\nxo5vpViViJIJfWTqxhUG40u+ii+GXQwmmLjutpFGSESzvEfPJlLj7zdlQzj7\n58rXgveOVUc1VHVCJdlaAH0O/tQH/LWNkfSkd37QNA5ycPRDDaOMONpNR14x\nycbIBDFxW3W+XmjvqyIF2rg6YoYs4O4gZpJwyxIrWBnbatG6b3OQjMcr0uZl\nxbWQYSIQqtjGM/eZxhV0xwN8V/vDxB4o5WQTmLrGT26dxfRofQhVAn9/zMXd\njWLSjWSVulyZGFsoooEHwddQOao94aT71u26AjuyUtk8drJdmXrFEF9pD1sP\npr/KQ+qsK7zIVsF3TD5oBecMm/Xu8s+mfq3fX0ZeqazpQ6auCyoHNv5cVu5Z\nKGIqai0/If5FeuptGHyaaXyhJ60NlEmrejJUgSJraiyw8em2W2tlVnfpl3q3\nW/t3fPJD77STDRp6W0NIFPSYAbf5BaVlemodTuResSMFEgMH9tw0pC+oCyVU\nJTUsSJ4I1z/np1RWWMNj+JqO2I5g6JPf47qSF830Uk0aq6A+BHg5CCl62Cnm\nvlnIQ5yo6upVKlIXZzBFw6cqBDXkhAwYR5+SY7UVhO8F/N9t6hPKMfKQpTqT\nRQI3\r\n=QAYZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.0-alpha.2_1591314860000_0.10560938244093054"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0-alpha.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.0-alpha.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "7e230c2638d4ef1d4476825b3406172fd0fdbbcb",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.0-alpha.3",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-nCl6LE99hfVH16zByU/KeksJFFI1REFJAbpBlRrP6SQ9hqnl36jDvpUQu8WvKrRAxtFAs+E9klFx5FaviAiHEw==",
				"shasum": "8ef2a56048678d9a3af7b274756e653b447a6c4c",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-alpha.3.tgz",
				"fileCount": 26,
				"unpackedSize": 110628,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3q6HCRA9TVsSAnZWagAAINgQAJoDuB1oXw9k5mzFAV6Q\nyEbQV3pzyxMGRbXBiRBpgOiRvBSslEyYesG/3bOmv1M3mvvv0SGxME9r45xa\ncsN2G8qvKZwkWZQZp0+MIv1gVoHOE8dyE1QAhyyNG8TfnfVB8tyI205HwXZM\nNNWJ7JhxaJlY6xmI0c1Jdpq8ASVbgnWj4IiCOlDhTHH0sPVbB1pHtO6i8PRg\nLINhCq1Cznq7Lin+Cxn1j+GTbB1UoYO3f++MW0PknyUle8g5T7n87ZYFkd4s\nX36NbOWMaAFXQs25qq7LWUIVcjpyrHbFsJSmVL+w7fvWAhLGYYiKczhEpUT5\nO/h03Le8wNa6Jo4LucfYb5ArBeHd4F36MDlYCkH9Za2FzUolhBfvQWAAekcE\nXDS7xMEw1jrbpO0nX/9SHQABg4HbUBDgJi8EN1aF7GEKVBeQGxkUtVFAf23m\nedFEulyNHRjmf94/s418peA3GX5eiq/qj478r3tv7yGSvYEsPJ0KWImCI6Pc\n7D+mpy1FGhp9gd0f0rwxNP9u3a8GTNpSBYYwWr3xlNEZcG32oL4JUXVwXuRk\nWkRqGd7BhYI/dy3tUumFZxtMjp0DSRuCjBeIsadHeswBhzWxjoGdBhD6DeAM\nN2fG7LfSpG/YplJzxah9WT5L2vqw9nJE1VjclUQYDAI85xwrhHdF4yEjtw7s\nqEDx\r\n=h8lN\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.0-alpha.3_1591651975178_0.3197423965138846"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.10": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.10",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "7633356c207ac99db671430ca7f663cefd1a235e",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.10",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-upvPh5q+XZ6gYef9BMx6bx2SVioWg+yYvFqjZJ/pAjTrNFswz6CV1CCvWX8++oG2PV/R+chVCixIk9Pvy76FRQ==",
				"shasum": "eeca3d732458f06d27951f2c5c2909fb9df4cc3b",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.10.tgz",
				"fileCount": 26,
				"unpackedSize": 94287,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7Aj9CRA9TVsSAnZWagAA1RgP/jj62EgSbuWk2/MPx9R3\nFNmZp6OdgObCFzYkbQ+flGzpMZuBXc7h15iES9LMlVCGzIwPHavPLG8XXxi9\n9kdffBpueXF9zXWiS0UkWEZsjo/inXBx2cKkJEkDj9AxyLcruNeGEgBCR3qU\ngC6Ee9Q0bi6QSakjZv8JqUQQlzWGxlU0Ma9jAcELwY3Wzz4xuX6hx+VXS+de\nbJQKzZGyK3D1t3y3sK7feHpdOcWDs+7DNmG1bomFYJEoM/tIXaeOblwl2CoX\nuLSUcoe7up9NTXFmfGfqEexQwnUnr1ZwxSAqbBrKsv2YXbVmkOmvpzpb1MqZ\nSQy3NIFYsDX5mP+HrQ0H37cp9A1RN+GfcafmiL23lcKPqdDqv84tX+jjafdc\n4AxJ3o9kBlfps8J+rgUrjTRgA6CLjIwo17PUthm8VKxciLV6y157p+868ilK\n0R+KVZZGVWJGK0XkQqsIQgj2XMUdMS9rtyyBWjPCac0IFt6/1YkcpMUK9OCx\nZp3levpFCiOwl28NZLOHg6ra7iR5WHrzPQ3AaB+CkljcuvqdMIDjNzL8qrak\nl/sgiw+Jcsm9zzGmnAfeDRPIPXbxyINNOnKP512ALHSMr9ZjGq+LOQd5hI29\n1ImS9FWZh4tEdgaX0PRmQ+Y67i1fVh3mUez0gtU1rxxLTHXFp3Zadzmowaa+\nR+sZ\r\n=SbOi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.10_1592527100886_0.9593757105012632"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.11": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.11",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "beede55356b9de905cd8daccf6a24f8f5ff2cb9d",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.11",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-UbMhKi7NHNXAQCW0G0gFEASXIZEgy9gBDEBPvzIrILlytt94HsYnvzK/7UmAEUBm6td2iXQ85CPtxIHNK2vS+w==",
				"shasum": "0868cc445126cd5c72dfddeec4d3fdf4b9570039",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.11.tgz",
				"fileCount": 26,
				"unpackedSize": 94287,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7Pq6CRA9TVsSAnZWagAAxPwP/1MHOokLQYxBU2fa9Td0\nCVn7J36Y1G3eZWcRffD7APW4kaEwp4OxF7wbl+tDaDccEkYrtpKgBvct4b6Z\nozmmkCNWNOml5lzA7EYMjRud8zcpPx2IKRox6/9bXHquxy0Frc2Qa/nx2E45\nvG8WXhh6tYjbHLfAOqBiswqeL4Zaz3Yvw2NROZrJFeg06Jt6FkaGQENStdF+\nrT9Hw30JlkYrlOyTczuQ32ACdLGj+ynFLf9L4Gx3fytVuKPMYlnbC0+nWOhV\nChke3e8a75kq6W/vTJBlE78yDnb5TVfKgWHpEAk0HlEZuBi3e1n2G0mhxVYI\nZuVpndMvx+vbHE6q04SCXnB3/qq+D57P3IBgk/JrZpUXXCqkm42KupVC401A\nnox5SC3s6UHCGgvGu+Fr8bof7Fbw5WZKcL9apoR3INXXh71bpTR9FoYbjLHf\nb73mJxru8E83zuB/dV/Fm2zTdK3Bw1tSeIZSSCAemxpKPr2aqvr4Htn5fDZC\nLRETjTtgrBX00YzxDdCDgHR5+RH9qnq1aP/6+rhedKGXIrn5CYkfAfN7vn9t\nyfp8zn3i2LG3sFXAI5yVt9xz9Osfv/05U7idaA6mQ67VDzk/0tsOsw57Ewj8\nEqQcuosQfWrl9/cuwhhUjisbpIvKrjtjned0xCOQMoPQsKty4MHAmWG2PRKA\nKUaK\r\n=OEak\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.11_1592588986124_0.3530580453461878"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.12": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.1.12",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "b086cf3c2c84b162aca3d23e333c595a9e7cc44e",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.1.12",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-yL1Vp2GaintPU/DE8ftgx8CfaPYDumz+WUoCYveU8MjQ7F9elssS42tNXTID4S1JZ3vf51aU49q7e+e3FPyhaA==",
				"shasum": "78f794c3f02b94768a8dbd558297104650be0ce3",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.12.tgz",
				"fileCount": 26,
				"unpackedSize": 94287,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7SY+CRA9TVsSAnZWagAACHMP+wYuCqqirRWvuXsT9H+F\nhIE6PqQLAoY4JcWDnOkapzm9z8RZgHaEme0HXU/+RTaIDTXKtcG+I12pv5PN\nN0cnKYfLcMwtFT0FmsRBIBXk1Hp1rnpikUP24p46olOMcDndzeKuhlVc/3AK\n+aJg653ugXrL4UHnarOU45sNrHqCE1f+zPtd4qzkVUlR/lOiYXlLXc31N+VP\nvIgsuvWbIYNyx4FXN2NafeMmZn7wlPdaWoGH729/hl3XHHanypGbj/9b+6Ft\nBmDndNb+w3PBpHHLlivfLPE7O9eXOuWAfauYXWpBrAVSbsObnFWblaoWNpwG\nigU06Ap+25+WvyBAW/fgcxTFkDDgRMnqmr7fTAaOqhaAIyYXoOcoC0MxBGsN\nKO07AUW+pWecBBWUE3QVWnnstubH7/G1g8rftktLrQr50o+PxPcksNl5IRey\n07Gn/dzS2uRAIBDMt//QZ4FGCQYql/wHEqdHmbfiE2KVaHctniDIOqfkDxOy\nuzh+lDKGNmkDV06eMRBzqf5HDEPXhGaXEeMGXCIeOVdEYh7mT1aXZq0SNL/+\nQYz2jigM3OMsrz5cshgUnl751HH2/ptTr5HfXSH1T/2B4mP1C2Qmd3nDaCJY\ngLtylmRf6Ist0uPNZhWx/5DQe2qmX4apMUJCR3kJgLnfDsP/DWgts8EHkoha\nXBlW\r\n=KH49\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.1.12_1592600125764_0.3398848470786813"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0-beta.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.0-beta.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "7e7b4bfce8bcf367534e200933459679bfa0f96b",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.0-beta.1",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-S4ZBK6rN8dAYCqlRIvpWI10KLdZRCL/PVL0my3Djgto5ToaWUz9RHip9D4JhHqPb7Xn2tEy7MnKjoM5xL6xdPg==",
				"shasum": "1e51faf8f4c230333e5521f46337189eec16369e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-beta.1.tgz",
				"fileCount": 26,
				"unpackedSize": 110627,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7l6TCRA9TVsSAnZWagAA10oP/j2NRIcPTuvrduSGgqxV\n9UvYggGmDYHsmjGvWCuBO57DdFgIGCMBzvY7gSIVr3m2Clmbq8U3uL61rER7\nfvGbWlr2zC6aK9fT0MTSPjbWB5N80TRacvU87Wi2Jmx4a4BbSwv36OAqnWSJ\nuKli4XQTQZYi/ckQ2E5mQaIDaD4TU8ADW7NpGn6k5JsW35tJ4c2QTr1YJPDn\nMsv4QhCA6SrfDkUmiFaIeBJvBfz8QLGMl3LMxhH/JxKTkGk1asDHyuNjoR+u\n/pwGO/ARd6tM/YTnXXj35mimOzNFRi+V1jUkYvOB0i4ppmnPcmd/zQHsGKDC\njQsTij+dOu8YFGjcsjmAebJoWb4Eaqf3vAL+ZHL6+TvTlgaxT/ehuodCSo20\nHXMz2DMU90xhSdMwS8cwTCYa2t9n4fRo8BjUQD5org+EUIByoTs1FA1HKpsN\neTT7odt3NdOhy9dT521XbxkhtzSh1nTVbNv6+E4Psp8oScF1DSsmUrsx1uoj\neIUlrOP3yKskgPcL1OuykCFgDcw+JW2nc3bPLtXy3qccckTGYLvrKzeWEY6j\nJSaFwSdNfzM+ROxMMJKrs6ccovmaY3oKiMVUvsccQpP2foE4i180JgQ1u91U\nfUFtfvsQF1kLDcW0vsBklxV4gr8Za6iZDK51G16gcNaCK/WynRNAAloPOxxb\nIbzC\r\n=5Xik\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "georgios@uber.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib.green.home@gmail.com",
					"name": "ibgreen"
				},
				{
					"email": "jianh@uber.com",
					"name": "jianh"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "tgorkin@uber.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintong@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.0-beta.1_1592680083215_0.10327583247700467"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0-beta.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.0-beta.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "52d3cc685fdf3ba21cf592bf2dfb9f02b11e4cf4",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.0-beta.2",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-f8o4kgi8xojVU1rldy09iijSTYp3gNaEbP5D8F+B2kxz2uYmi9O3kFamivg1KN8Bn0bFfpgxc/iUa+QT6Idflg==",
				"shasum": "ea5c98efbe7c6f04e4efcf03e9e359e8774b54dc",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-beta.2.tgz",
				"fileCount": 26,
				"unpackedSize": 110627,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9FGTCRA9TVsSAnZWagAA6OMQAJOAScZ90VFYRQaEUn/s\nLvSYyhUw7Yv9YF/zMGslrygvzYLW4pX6wjy56UFAh8lFkI3x/VnWt7Dp6HxE\nhqbBuIvFrQMUbNklOLxhx1CVAX+FNY6HUD7xum4xNB+jOvV+ceYrxLzGWebj\nkBycQA7g5HPJrvUm/D4bnpVKXFVRgfhMUQ+0lnDDjSVrBw8uxk5PtGUvjIG/\nUga4z9dUK/els+xoFwgUdI6SEGpvTMb9nx5MxDtPxPipRalA+sShrOvapDrc\nG0h6qUuuRa7+BAA7mN3ZN3dAA6XHrEBbno2AfMmXIRkck4xRJ0y5fl4v1hEQ\nfNa2iGNPnDl/0Hj1DFtZYBJQ1kXkiOeZfkA1c74Y4JNN1JnRLzAuSdXmjRFE\nkL/iP/OkUGz2YIBUYLniXeUVREhMIG1OTY34ROECBtsyu+5I7B8iJHtkJI1N\nKqzR44vDGshum/48+qIWSJidc80oXgTNU7hHFChfUGNGTzaiSeXPdvZZvDXZ\njIgkPVwMOVHHke1NlgDQZbbC/Jf+thfccAYz8vIrGZVNfHFCKdwC8pFC8Pgy\nFDgqi5oWpiYicraUirfnhkLx24twGqZlhLHf42wluehK8ez8ylR1mlc/KasJ\nljVYin/WPCVMNeGWhw3u2+4DgSIGcyaDkcNO9ddN4txL78xlLS40Yx24xd4L\n2AH2\r\n=eOgh\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "kargeor@gmail.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib@unfolded.ai",
					"name": "ibgreen"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "travis.gorkin@gmail.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintongxia11@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.0-beta.2_1593069971079_0.7822893647121703"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0-beta.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.0-beta.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "2e61aeec17b86980bfab8aa9067b7676f2950ebc",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.0-beta.3",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-piIuts47hz5yVZl/LsrjepGy4fe/W8EeTaWB4DQGbBbLIUNes9brZNUzSJpPG8zeu6q40YEUuyImG2Ue5o3RbQ==",
				"shasum": "6b4e8d62142b5030d10728426db96505d1c32b6d",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-beta.3.tgz",
				"fileCount": 26,
				"unpackedSize": 94293,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe95rwCRA9TVsSAnZWagAAwjgP/AxkLjwgw7VqgNNmHeHc\n9/41NOy6OIhefnFtFn+qSDe6+W8bfO+JWvAZszqpr9kk5rV7N3KtdwnljzbQ\nFkdIiT1bwoA7pBLpM0HoTV3BR9csGVEaaWAu8cmHyn1ALSUtG1sZWhLpds4c\nnKBXhupCCbsw4T1cG97/r8KjlcjS3PybO/kjagAjzLlR/8UdsKn7Un+muMT2\n04vHqvkdyT3QsOTbg4Keu6CCl6MmfY0Ot1ONRkY7Pr0Or06vyu3OrYW2Izfx\no53uFIjVbZ67nhmAXzmhs496WQ0dwrX7LqLx98iLOXQvqWPDyFpqlWcciaAx\n42RPnSnh84n6gZVKgmWkGYrJ8lbUUshWfiObUO6Qy96Sk8Di2Q37ucREXuQq\nl5nlf2zlmF7HIyyegy42+O7ZHF7oponhFzHzxU59nX/QFMhRmDxUkxyfBXTJ\nEG8qZ12D1oZ6Bo48U8IuPsnoOD1Aj9elr2wXEBcIPa9UtSW39uuNCyPRTCKG\ng9d2H4MuwngGatPw9ZDp3lbRqwnIdudOQrssa8N8WVOgD5a1eeVJYDJsy20+\ndyhGzAtb8vuKWc+FpHmS7flTLyp7X4hkv8rlzwdE2c+1GPJO9DYEPVRSX0Gu\n5aSaqDS4GZZmkOBPOoYfbTMBbKtrMPcKaZXUljnTSzyv+uxmUxZ2ueXKwcgW\nv5/d\r\n=UfXT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "kargeor@gmail.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib@unfolded.ai",
					"name": "ibgreen"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "travis.gorkin@gmail.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintongxia11@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.0-beta.3_1593285359989_0.014699884521974571"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.0",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "e23c4c4cc3f289149ff3757ff63a7c48d398920a",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.0",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-I5Wwx+k4vceBrUzJc7UMUOoGiPiIVpfq4A1Qej2ZmlgWX6mRyAxNfgL02U2/d3ig9aESY05ymp3+bOUqeHCWbQ==",
				"shasum": "f394c5c196ae9c88c74f0983def1fd9b48c6e24a",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0.tgz",
				"fileCount": 26,
				"unpackedSize": 94286,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+TuOCRA9TVsSAnZWagAA/pkP/3T2V8ywhX/UAskDyqrD\nol/mQuDBpMyYNLUeA1MP7dmGESdpz9uKLTLRtEKsbZJ7BqkGu0NyQbFpxZlN\nZpmCK9eCvJl/aXYWHCRzpvdg+pYPWlIXDvwDhGBQEyBXyn0xytlQwTWqkOYT\nttcqcqeQLkbMLjVfRc0bjaPBD8+4GG0EWZBdw0/IjGmwYjfx5fFzl2i53mFq\neowjqk+FEUxC14ud2Py3o+7TRU2mcm8OzTcIB7WF1wG6/HSYrItyCgfMl5JB\nPqFh4hhjG3Ua8X02fFKjenGCBtlErwE87+ho6JUGtKUI+3vGO+8E2IVm48yp\nqz2rbY9gM/o6uwvDyWOM4fAqpQYDWYwbmbbVF9mOH2GR0CIEF/3U463LQ83z\nJXxfUed63D9v08haXoHfGxnkOK4OOOZIvl/MPre2qkY4P7roMMQ9SQWwl4m0\nAz6M0cmWgopcFsSiQF+WufvkvlDnvfiKSF93ejJAGvJwpyoon3E6sZ3m4lMc\n30nd5VlJpeHM5zeofdHh7J3WEkzqnk4DAu+T0O037fUFBpUPUqxYGIVFo9b6\nl9RvHwOvQ+fmdh6JFdk+x/glu61ire/JFHaLLEfkRjaKNhneKsFtpQ9/zkKV\nXSrBG/kBR3ya37OHjHiTNWzNQUzlBsiIqkz+4mmBwHYy2WSSJ1GXUG+mz0XI\nOTQR\r\n=m+k7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "kargeor@gmail.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib@unfolded.ai",
					"name": "ibgreen"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "travis.gorkin@gmail.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintongxia11@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.0_1593392013793_0.9071724261079905"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.1": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.1",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "64f6dd410b638df420ceb6e77b63c6ca8a4274ca",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.1",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Pi5NOawUNkwch9xjdWcxZOJm1hQDk8rEaBXEA28DAUCtndbPWClTvbt1iYpwTw4zDD/U3bUG8xPVtpM/QVXVOw==",
				"shasum": "6303d5e86553b2a08d82e3bb21e73a48c169801b",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.1.tgz",
				"fileCount": 26,
				"unpackedSize": 94286,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfA4PoCRA9TVsSAnZWagAA/00P/RGGbd98ZYqPfc+Auuch\nOWaHzWgNpJ+z/GqrEKpv0yOQxn7YYZQYLDRYXSBlMtnr8m/0OkHUYHnWe/LA\n3IDVg6Dz84oB/nUpSZKq4NTBB1LoloAMowuH+t8i9U8zjKOuhRcScQEUr/Y/\n+H54MupT6saGisRNSx1AfjVOBJ67YnqvAgVqxRaarXizJq3/3qIQ2EIpxnNa\nQBw+HkRcz74qRkYDDs0qCtS21v2sufFnqBc63WbrQJHzfRiEN/0mSI9eUy+M\nNoE/E1iIzHaTCEx3Gqkqn90pcbFsjf9ODShjevxrrl3Y+A6yBH8sdtgYotD9\nDR7zNS4VX5Tme+C++21rO9i70NwinoFNruOHVpazah9xuqf8E4XEFyFJkJD5\n1rvs+ss49yI+TUc7YnLT+QKaMxeHw6kT7W6jy8XRUD5NSyBIx9h5L2GDu7s3\nOXQr8Tzx6OvEtyQIgeY1WHZwyYz6fAfCs26AmdV7m8roMvhkIno19sl/UAi3\nGKl4UkCaCKOxQwTwzCucU97/C5Fh5aYmSOb5ADm/xoO/77Fq5H/CjRYDb2rO\ng588Sae7+X/8+aseS6RwpgHSxGqcKndgBH7V8Wrbb08MSX6YelY6fqWQ67Ad\nmFYs6d48x11LAvZ4yx+83yyV/32AJd5Yviu50e+GSxuonJ5BrLzu68y88L+Q\nw6Xt\r\n=hR6l\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "kargeor@gmail.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib@unfolded.ai",
					"name": "ibgreen"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "travis.gorkin@gmail.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintongxia11@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.1_1594065895936_0.04752890888892214"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.2": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.2",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "4a7d17d77bba3ec07c4eabd38685ba52839ed45a",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.2",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-fWlm9ok7OLq30ZRtdoumlefI/UeFf8V8xZjXhGtNruR3dKb/BUD47AynArBO5VY+rxYTlc2041ZqcISW5WxYBg==",
				"shasum": "793b250e26038d17ebf9bdfa1c032bcabf2f8750",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.2.tgz",
				"fileCount": 26,
				"unpackedSize": 94286,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBiyrCRA9TVsSAnZWagAAjjcP/jzGeCoIbiVCgxAFr+mb\nfTQXjjc8BlRGEdPJr7u9mVVNuVCoAIppsgSuV9uu4/vnQzdewfIhQKb3Do8Y\ni5NFOyBP92kATyll71YTWJ/Ha6O8J5mkaMLXTjZuv6arvX8TV2nBfu0d8ptb\nogryHgDlu09qu6latBR74aABxEjz3M7SzC4GfF2NnebGXzaN4bymzM7v4Vbb\nPLNyDPw+dxEn48BPYD/FBKB28KkjaP2xcox0qKWExN6XtccWlpxY6A9UfePJ\njARsbQn5KtEYhMkZuKxCQ/7zj2X/GEwDNTjY5g4wgQEUgFBaxcwn82oQuFwb\nzIVWHJ1wfRNmDITFfAdE49qhZfmP08M0wF16wvb4pVCv8IWBxqd4ZRoZO6IU\nOuV6u2nu1O3gr73k5BJKZbgPiRQHtS1lufcJHRHISpp/f/ke5rq0rr24+n8X\nbBICu1ZeTFpNW25ObM/+PAu9swH9KZRHwAoN0y0+uot49RzxLEqA4T6OBo7t\nzsYAHGHa4Ygywg8UuMnXuiyMM9Ntw2A0sqTSPn37osza96NUqbT0CAC8P0KS\nUKoFvO/+0vwzFdcrvxAaDa9wTDeUFe/AESu7x5gtlUhyslJ4D+/I3Rdvzy7q\nKrAn6aJLcNQs1xz6ayp7wRHrhswOl/SpfAdOHDlSLjGXtHyLVCZ8JnmTmFEE\n4yRN\r\n=i4fw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "kargeor@gmail.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib@unfolded.ai",
					"name": "ibgreen"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "travis.gorkin@gmail.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintongxia11@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.2_1594240171497_0.5029212897182975"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.3": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.3",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "02c57f82eaef262e2a45cc5f7f92efe2b801ad1e",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.3",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-VhL/H4Rf4V+jQjxQEJNDaC90sBXYbRXvalNp6xhcmVG6X3yHVMtyixE8Ek0qumL/2TqFW35hAGq4LqcHfvuhlg==",
				"shasum": "b273815ba34cb6562b8d845642b66eb47940923e",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.3.tgz",
				"fileCount": 26,
				"unpackedSize": 95168,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEdx5CRA9TVsSAnZWagAAP1wP/1US1HswxK4CmhXx+z2W\n1+b3BjJh14UJNfHa8klF6PiCe3ugsVdIkTCaUOMZbOcxcEvSRpnGQl1q+hZX\n/hMCSgurri32M22MdgKfQG5JBxUCisOQg0n9l/gAcIdKpEnkuKGJKKJM3WOn\ncliaffLr10RN+BoSA7zLw0DMsROqLr2bdzw2XHlawsi86hxNhN9YQlaaIv2T\nF7/ZCNipO7bYYr7adqO6/UelbanypFpwjADz41MTD2WPoUQ68GST93DCGMj5\nWTpBuKNMSoBAIuAlbVXQdpW8iugOij1p5q9Zu1lj4rOcQvLosXWoSllywUcF\nPma9wobY2CUiLUtvvTB37FXlRr3g31AaA+JKRdzu74NDpTQp7W1He/4VgD/m\nsCA+sHDvMvl+wa8Yte2sBop5OjUicjUpd1sLZh2ots5seF28v0ClChx1quIg\nfr0v9nKQDtuxB5K54AIADP9R1hTGVk0zl5pJ/F8E5IxZmEaj6NoZmATA85fx\np8rpwdh9n3hpxBFIOXJ04NhEr+EcDsrmViXpKq7ZYSUW0UZ9pa9t5BBMPuJO\nDAdnbJgjmLXN2vtiKVHduV97pPC32A3Bbxruau/W5sgdWzgdWRS5hpsYnb3o\n9fM7LG3tBXVrbYYZEYGoYRIqX3KbO4Fzi+xDSNxFA7Ey5Idf0HJBO8Sbkwol\nmxIf\r\n=PN/j\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "kargeor@gmail.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib@unfolded.ai",
					"name": "ibgreen"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "travis.gorkin@gmail.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintongxia11@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.3_1595006073250_0.4481781542589698"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.4": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.4",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "07dcf0b212707340d07bb2580f530de444e64731",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.4",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-vK9FA3qEcee1USqYUO6cUlEmepYdPTGMpRtkJdOt1z5cAnALhD71L5h85SbwNJH2ZTYUIAou6JM6nqFjP9opBg==",
				"shasum": "3df4a49b55e3f9375f253aa12757dd3881a0dbb5",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.4.tgz",
				"fileCount": 26,
				"unpackedSize": 95168,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIl9ACRA9TVsSAnZWagAA6oQQAI/Sqtb1FiQhTsIge8tf\nuO7VnEYAP0I2q4CB+E74Oozs/6fEudIgXnEGSaBzfuYufIN3cA9gPjkpkmPw\n3Fz9QPGAL4kfD3u4BjfrjOSTlJrq8QMFlze3CwIt0gP0O0vF0TaLGkSDX0nL\nx+Z34zGVSbkID0deCiqu4le5xOM8X6l7k+2IKIC0rIq3V1NXQwAsBledehFI\nNSHADCGXyJCadZ9n4+QaL3ZLDeQrCVQoKgZ6LFhBWL8QyniCX4hQkgMSbvYg\nyznJF9LLktnyk5kC146s6FM5TcV7/aqpJJl0iaJfo4/nk2djZkIqNtVNFbxf\nH0SC0YDJSU6L7q/YQEZNs1tRv+WgWLikDTRcP27lo9Hs1hYdz/UzLszpFoTN\nVMMZHmIRtPXlXJJ31fNen4G5A4HFtCrodVEBeyEVsqmlX5KqcKqKFYTLDNZT\nn9QkdvIB0ffFy4joBJ9xCDdegKauPg0bJBYCdcxamrwyTgPbbw1aLoZaXKKb\nVP8RnHAT0H6qMOAMDABdbggZdcsBKZUh0ahZc67mlAQtPcFRsZFCrs4Z1xCD\nr7OSvvvAscZO8jCnUwaEssZA707SLMpzIlDFtkY/k7R1/u1J3fuW2p2AvRP2\nTIe4fn0aoSDWH/k++5ywv6n2DGjk7xTUG3yuiknGebQrAtf6KF/xyjx6oAiv\nfzUG\r\n=UdlA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "kargeor@gmail.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib@unfolded.ai",
					"name": "ibgreen"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "travis.gorkin@gmail.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintongxia11@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.4_1596088128303_0.5895764368982992"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.5": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.5",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "1e98e4bc88f0f1203d70a7b423cce73a1f107687",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.5",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-0fNl+a74piK7UBABFF9bzAI9VDv64GtycD+dBMr1B7hXraWHhGsbgLtW/T3Po3+7qm9g71EkwsW69/wfXQH5Jw==",
				"shasum": "669d282a12184974b2a0a64a34a85922166a6a0b",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.5.tgz",
				"fileCount": 26,
				"unpackedSize": 95168,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKF6uCRA9TVsSAnZWagAAtq4QAIWa0EPyWj7QSgUSOiTT\nBJCI/82no08G/A2EvjpuaKoNSlYx/0kRH1jlXhAyDAi2703SlzhfUsQM7PqN\nc1VFvCGnArzxoQJacUS4uK8hEd6qIBOTERLCzDUvd9zItvrlkp8B8ngEwFBU\nUdtdYgA2wYR01yKm4WtILI0mgVsFs96SXyWSMrcICtm522BHqep89aUB7Eeb\nBqGF+fxiQKDnCt1AZU+NcTUEzn3jgSvu417CnqITW4/dVz2U7BM5Z6h0EEvO\n4oU+K9/iJAMcOGYn5JralyGjsWax1DhS7fGZf9I7bRu4+H9vMkhKi4Pn37eS\nS0JNOyLxPScc6lm/zTFEACn9cytt97MGKVNFf2fRKvfwBIlALYmUoRzdpeod\nN/NyzLt3K8YAM4Ya6qYpbCvqYZJgne1QA4KMUeVfyQy2k3wzRxR9SLlINCYd\nyWUHCwcNRPOiyJSKz5LoKBRlR9y4jLhS3ZAMGyvRF/p1D1LkkK7gi3D+RkXz\nbAfwqfoanKGMpyFxpTdqWai5hNiqehQ4AxspeCwwzCb8oUCK1MLSADGtZpNg\nh3zgSwnBYxfrEuAPYSJ1unqF3hFXWWuYm9KpDdQM7w2fr2GuVLtwNQ6Rvyax\ngfYc8jyZNHKCmhxobbHzpuFPtEv8yErX3KG2IGyNfsxAY8vnO2IVFpokmU/S\nNdvn\r\n=aO39\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "kargeor@gmail.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib@unfolded.ai",
					"name": "ibgreen"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "travis.gorkin@gmail.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintongxia11@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.5_1596481197355_0.8665892260736512"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.6": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.6",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "6227459a277cf8f9329c15bb43572cee4adf07e5",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.6",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-M/XMW7a/0yFCZ0UDboNFsu5xBx0tCn5a4T5fk2MRPSMv1JLgAMz5K6yOf+ER0fqguxmgblmNo7zfws3nBMuVvA==",
				"shasum": "6ba2493e61cb51933e05c17a5320be555c1db2c3",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.6.tgz",
				"fileCount": 26,
				"unpackedSize": 95168,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQ/gFCRA9TVsSAnZWagAAAcsP/iSX+zv+Y4ZV8i7PWaxp\nzgi5Jet6kAmyuCJWXElyvVdzDFIkQiiUusV7y+g+dfvmIua3pboxpmi68mq9\n82UW+/Ms74gunNm36g14DOw81oyW+vMrE+SHtsN2sn+1A5V8k1mYcFkSxFCW\nKmjenng2Ad/JzUCFXu+yc58URx7apfW1L07I50CSgt8SeYa5LftszgpLuDhZ\nYSFCvx5luPWw0K27rMXa0+SKQbLKPkrHAfGO01LNhMN6QS2dIz48QFdzFP8T\nxJYHo5vvzQloX2QI3UnCrRj663vh3JOpe9HhMcFEEZDHvGzNNUDCCOYquKhb\n73MugRr90roH7JpCm6JEpFt1v+WVksYXDcHPKJXMeYhyJO4Tf6yCBgyoy/r/\nn+DRHnxlloOGsz5Yb5kILLM5T8A2EUoYBw4WAPiGIDxVvbR3RUqvHassxUuu\nX9Jlmoe+yVDn741iCbFENMyxhgXj6QJeTMtinZW3KkIaGr679jPaQkFuOoj+\nwGsAR/bB4Tlt2+oflfDHqVlllgXk4HBe0ohxZFpI4a8qJ22XJaLQ/ZuIH/s9\ngRV1Alef1Q+BOMWbnDFTpPTam3T9U6h+CGt/ibGRRM6Dp7/+4L3s6j3o7Ru1\nhPxVJqxZzM8Ui6CNm0gPItFBxOcck9ESCKZAxFbuNyjWdiqnGZK9HEXPzbK/\nCMVw\r\n=+l3N\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "kargeor@gmail.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib@unfolded.ai",
					"name": "ibgreen"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "travis.gorkin@gmail.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintongxia11@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.6_1598289925203_0.37872551319293013"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.7": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.7",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "5b1c50394561989b1b3edcacd6324b178dc694f5",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.7",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Y1k+ILd12b3Of7cpdf7LaRnwWnOSf7Tik2nwUyjRyoc6EDm+s4M+W9X/xdynPNar3D1St1/IN+jy9pr4wRjLPg==",
				"shasum": "d03f95e69798c49647d4dc280f4155b95322f0e8",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.7.tgz",
				"fileCount": 26,
				"unpackedSize": 95168,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfSu7aCRA9TVsSAnZWagAAwikQAI0CiZk8W9rvbtFimQ1c\n/10YsMOW9lILqAbzgEmX/zEuPb7IJQEciQ+HHr7SfnWC1CLGuyLh97xBDSAB\naDlm4ZpO0adIgtbBZWXlxUj+FcGL+KzZ+0ivaj9zp0ui6meZHt7tMZUe8UEf\nmfvVsRFn3Y5znAxBLwtYCy/gKEUfh+DIVq1HWhtCsYG1m4yXmA8/13Wzjq+N\n5x7F4RQ5pczX2on6+lb0NB37YJI+OhXVsNk64TB2ZYFD0EgoO9AvnP27L/nG\nKUjieroAXNhCEOOGOJrGj19yy9VWPbnlLQCb07Dlx0ozF5CjzvMT4iUh46lg\nWVK2gubLIJcvdVSnNKOiocKkgoiNqm1pJWpprQ7yICnmosqpRMiJhunVZovH\ntZnbzIZUS/PczRa3HChkBYzAgBLsmqz3LmzVvFixAWrx2c5AwnLt2+xdZfL6\n0dDgWAgpqWNHGZruwkE6aEwz4BlmjB51WNPfU2VsZGSab1p0obI/FkjcaT12\nJoah29AGHqYdAW9Plb+RP29cSnCAXH6YpiRCsoYDhQUF9PCThYkM/xMr8ymy\nl1LCTMeRftWszs83gfQS7ogxiNp3iYkEMINbTSn8jYOrY9/ZU8OaxoxiegzQ\nJG2U9PxcuvDKqDpjc+8vNGX0iiE+xxXCPfycjkk7eGUMgQfEhIFf8tecRMGh\ngDE1\r\n=r2n3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"email": "ajduberstein+js@gmail.com",
					"name": "duber"
				},
				{
					"email": "kargeor@gmail.com",
					"name": "georgios-uber"
				},
				{
					"email": "gnavvy@gmail.com",
					"name": "gnavvy"
				},
				{
					"email": "ib@unfolded.ai",
					"name": "ibgreen"
				},
				{
					"email": "cxiaoji@gmail.com",
					"name": "pessimistress"
				},
				{
					"email": "travis.gorkin@gmail.com",
					"name": "tgorkin"
				},
				{
					"email": "tareksherif@pm.me",
					"name": "tsherif"
				},
				{
					"email": "xintongxia11@uber.com",
					"name": "xintong"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.7_1598746330071_0.7327519804347915"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.8": {
			"name": "@deck.gl/mapbox",
			"description": "Use deck.gl layers as custom mapbox-gl-js layers",
			"license": "MIT",
			"version": "8.2.8",
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl",
				"visualization",
				"overlay",
				"layer"
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/deck.gl.git"
			},
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"build-bundle": "webpack --config ../../scripts/bundle.config.js",
				"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev"
			},
			"peerDependencies": {
				"@deck.gl/core": "^8.0.0"
			},
			"gitHead": "e51ecdb7a5a71153fda924495b56a32dce1ab9d5",
			"bugs": {
				"url": "https://github.com/visgl/deck.gl/issues"
			},
			"homepage": "https://github.com/visgl/deck.gl#readme",
			"_id": "@deck.gl/mapbox@8.2.8",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.20.2/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Bs/V4ygmD3oGoyfNjlqtBRNQxKKo7palGszGwdETSwom2l0mIMX9FhyJdgmSpMix6ad/ANxPWZx8aBwjXGLgUw==",
				"shasum": "34d9dbca9c697f19772a1313a1e9fc05853e8242",
				"tarball": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.8.tgz",
				"fileCount": 26,
				"unpackedSize": 95168,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfV7rLCRA9TVsSAnZWagAAVKkP/RlR8yvXzwiwUJvhyirE\nYC48yKHZ4uCrsakl30v2+3OOpiXQeZSyOzN/QB6i3HFxES7Okjqov9qa96mx\nYZ6kFFEl1eZd+ZbZUiYGc4b0gOhAtO7QayeE8zgSCq+wMHiaZVD7x/smp1+L\nGyBHPl3EiZ8aXJUNPY6DI3CMIxJATOV9hwlQTDOf1kn6utyI/UeScEvVvwuQ\nwoKkTKVJ5v5jGEgmmIXMwgGj47QtI+LsU/2eWjaTu0clxV3uQS/o+JU0pSb5\naonAzXwWnfHUYCNnyJJHiVrW4NAzY8zjavX3+8B0AF2rMlbNbSXdvFY4abc/\nNW5QMDxYX0FDrtNoJYjQkXZ0ob1liPW0+dVhtZ3YmJ1S5MhpWFbZr+KbRsGB\nFeGGBQI+mlNOqEu5eO4UqwASvvULU7eMOwVZUmPE/iNWIaiuSKam2GWDBfLt\nGoa2wnxkolDbDCaMcR9F+OBGrp9SGtF3AvasOZyi4TQSYrlspOgReufXYAhr\n5OB+XLvdHAXUg5pCuzWhDZv+v+fwjjRULkRXon3uGY8QhJWJqcJLrrXt8Ylc\ngeXCqt5b6f1xVk9cgrrwymyisL/m05rmdhGJCXNxa1Dx2GKn9OHST+HSEomh\nnRd571zdVP4WV+cSk72jfwKDc3jMGsD0C2ALvzfMaOgGH46wLxFEPKztdYKh\n9f/F\r\n=iY7f\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "duber",
					"email": "ajduberstein@gmail.com"
				},
				{
					"name": "xintong",
					"email": "xintongxia11@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				},
				{
					"name": "tgorkin",
					"email": "travis.gorkin@gmail.com"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "georgios-uber",
					"email": "kargeor@gmail.com"
				},
				{
					"name": "ibgreen",
					"email": "ib@unfolded.ai"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/mapbox_8.2.8_1599584970851_0.17981362425853864"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-10-05T19:21:12.350Z",
		"6.2.0-beta.1": "2018-10-05T19:21:12.637Z",
		"modified": "2020-09-08T17:09:37.641Z",
		"6.2.0-beta.2": "2018-10-09T23:43:14.921Z",
		"6.2.0-beta.3": "2018-10-12T23:25:17.827Z",
		"6.2.0": "2018-10-15T01:26:54.239Z",
		"6.2.1": "2018-10-24T20:01:42.740Z",
		"6.3.0-alpha.1": "2018-10-25T21:52:37.147Z",
		"6.2.2": "2018-10-25T23:51:56.274Z",
		"6.2.3": "2018-10-26T22:42:55.414Z",
		"6.3.0-alpha.2": "2018-11-02T22:24:17.115Z",
		"6.3.0-alpha.3": "2018-11-05T22:05:29.541Z",
		"6.2.4": "2018-11-07T20:34:00.024Z",
		"6.3.0-beta.1": "2018-11-12T06:48:19.338Z",
		"6.3.0-beta.2": "2018-11-14T00:52:09.502Z",
		"6.3.0": "2018-11-19T23:24:27.218Z",
		"6.3.1": "2018-12-04T19:22:10.279Z",
		"6.3.2": "2018-12-10T20:47:22.210Z",
		"7.0.0-alpha.1": "2018-12-10T21:58:02.921Z",
		"7.0.0-alpha.2": "2018-12-20T17:31:58.232Z",
		"6.3.3": "2019-01-02T21:19:59.216Z",
		"6.3.4": "2019-01-12T01:35:55.284Z",
		"6.4.0-alpha.1": "2019-01-12T02:53:40.396Z",
		"6.3.5": "2019-01-15T00:36:25.831Z",
		"6.3.6": "2019-01-17T19:06:07.005Z",
		"6.4.0-alpha.2": "2019-01-19T00:36:17.881Z",
		"6.3.7": "2019-01-23T00:00:21.715Z",
		"6.3.8": "2019-01-23T23:15:15.013Z",
		"7.0.0-alpha.3": "2019-01-23T23:47:15.531Z",
		"6.3.9": "2019-01-24T00:20:35.467Z",
		"6.4.0-alpha.3": "2019-01-25T00:04:01.875Z",
		"6.4.0-beta.1": "2019-01-28T21:35:42.264Z",
		"6.4.0": "2019-01-29T21:05:17.964Z",
		"6.4.2": "2019-02-15T22:43:58.622Z",
		"6.4.5": "2019-02-22T00:12:17.482Z",
		"7.0.0-alpha.4": "2019-03-05T21:51:35.792Z",
		"6.4.7": "2019-03-14T19:05:08.849Z",
		"7.0.0-alpha.5": "2019-03-15T22:52:07.427Z",
		"7.0.0-beta.1": "2019-03-26T00:10:48.255Z",
		"6.4.8": "2019-03-27T21:30:18.588Z",
		"6.4.9": "2019-03-30T00:31:29.434Z",
		"7.0.0-beta.2": "2019-04-02T21:14:24.732Z",
		"7.0.0-beta.3": "2019-04-06T01:55:07.800Z",
		"7.0.0-beta.4": "2019-04-12T04:27:27.849Z",
		"7.0.0-rc.1": "2019-04-13T04:55:39.388Z",
		"7.0.0": "2019-04-19T21:37:41.098Z",
		"6.4.10": "2019-04-22T21:13:33.857Z",
		"7.0.1": "2019-04-22T22:16:32.585Z",
		"7.0.2": "2019-04-23T19:08:23.184Z",
		"7.0.3": "2019-04-25T17:48:11.218Z",
		"7.0.4": "2019-04-30T20:37:36.486Z",
		"7.0.5": "2019-05-06T23:03:08.659Z",
		"7.0.6": "2019-05-13T18:53:53.828Z",
		"7.0.7": "2019-05-16T23:01:09.603Z",
		"7.0.8": "2019-05-17T21:27:01.297Z",
		"7.0.9": "2019-05-21T23:13:11.780Z",
		"7.1.0-alpha.1": "2019-05-22T23:46:08.118Z",
		"7.0.10": "2019-05-29T21:58:57.377Z",
		"7.1.0-alpha.2": "2019-05-30T23:25:22.386Z",
		"7.1.0-beta.1": "2019-05-31T23:44:31.647Z",
		"7.0.11": "2019-06-03T17:53:07.054Z",
		"7.1.0": "2019-06-05T19:06:27.266Z",
		"7.1.1": "2019-06-06T20:25:31.741Z",
		"7.1.2": "2019-06-07T18:30:42.434Z",
		"7.1.3": "2019-06-10T23:06:21.746Z",
		"7.1.4": "2019-06-14T04:19:29.535Z",
		"7.1.5": "2019-06-20T22:17:55.027Z",
		"7.1.6": "2019-06-21T22:01:34.927Z",
		"7.2.0-alpha.1": "2019-06-21T22:58:23.727Z",
		"7.1.7": "2019-06-24T20:35:08.021Z",
		"7.2.0-alpha.2": "2019-07-03T22:39:03.313Z",
		"7.2.0-alpha.3": "2019-07-10T16:04:56.604Z",
		"7.1.8": "2019-07-10T19:15:08.604Z",
		"7.1.9": "2019-07-10T22:00:12.980Z",
		"7.1.10": "2019-07-12T17:39:19.780Z",
		"7.2.0-alpha.4": "2019-07-12T17:48:58.551Z",
		"7.1.11": "2019-08-06T17:29:47.479Z",
		"7.2.0-beta.1": "2019-08-06T18:30:38.929Z",
		"7.2.0-beta.2": "2019-08-06T20:44:52.397Z",
		"7.2.0-beta.3": "2019-08-08T22:15:23.239Z",
		"7.2.0": "2019-08-10T02:59:38.254Z",
		"7.2.1": "2019-08-13T18:21:55.875Z",
		"7.2.2": "2019-08-16T21:27:16.259Z",
		"7.3.0-alpha.1": "2019-08-21T22:13:23.821Z",
		"7.2.3": "2019-08-27T02:42:38.347Z",
		"7.3.0-alpha.3": "2019-08-28T22:51:21.654Z",
		"7.3.0-alpha.4": "2019-08-29T23:58:15.131Z",
		"7.3.0-alpha.5": "2019-09-05T20:27:18.618Z",
		"7.3.0-alpha.6": "2019-09-06T19:32:25.890Z",
		"7.3.0-alpha.7": "2019-09-13T17:59:35.848Z",
		"7.2.4": "2019-09-13T21:04:25.216Z",
		"7.3.0-beta.1": "2019-09-18T02:52:18.950Z",
		"7.3.0-beta.2": "2019-09-19T17:11:32.538Z",
		"7.2.5": "2019-09-19T22:10:05.674Z",
		"7.2.6": "2019-09-20T19:33:24.518Z",
		"7.3.0-beta.3": "2019-09-20T20:46:58.851Z",
		"7.3.0-beta.4": "2019-09-21T05:34:12.539Z",
		"7.3.0-beta.5": "2019-09-24T02:01:07.299Z",
		"7.3.0-beta.6": "2019-09-25T16:27:47.713Z",
		"7.3.0-beta.7": "2019-09-25T23:43:43.921Z",
		"7.3.0-beta.8": "2019-09-26T20:02:53.377Z",
		"7.3.0-beta.9": "2019-09-28T00:08:32.983Z",
		"7.3.0": "2019-09-30T18:52:36.298Z",
		"7.3.1": "2019-09-30T22:00:39.933Z",
		"7.4.0-alpha.1": "2019-10-02T19:31:47.021Z",
		"7.3.2": "2019-10-03T21:36:27.040Z",
		"7.4.0-alpha.2": "2019-10-05T01:24:28.017Z",
		"7.3.3": "2019-10-15T23:47:09.663Z",
		"7.3.4": "2019-11-05T05:48:41.306Z",
		"7.3.5": "2019-11-08T20:53:57.121Z",
		"7.3.6": "2019-11-12T05:42:00.257Z",
		"8.0.0-alpha.1": "2019-12-10T00:44:16.408Z",
		"8.0.0-alpha.2": "2019-12-10T23:15:19.686Z",
		"7.3.7": "2019-12-11T06:10:26.210Z",
		"7.3.8": "2019-12-12T19:56:03.456Z",
		"8.0.0-beta.1": "2019-12-14T00:25:05.696Z",
		"7.3.9": "2019-12-16T21:31:38.327Z",
		"8.0.0-beta.2": "2019-12-17T23:08:13.234Z",
		"7.3.10": "2019-12-20T18:44:15.030Z",
		"8.0.0": "2019-12-22T00:33:22.319Z",
		"8.0.1": "2019-12-23T22:33:07.302Z",
		"7.3.11": "2019-12-24T00:29:13.091Z",
		"7.3.12": "2020-01-02T20:06:44.080Z",
		"8.0.2": "2020-01-02T20:23:55.135Z",
		"8.0.3": "2020-01-03T21:54:53.976Z",
		"8.1.0-alpha.0": "2020-01-08T22:17:58.013Z",
		"7.3.13": "2020-01-09T00:21:19.947Z",
		"8.0.4": "2020-01-09T00:46:20.747Z",
		"8.0.5": "2020-01-09T21:03:55.787Z",
		"8.0.6": "2020-01-13T18:17:56.118Z",
		"8.0.7": "2020-01-15T20:40:44.459Z",
		"7.3.14": "2020-01-17T06:21:08.214Z",
		"8.0.8": "2020-01-17T06:36:07.517Z",
		"8.1.0-alpha.1": "2020-01-17T20:55:50.509Z",
		"8.0.9": "2020-01-19T00:59:36.481Z",
		"8.0.10": "2020-01-23T17:29:43.314Z",
		"7.3.15": "2020-01-24T01:00:23.721Z",
		"8.0.11": "2020-01-24T01:29:44.166Z",
		"8.0.12": "2020-01-30T18:32:59.840Z",
		"8.0.13": "2020-02-04T22:02:27.302Z",
		"8.1.0-alpha.2": "2020-02-05T02:07:07.712Z",
		"8.0.14": "2020-02-10T19:21:04.112Z",
		"8.1.0-alpha.3": "2020-02-11T20:13:32.663Z",
		"8.0.15": "2020-02-14T19:02:03.818Z",
		"8.0.16": "2020-02-20T23:33:31.349Z",
		"8.1.0-alpha.4": "2020-02-20T23:57:21.719Z",
		"8.1.0-alpha.5": "2020-02-22T17:15:20.838Z",
		"8.1.0-alpha.6": "2020-03-01T17:53:12.080Z",
		"8.0.17": "2020-03-04T01:29:47.089Z",
		"8.1.0-beta.1": "2020-03-11T17:19:24.545Z",
		"8.1.0-beta.2": "2020-03-13T18:46:14.385Z",
		"8.1.0-beta.3": "2020-03-14T01:46:31.727Z",
		"8.1.0": "2020-03-17T19:27:14.688Z",
		"8.1.1": "2020-03-26T00:03:35.984Z",
		"8.2.0-alpha.1": "2020-04-01T20:55:03.434Z",
		"8.1.2": "2020-04-21T02:32:32.500Z",
		"8.1.3": "2020-04-26T03:16:24.903Z",
		"8.1.4": "2020-04-29T21:41:53.830Z",
		"8.1.5": "2020-05-06T21:41:16.715Z",
		"8.1.6": "2020-05-15T04:12:21.924Z",
		"8.1.7": "2020-05-18T20:15:18.694Z",
		"8.1.8": "2020-05-27T19:56:41.713Z",
		"8.1.9": "2020-06-04T19:51:42.433Z",
		"8.2.0-alpha.2": "2020-06-04T23:54:20.117Z",
		"8.2.0-alpha.3": "2020-06-08T21:32:55.305Z",
		"8.1.10": "2020-06-19T00:38:21.063Z",
		"8.1.11": "2020-06-19T17:49:46.217Z",
		"8.1.12": "2020-06-19T20:55:25.940Z",
		"8.2.0-beta.1": "2020-06-20T19:08:03.391Z",
		"8.2.0-beta.2": "2020-06-25T07:26:11.179Z",
		"8.2.0-beta.3": "2020-06-27T19:16:00.140Z",
		"8.2.0": "2020-06-29T00:53:33.897Z",
		"8.2.1": "2020-07-06T20:04:56.135Z",
		"8.2.2": "2020-07-08T20:29:31.653Z",
		"8.2.3": "2020-07-17T17:14:33.425Z",
		"8.2.4": "2020-07-30T05:48:48.440Z",
		"8.2.5": "2020-08-03T18:59:57.648Z",
		"8.2.6": "2020-08-24T17:25:25.449Z",
		"8.2.7": "2020-08-30T00:12:10.218Z",
		"8.2.8": "2020-09-08T17:09:30.971Z"
	},
	"users": {},
	"dist-tags": {
		"beta": "8.2.0-beta.3",
		"latest": "8.2.8"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"c0c246126142914a4e81461276a87ecf\"",
			"fetched": 1600326191413
		}
	},
	"_distfiles": {
		"mapbox-6.2.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.0-beta.1.tgz",
			"sha": "901bee0f42398cbe179aaf56625b3147e2a75211",
			"registry": "npmjs"
		},
		"mapbox-6.2.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.0-beta.2.tgz",
			"sha": "d18dc7329726567a293ae4611c178f57dd9187c2",
			"registry": "npmjs"
		},
		"mapbox-6.2.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.0-beta.3.tgz",
			"sha": "0cd4eb8d5541622b017d97b60506cc157602b5d6",
			"registry": "npmjs"
		},
		"mapbox-6.2.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.0.tgz",
			"sha": "1c48e46f8f004bc2aa980bbd935dac98058b5f39",
			"registry": "npmjs"
		},
		"mapbox-6.2.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.1.tgz",
			"sha": "cabab3b54dc60ab0a3ffb102a8f124e97165e945",
			"registry": "npmjs"
		},
		"mapbox-6.3.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0-alpha.1.tgz",
			"sha": "31237511c81a97eca49d05f51dc318fce74cd7d1",
			"registry": "npmjs"
		},
		"mapbox-6.2.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.2.tgz",
			"sha": "a5c8f881e9fbffd46f8160a836e053848df2e096",
			"registry": "npmjs"
		},
		"mapbox-6.2.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.3.tgz",
			"sha": "4a40dae21e58b38e37df8f286bb386893c0fcc4d",
			"registry": "npmjs"
		},
		"mapbox-6.3.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0-alpha.2.tgz",
			"sha": "34c929fb69edad453d03ed53ef12120ef8e29b32",
			"registry": "npmjs"
		},
		"mapbox-6.3.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0-alpha.3.tgz",
			"sha": "c890d20b66cbe1d147d2ae51e2f6fb9f5ff65106",
			"registry": "npmjs"
		},
		"mapbox-6.2.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.2.4.tgz",
			"sha": "8475128ae21bd3f2f9f04b1b58cf70c63e03d0b0",
			"registry": "npmjs"
		},
		"mapbox-6.3.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0-beta.1.tgz",
			"sha": "738493ed517231f53824014210506a99d5f8b352",
			"registry": "npmjs"
		},
		"mapbox-6.3.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0-beta.2.tgz",
			"sha": "f613cab500eefaa9acf70218c6c0acc31a54bc79",
			"registry": "npmjs"
		},
		"mapbox-6.3.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.0.tgz",
			"sha": "9f5314eb1a3b69b27dd86a1df500430b6de53f21",
			"registry": "npmjs"
		},
		"mapbox-6.3.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.1.tgz",
			"sha": "0a03089a860b3e1358125be1102da3cb7d1d2415",
			"registry": "npmjs"
		},
		"mapbox-6.3.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.2.tgz",
			"sha": "e81b9d98b075dd4fd068f679f5c5df9e2320a252",
			"registry": "npmjs"
		},
		"mapbox-7.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-alpha.1.tgz",
			"sha": "0e81ec1989b1e14f6f2aefb323c398863e3d1ad9",
			"registry": "npmjs"
		},
		"mapbox-7.0.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-alpha.2.tgz",
			"sha": "a6fa96bb651bcf019e8963dde397103ffa666d47",
			"registry": "npmjs"
		},
		"mapbox-6.3.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.3.tgz",
			"sha": "2a9d0e9ef8e62641e4773fb3e9e40c07d40b7bf4",
			"registry": "npmjs"
		},
		"mapbox-6.3.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.4.tgz",
			"sha": "1d092c0ddaaa4928af3d99010a9b7f62ef7f9ec1",
			"registry": "npmjs"
		},
		"mapbox-6.4.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.0-alpha.1.tgz",
			"sha": "4af15f2ce477fcf0255db75f052198329f3696cc",
			"registry": "npmjs"
		},
		"mapbox-6.3.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.5.tgz",
			"sha": "d3902453ece14ad5f40ff650ebf4e9a49ec21914",
			"registry": "npmjs"
		},
		"mapbox-6.3.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.6.tgz",
			"sha": "0fcbb212a666cac2b62a92b6e51577dc38ee788b",
			"registry": "npmjs"
		},
		"mapbox-6.4.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.0-alpha.2.tgz",
			"sha": "3343bb14c3676fbafe9e6252e24877315bcadd4e",
			"registry": "npmjs"
		},
		"mapbox-6.3.7.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.7.tgz",
			"sha": "bc125c140b6fa8c3a86052def5f7027e236dc860",
			"registry": "npmjs"
		},
		"mapbox-6.3.8.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.8.tgz",
			"sha": "b527ec3fc478fae48f98ed770f6a0371fa8d748e",
			"registry": "npmjs"
		},
		"mapbox-7.0.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-alpha.3.tgz",
			"sha": "31463f99e6ed471a8fd4d8da96a7e00b17f7a3b8",
			"registry": "npmjs"
		},
		"mapbox-6.3.9.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.3.9.tgz",
			"sha": "ecdcd3dda025892d8c56d2ab9536c81e8411c14f",
			"registry": "npmjs"
		},
		"mapbox-6.4.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.0-alpha.3.tgz",
			"sha": "52a8ea8a16737b34606f8e09903ddcd92ba09859",
			"registry": "npmjs"
		},
		"mapbox-6.4.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.0-beta.1.tgz",
			"sha": "abce06f324ad5b7ec161e0bb91d860e7f85e7d21",
			"registry": "npmjs"
		},
		"mapbox-6.4.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.0.tgz",
			"sha": "5c9fa01435c2fac401ddb4d6c406890823a9a292",
			"registry": "npmjs"
		},
		"mapbox-6.4.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.2.tgz",
			"sha": "b5716f823f1f9d3afb0c6b1246ba2ed2eedbe3e3",
			"registry": "npmjs"
		},
		"mapbox-6.4.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.5.tgz",
			"sha": "aec00103e37695136cecc4e0d3e3a6e58895b60d",
			"registry": "npmjs"
		},
		"mapbox-7.0.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-alpha.4.tgz",
			"sha": "d23369f8fb357cf8e55c171f9b7a018ea1633eb3",
			"registry": "npmjs"
		},
		"mapbox-6.4.7.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.7.tgz",
			"sha": "79189a9c4170c3ab20354164b412761642c36fe8",
			"registry": "npmjs"
		},
		"mapbox-7.0.0-alpha.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-alpha.5.tgz",
			"sha": "cf702314ba05d948ad26a981b4e787691075b920",
			"registry": "npmjs"
		},
		"mapbox-7.0.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-beta.1.tgz",
			"sha": "6258097802d0a2d8e854e4b544ecc8cd313ab978",
			"registry": "npmjs"
		},
		"mapbox-6.4.8.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.8.tgz",
			"sha": "6836d8a10f36d862d79415d85b47468977e0bef2",
			"registry": "npmjs"
		},
		"mapbox-6.4.9.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.9.tgz",
			"sha": "a7e8a55733d69e1e34e1544710b85d837ba31cae",
			"registry": "npmjs"
		},
		"mapbox-7.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-beta.2.tgz",
			"sha": "a05fcfcdac011798fd766527f3546313debe20e7",
			"registry": "npmjs"
		},
		"mapbox-7.0.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-beta.3.tgz",
			"sha": "bad903db21430188588c93478d84df25d9cef48b",
			"registry": "npmjs"
		},
		"mapbox-7.0.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-beta.4.tgz",
			"sha": "695b4ff1ea771bd2dc4b1076927a860f3e17423e",
			"registry": "npmjs"
		},
		"mapbox-7.0.0-rc.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0-rc.1.tgz",
			"sha": "65cde4153405d6d11131d5dbd905de5e32e95e47",
			"registry": "npmjs"
		},
		"mapbox-7.0.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.0.tgz",
			"sha": "416c71fbab37c10782b032b607751dfb7172debb",
			"registry": "npmjs"
		},
		"mapbox-6.4.10.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-6.4.10.tgz",
			"sha": "1acbacc61d43039d91c105c1aaaa3703b4fdf508",
			"registry": "npmjs"
		},
		"mapbox-7.0.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.1.tgz",
			"sha": "d1d4a4ea9bea8ba09b8543b0c28c8ba42687e132",
			"registry": "npmjs"
		},
		"mapbox-7.0.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.2.tgz",
			"sha": "9942ed4cf0224c54fc66f874c24ce4a65e4c77bb",
			"registry": "npmjs"
		},
		"mapbox-7.0.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.3.tgz",
			"sha": "2fb0f4d4ab335c01913fad5419cd3217fa952434",
			"registry": "npmjs"
		},
		"mapbox-7.0.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.4.tgz",
			"sha": "051e12c0daa3efd43b7c81d0f61e809719ae6085",
			"registry": "npmjs"
		},
		"mapbox-7.0.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.5.tgz",
			"sha": "cf8c832cd7ead9526a60bad77ebcb4331941ef22",
			"registry": "npmjs"
		},
		"mapbox-7.0.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.6.tgz",
			"sha": "f1c040c63e3934a916c90d827839acfaaa885e89",
			"registry": "npmjs"
		},
		"mapbox-7.0.7.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.7.tgz",
			"sha": "84f78c436db7753d9259696427e8e6caaea1c9f5",
			"registry": "npmjs"
		},
		"mapbox-7.0.8.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.8.tgz",
			"sha": "01563aa12e99d60c4763dee22f70fb918cde4359",
			"registry": "npmjs"
		},
		"mapbox-7.0.9.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.9.tgz",
			"sha": "4623c10594792358780af9e6e8b793d081c3a90d",
			"registry": "npmjs"
		},
		"mapbox-7.1.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.0-alpha.1.tgz",
			"sha": "950d48d065c05b23be71d2ff8f07c0b77f139062",
			"registry": "npmjs"
		},
		"mapbox-7.0.10.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.10.tgz",
			"sha": "e0ae83543417a062f6009a3ac6e5de933413c4c5",
			"registry": "npmjs"
		},
		"mapbox-7.1.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.0-alpha.2.tgz",
			"sha": "0db8564e36092c0dc816839d8edd21cf6ad26a9d",
			"registry": "npmjs"
		},
		"mapbox-7.1.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.0-beta.1.tgz",
			"sha": "7472f7021565390fae63b421132df7a5470b0fb1",
			"registry": "npmjs"
		},
		"mapbox-7.0.11.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.0.11.tgz",
			"sha": "8d1fa6c4deab0783235468a13fea2a44641fac1e",
			"registry": "npmjs"
		},
		"mapbox-7.1.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.0.tgz",
			"sha": "d436fc56d3fe73c1592fa9aee3522f83241f6c19",
			"registry": "npmjs"
		},
		"mapbox-7.1.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.1.tgz",
			"sha": "c899909e495b467558faa92b621f11979ce694b1",
			"registry": "npmjs"
		},
		"mapbox-7.1.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.2.tgz",
			"sha": "d5dbdbd940b49594b844b32d1a4b20e036e04ff8",
			"registry": "npmjs"
		},
		"mapbox-7.1.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.3.tgz",
			"sha": "53bd310c56cda5ba62e7cd66f4e0453863119f1e",
			"registry": "npmjs"
		},
		"mapbox-7.1.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.4.tgz",
			"sha": "c61c0da16da93e57ba6e072784e5a5266be70fe8",
			"registry": "npmjs"
		},
		"mapbox-7.1.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.5.tgz",
			"sha": "2c1b61d50f626fbde5b1703eea14d0a8b6fbaa24",
			"registry": "npmjs"
		},
		"mapbox-7.1.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.6.tgz",
			"sha": "fdc6cdf9b521b23acfd2910e163e5f946bbd8f20",
			"registry": "npmjs"
		},
		"mapbox-7.2.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-alpha.1.tgz",
			"sha": "34fa6ad17ca5bf0639384b18da33aadc87485a35",
			"registry": "npmjs"
		},
		"mapbox-7.1.7.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.7.tgz",
			"sha": "bb59bd412c9c7c2d0147506ba8c2965089ec7fed",
			"registry": "npmjs"
		},
		"mapbox-7.2.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-alpha.2.tgz",
			"sha": "c04ea404b85b075fe9a6fef053b391102b4c3c49",
			"registry": "npmjs"
		},
		"mapbox-7.2.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-alpha.3.tgz",
			"sha": "533281f3ca2d7d53f6e64d210491c2eaab2c345d",
			"registry": "npmjs"
		},
		"mapbox-7.1.8.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.8.tgz",
			"sha": "2514873c2df4f90651fca9c6d3dc667f88a14f54",
			"registry": "npmjs"
		},
		"mapbox-7.1.9.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.9.tgz",
			"sha": "2664823c0add630d8803ed58d44a93d113efa861",
			"registry": "npmjs"
		},
		"mapbox-7.1.10.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.10.tgz",
			"sha": "f0821a8eeba55f01278e5618b8268fafcd0d0448",
			"registry": "npmjs"
		},
		"mapbox-7.2.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-alpha.4.tgz",
			"sha": "5b97fca44c191b95a177f5364aedd26ec1717d68",
			"registry": "npmjs"
		},
		"mapbox-7.1.11.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.1.11.tgz",
			"sha": "87d2e9306f0ce7679ddc95b11e33b7c2d1ee9d9d",
			"registry": "npmjs"
		},
		"mapbox-7.2.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-beta.1.tgz",
			"sha": "6f29d7b428ea232fe2d5ee7147df3e6026962ab4",
			"registry": "npmjs"
		},
		"mapbox-7.2.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-beta.2.tgz",
			"sha": "95207292df34eb5054ab2469d7b6a2c439566bde",
			"registry": "npmjs"
		},
		"mapbox-7.2.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0-beta.3.tgz",
			"sha": "2c21425ea4ae0b4711d66828460df5717f3bef85",
			"registry": "npmjs"
		},
		"mapbox-7.2.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.0.tgz",
			"sha": "2d4d4c2597f211f7ba82f05ebce95e8524cc8682",
			"registry": "npmjs"
		},
		"mapbox-7.2.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.1.tgz",
			"sha": "85975c143e8e01184c2b6ceccfa76289a59d59c4",
			"registry": "npmjs"
		},
		"mapbox-7.2.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.2.tgz",
			"sha": "5c5a4d7fb36a38c2ba022fe029e3c1ea8def474c",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.1.tgz",
			"sha": "f83fbb2799619fd2cddbf276c9b04560247126b5",
			"registry": "npmjs"
		},
		"mapbox-7.2.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.3.tgz",
			"sha": "3eed50d80b44305231d51bef4abf908f40fdf9d5",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.3.tgz",
			"sha": "97187581795bc5cd888fc12630b86e352b0a3f4f",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.4.tgz",
			"sha": "377c200c8c3cb2ebefa2b29d5d37b5653d46536f",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-alpha.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.5.tgz",
			"sha": "960d5bfa46cfdb6b0718d8fe1aeee3f002a005ff",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-alpha.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.6.tgz",
			"sha": "5bb95d315e631fc93bf2565f0cce63631ff5d90d",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-alpha.7.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-alpha.7.tgz",
			"sha": "4d305a0196fa99fe53e4d055c57d1ca70a3a7817",
			"registry": "npmjs"
		},
		"mapbox-7.2.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.4.tgz",
			"sha": "fc926cc435f32911c9bbf4ba0ff1715c2b3f6554",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.1.tgz",
			"sha": "2829a3b44ed558e49c8a4cf192e757f7d708ea38",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.2.tgz",
			"sha": "96cc26426701a02bbb047d9afba06811a795c401",
			"registry": "npmjs"
		},
		"mapbox-7.2.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.5.tgz",
			"sha": "bb7ea19fb4dc34d01e13b24e0200ba72e3fc89da",
			"registry": "npmjs"
		},
		"mapbox-7.2.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.2.6.tgz",
			"sha": "30691a75873dfea043c51bdec907416f9113b4db",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.3.tgz",
			"sha": "dac586a38492499deb7fff1797d2613b870bb142",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.4.tgz",
			"sha": "6da64e1e764e4171e95b2c1370710eb4f9cfc0e7",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-beta.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.5.tgz",
			"sha": "b3b077b9712d3e89b0aa3de7decaa0d92fb5641d",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-beta.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.6.tgz",
			"sha": "01bcbcfd330de3554c3dc191f97cf0b10c55e7a3",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-beta.7.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.7.tgz",
			"sha": "b096ae6c9292de036fbc8f093dab9fac3e0b37b8",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-beta.8.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.8.tgz",
			"sha": "447866cddd2b9a1dac763961ccc9d420446cc066",
			"registry": "npmjs"
		},
		"mapbox-7.3.0-beta.9.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0-beta.9.tgz",
			"sha": "2aabfecb16c289e9a5b2d33001d4482d2804b3f7",
			"registry": "npmjs"
		},
		"mapbox-7.3.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.0.tgz",
			"sha": "122873a5eb3faff9331011ba07c806dd2c894e47",
			"registry": "npmjs"
		},
		"mapbox-7.3.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.1.tgz",
			"sha": "c6b0c2322a0f2b47ef3888c3d5a9afbce0ec3974",
			"registry": "npmjs"
		},
		"mapbox-7.4.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.4.0-alpha.1.tgz",
			"sha": "8957a17ee81aa66880491d836d63054f5fdac0bf",
			"registry": "npmjs"
		},
		"mapbox-7.3.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.2.tgz",
			"sha": "af54fd0dacd10b039ddc270103e72587f058cb86",
			"registry": "npmjs"
		},
		"mapbox-7.4.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.4.0-alpha.2.tgz",
			"sha": "63a5629ae564fec455780683ce0565971aac9b23",
			"registry": "npmjs"
		},
		"mapbox-7.3.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.3.tgz",
			"sha": "10195f9b5f3aad9de0c752b790d7930a1626b80c",
			"registry": "npmjs"
		},
		"mapbox-7.3.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.4.tgz",
			"sha": "f22eb42ac344fce660c368e0078612527a258c12",
			"registry": "npmjs"
		},
		"mapbox-7.3.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.5.tgz",
			"sha": "6fb2fbe9d834e5b6dcf31dd6de796e66877e2b1c",
			"registry": "npmjs"
		},
		"mapbox-7.3.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.6.tgz",
			"sha": "0213a2302361e1d7a5e068f940298ea627d49aef",
			"registry": "npmjs"
		},
		"mapbox-8.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.0-alpha.1.tgz",
			"sha": "64eff6e21e4d0a0f062281ce482bb279f7752599",
			"registry": "npmjs"
		},
		"mapbox-8.0.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.0-alpha.2.tgz",
			"sha": "645f26db6ed04b16bd08d1cb9b47309d38532d49",
			"registry": "npmjs"
		},
		"mapbox-7.3.7.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.7.tgz",
			"sha": "95af42b9c7fc783c31d8be440a4b23b142fbd5f0",
			"registry": "npmjs"
		},
		"mapbox-7.3.8.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.8.tgz",
			"sha": "7e9764a9b4eff4923e26f8ab05f1063a8a7f5d7e",
			"registry": "npmjs"
		},
		"mapbox-8.0.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.0-beta.1.tgz",
			"sha": "4800473a1b45dccc7c48aed75cfa7f10b4ec273b",
			"registry": "npmjs"
		},
		"mapbox-7.3.9.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.9.tgz",
			"sha": "b446ff60cab27f9f0510ce6b69247619fe41cd79",
			"registry": "npmjs"
		},
		"mapbox-8.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.0-beta.2.tgz",
			"sha": "8c4096b9c99b245186d35ffb2da2789b17edf2f6",
			"registry": "npmjs"
		},
		"mapbox-7.3.10.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.10.tgz",
			"sha": "3398d59dd82070f2dcd27ce81a410782b212e0f8",
			"registry": "npmjs"
		},
		"mapbox-8.0.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.0.tgz",
			"sha": "832c261b107eb9c8b39dbb5ee3afb9952c365cf2",
			"registry": "npmjs"
		},
		"mapbox-8.0.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.1.tgz",
			"sha": "b8c02da42c9e74d47f0a6c29fa8eb37d4133d56e",
			"registry": "npmjs"
		},
		"mapbox-7.3.11.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.11.tgz",
			"sha": "63a396c8cfbd805ee74025ed2d46e87ccba9afd3",
			"registry": "npmjs"
		},
		"mapbox-7.3.12.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.12.tgz",
			"sha": "f31e16901ed126fc89569adda74bcc85e16414d6",
			"registry": "npmjs"
		},
		"mapbox-8.0.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.2.tgz",
			"sha": "b09cdec8b7001e0d3c039bba51d0a1d0f2eae11e",
			"registry": "npmjs"
		},
		"mapbox-8.0.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.3.tgz",
			"sha": "d5df12098dc4bd876e9ab9bd78c6a54ca72a880a",
			"registry": "npmjs"
		},
		"mapbox-8.1.0-alpha.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.0.tgz",
			"sha": "7c13fd3c8a6995cc00ee3a786da7631e1d5db099",
			"registry": "npmjs"
		},
		"mapbox-7.3.13.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.13.tgz",
			"sha": "a594ef43f07b1b69df0dee0e1713209d9f743978",
			"registry": "npmjs"
		},
		"mapbox-8.0.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.4.tgz",
			"sha": "26e4d04822d5460b91f713462b26a95f5c9bf409",
			"registry": "npmjs"
		},
		"mapbox-8.0.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.5.tgz",
			"sha": "54e34c897ef2939cb5e62904dcbf6169ec0e332b",
			"registry": "npmjs"
		},
		"mapbox-8.0.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.6.tgz",
			"sha": "420fafebda4de968d39dfaaaaf9077c400d84252",
			"registry": "npmjs"
		},
		"mapbox-8.0.7.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.7.tgz",
			"sha": "b582ad34b633ba4e3eab7ea702306e8fd15c55d7",
			"registry": "npmjs"
		},
		"mapbox-7.3.14.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.14.tgz",
			"sha": "6f86bf5ca7e7a929ffbb8e989c43dc062509f7c9",
			"registry": "npmjs"
		},
		"mapbox-8.0.8.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.8.tgz",
			"sha": "561be24cf492621878a0865f6b257ba1c392249c",
			"registry": "npmjs"
		},
		"mapbox-8.1.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.1.tgz",
			"sha": "694579da02f32c931d5f84714787cece90cb8f4d",
			"registry": "npmjs"
		},
		"mapbox-8.0.9.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.9.tgz",
			"sha": "f56dbe5d1a1fd3dcd5f7dffdb7452a152060b1a6",
			"registry": "npmjs"
		},
		"mapbox-8.0.10.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.10.tgz",
			"sha": "15b3dc2d217b425455ef057cd455aef7abcddd35",
			"registry": "npmjs"
		},
		"mapbox-7.3.15.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-7.3.15.tgz",
			"sha": "738bd47d30407efdf13e49c271144b0c6636b71b",
			"registry": "npmjs"
		},
		"mapbox-8.0.11.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.11.tgz",
			"sha": "0d75cb7c20ba755a689c9bffb925b6a95ded63bc",
			"registry": "npmjs"
		},
		"mapbox-8.0.12.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.12.tgz",
			"sha": "7af8d64d6c615881beba554540919a9d52a64097",
			"registry": "npmjs"
		},
		"mapbox-8.0.13.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.13.tgz",
			"sha": "6305bee9fc10991421bc98914c8a825c9f99a72e",
			"registry": "npmjs"
		},
		"mapbox-8.1.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.2.tgz",
			"sha": "f6c600bc9fb622799b82f1af3568de4f12dab23b",
			"registry": "npmjs"
		},
		"mapbox-8.0.14.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.14.tgz",
			"sha": "e8f20fd5ffb906849fc7f5bdf5c2b73469eb694f",
			"registry": "npmjs"
		},
		"mapbox-8.1.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.3.tgz",
			"sha": "b08027c2348247c23c17bcb96b4b736b138fa202",
			"registry": "npmjs"
		},
		"mapbox-8.0.15.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.15.tgz",
			"sha": "73c42068f769fbf3dff7b739e5c81baabfedd74d",
			"registry": "npmjs"
		},
		"mapbox-8.0.16.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.16.tgz",
			"sha": "5f6192e282ea92ab9549b574a5125d83b6dfafa3",
			"registry": "npmjs"
		},
		"mapbox-8.1.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.4.tgz",
			"sha": "bf1cb43c164e6735b8c680de1f71cf51262b1e5d",
			"registry": "npmjs"
		},
		"mapbox-8.1.0-alpha.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.5.tgz",
			"sha": "4df40138908472cd501dc7d2d0e05ee80767aeb7",
			"registry": "npmjs"
		},
		"mapbox-8.1.0-alpha.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-alpha.6.tgz",
			"sha": "7f778bc3e8fd68d395d4daba796d54f0eb849e0a",
			"registry": "npmjs"
		},
		"mapbox-8.0.17.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.0.17.tgz",
			"sha": "887ae0898d1f1aed3863faf342b64635f4ffdc43",
			"registry": "npmjs"
		},
		"mapbox-8.1.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-beta.1.tgz",
			"sha": "363a9681bd3439d2f304e751b937aa1944eda37e",
			"registry": "npmjs"
		},
		"mapbox-8.1.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-beta.2.tgz",
			"sha": "a4d04502a1c8cd3e7658f3c0fb7795aa1dbcdeb3",
			"registry": "npmjs"
		},
		"mapbox-8.1.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0-beta.3.tgz",
			"sha": "c26dfeb18fea14282f8a6a891459b1b5169acec1",
			"registry": "npmjs"
		},
		"mapbox-8.1.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.0.tgz",
			"sha": "272f14a8678d370f64fc9d5d0294e75ae00b4f0d",
			"registry": "npmjs"
		},
		"mapbox-8.1.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.1.tgz",
			"sha": "b9f3baeaa74b6315557704a047cd01b1789111d1",
			"registry": "npmjs"
		},
		"mapbox-8.2.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-alpha.1.tgz",
			"sha": "7e68309248e77ab16509c592b6e076cf5c68a657",
			"registry": "npmjs"
		},
		"mapbox-8.1.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.2.tgz",
			"sha": "d159c8b031163cf05cb36144c889a00758bf1d09",
			"registry": "npmjs"
		},
		"mapbox-8.1.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.3.tgz",
			"sha": "d08b48a7892efc25c06f3e3f3200620ae1bba814",
			"registry": "npmjs"
		},
		"mapbox-8.1.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.4.tgz",
			"sha": "029f93b073da53fba86488cbf6007b0038d6d326",
			"registry": "npmjs"
		},
		"mapbox-8.1.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.5.tgz",
			"sha": "616b6ad5a233a3608e45672de37201040a4b87d1",
			"registry": "npmjs"
		},
		"mapbox-8.1.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.6.tgz",
			"sha": "b94e559ae1448c3a2661bd06ce6782e79fbc9bb9",
			"registry": "npmjs"
		},
		"mapbox-8.1.7.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.7.tgz",
			"sha": "d6e9554265ba7567e02af35d40e123a97a3787af",
			"registry": "npmjs"
		},
		"mapbox-8.1.8.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.8.tgz",
			"sha": "18593077e1a5119a67654cf9f7ac6aa6d5d8b588",
			"registry": "npmjs"
		},
		"mapbox-8.1.9.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.9.tgz",
			"sha": "6f7e35e2c3d16c1a91e84ddda8ce8e001a2b1961",
			"registry": "npmjs"
		},
		"mapbox-8.2.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-alpha.2.tgz",
			"sha": "8aaab2a7749a85e1f42ef8f61124919083298895",
			"registry": "npmjs"
		},
		"mapbox-8.2.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-alpha.3.tgz",
			"sha": "8ef2a56048678d9a3af7b274756e653b447a6c4c",
			"registry": "npmjs"
		},
		"mapbox-8.1.10.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.10.tgz",
			"sha": "eeca3d732458f06d27951f2c5c2909fb9df4cc3b",
			"registry": "npmjs"
		},
		"mapbox-8.1.11.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.11.tgz",
			"sha": "0868cc445126cd5c72dfddeec4d3fdf4b9570039",
			"registry": "npmjs"
		},
		"mapbox-8.1.12.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.1.12.tgz",
			"sha": "78f794c3f02b94768a8dbd558297104650be0ce3",
			"registry": "npmjs"
		},
		"mapbox-8.2.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-beta.1.tgz",
			"sha": "1e51faf8f4c230333e5521f46337189eec16369e",
			"registry": "npmjs"
		},
		"mapbox-8.2.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-beta.2.tgz",
			"sha": "ea5c98efbe7c6f04e4efcf03e9e359e8774b54dc",
			"registry": "npmjs"
		},
		"mapbox-8.2.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0-beta.3.tgz",
			"sha": "6b4e8d62142b5030d10728426db96505d1c32b6d",
			"registry": "npmjs"
		},
		"mapbox-8.2.0.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.0.tgz",
			"sha": "f394c5c196ae9c88c74f0983def1fd9b48c6e24a",
			"registry": "npmjs"
		},
		"mapbox-8.2.1.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.1.tgz",
			"sha": "6303d5e86553b2a08d82e3bb21e73a48c169801b",
			"registry": "npmjs"
		},
		"mapbox-8.2.2.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.2.tgz",
			"sha": "793b250e26038d17ebf9bdfa1c032bcabf2f8750",
			"registry": "npmjs"
		},
		"mapbox-8.2.3.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.3.tgz",
			"sha": "b273815ba34cb6562b8d845642b66eb47940923e",
			"registry": "npmjs"
		},
		"mapbox-8.2.4.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.4.tgz",
			"sha": "3df4a49b55e3f9375f253aa12757dd3881a0dbb5",
			"registry": "npmjs"
		},
		"mapbox-8.2.5.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.5.tgz",
			"sha": "669d282a12184974b2a0a64a34a85922166a6a0b",
			"registry": "npmjs"
		},
		"mapbox-8.2.6.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.6.tgz",
			"sha": "6ba2493e61cb51933e05c17a5320be555c1db2c3",
			"registry": "npmjs"
		},
		"mapbox-8.2.7.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.7.tgz",
			"sha": "d03f95e69798c49647d4dc280f4155b95322f0e8",
			"registry": "npmjs"
		},
		"mapbox-8.2.8.tgz": {
			"url": "https://registry.npmjs.org/@deck.gl/mapbox/-/mapbox-8.2.8.tgz",
			"sha": "34d9dbca9c697f19772a1313a1e9fc05853e8242",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"mapbox-8.2.2.tgz": {
			"shasum": "793b250e26038d17ebf9bdfa1c032bcabf2f8750"
		}
	},
	"_rev": "2-6ab94a108af0b41a",
	"_id": "@deck.gl/mapbox",
	"readme": "# @deck.gl/mapbox\n\nUse deck.gl layers as custom mapbox layers, enabling seamless interleaving of mapbox and deck.gl layers.\n\nSee [deck.gl](http://deck.gl) for documentation."
}