{
	"name": "@luma.gl/core",
	"versions": {
		"7.0.0-alpha.8": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.8",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.6",
				"@luma.gl/shadertools": "^7.0.0-alpha.8",
				"math.gl": "^2.2.0",
				"probe.gl": "^2.0.1",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.0.0-alpha.8",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.0",
			"_npmUser": {
				"name": "georgios-uber",
				"email": "georgios@uber.com"
			},
			"dist": {
				"integrity": "sha512-JFaAzQeZHC6iSX2Sfvo5QSCPqZYi0NQfN/ZXwST9hRDhu06Q5Vr9szBKondJajwbVunpF7lHrtSxmRHH3d1jaw==",
				"shasum": "4f56e12e3cb099eda55cfaf51d2c2ab0dbc63015",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.8.tgz",
				"fileCount": 938,
				"unpackedSize": 4879634,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYgV+CRA9TVsSAnZWagAAleIP/1YdOMseLZqq3Z4pn4am\n38qc6TI9uEpEfjv0dUwAdxEjpG8TMAYzT4m6pvtEvq/g18+3MaV03EWjSHLG\nAyjRjFhczwmlilAnUjktHhsZfQj6lsUp44E84uYyua79ZEiOkmpOIi7BmzYt\nvOABIQSSKaC5uIKyvoEb4YdsiACMxT6oiltLo9elb7BvH+ceKKwRIRjJj0i4\n1K+rO96s6UvPDRoUibNHIIVFM8FsK7cYTEfpIQcf8ZO9362IkbF9kY4QCl30\nje9atqLLq0XZgGq4eHFUSi15L/eUbLW12KV9q0HW64hDS6G9ve/RKkGwOOF8\n6axdxbe2Gt5ofuE96l9BrCihCfrMfwtBN5J0zrQdFD4ce0zhLIBGtvSA7ENt\nBdDMiknP662kVaSbS7kdT7l7oHPudIgWnk3KmosOmhaBbmsEPqnAz86dK0iW\ndAlm4PklbEX6rYwre3NeDoclapEejrwV4ImgjGjp3RuA9Yp8+u17zpzo/6vO\nfGzLfWMZ131zIcx5fACzBQe4+xLm+CDbkX3SzZu/JzWIAbdZDgzBcj9a4dx6\ndJFjqxdVRabog1z4BUF7f2hr5gNoTvxmWRjbQRqdfzp08ugOe/B06v3Gp7T9\nxu8dqJtmiveiHbbt5ZMQzmyAEtGqIq5U5PX7D9autZsqbEXyfU1hxhQS5mgJ\nMWD6\r\n=swKn\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "georgios-uber",
					"email": "georgios@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				},
				{
					"name": "gnavvy",
					"email": "gnavvy@gmail.com"
				},
				{
					"name": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "1chandu",
					"email": "chandu@uber.com"
				},
				{
					"name": "ibgreen",
					"email": "ib.green.home@gmail.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.8_1549927805961_0.5235574373578011"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.10": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.10",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.6",
				"@luma.gl/shadertools": "^7.0.0-alpha.8",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.8",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.8",
				"math.gl": "^2.2.0",
				"probe.gl": "^2.0.1",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.10",
			"dist": {
				"shasum": "2145a2995a68a04fda7b458abb6b9c0ec6c5dae2",
				"integrity": "sha512-jOym2PVpmNXrempR9Of3sxfMVw9raD6FXA05lHae1aUAmdIckZS6hij7DV5n8cgjGFKEkHJYhOZTZVICo1I0zQ==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.10.tgz",
				"fileCount": 1028,
				"unpackedSize": 4879739,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYxm+CRA9TVsSAnZWagAAnboP/RRP3v9eMLkLvYrf1euH\nafS2qfM1daR7aWg5dkVQUF15Nb/9Ali+zNsiOv7Kk4gI1YH1VlWS315PgzJt\nOfa0kQdcVmWx3u3c2dTgjMKcJuPQem4v5kLGH6CWJRXL/sszUWBWN38ECdfX\n7rIg82yRYnI3fbOXKqOKdkMPmE588njEvMNefBQOHGlsS74oBl+AEGm0tWWv\nBfxpCo0pjeYboASxyYWM9OktKG9ViJTuklk2vKZMsPbyDPRnMNhKFA+qxHYF\nLhBilKGBx+jFL/d0awOHCbcKFwJ43fyDLUl39xamSj/bTa5TtiySf0BfAF+m\nD1uWjt9SoBd12cVLUWKAIK1r41FPcnTYi0OhAUAeOU9bMlxCGUZNYfeK9GAZ\n1Fy9TkZYZSN+AyoPfpGVUhzE0w8Ys4qmnwJR2rn44z1dDVHX9AawQySc8gR1\nVRr70X1cbzsv3V6t+rwc4+zJzsFtIlEFibXykLqtFP4ajwnPa/v3QgrTaY1G\nsEucQDgk6tOozrad5cr1+UvK4zcjNDaS07fsDd2MukwuAVU2Oy7r3c6d3yfU\nqxNwejNe7wrct8E0/VBluksBw+edHCFoU+UncLLHLm//Bh6wKg0IiFCv/K5I\nZUsvldj04Ew6Oybq0INxo061j8BAD0P/1bK7k4Mp8Nkulld5BeCsbKUxR3Cc\nTA2D\r\n=lDaW\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": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "georgios-uber",
				"email": "georgios@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.10_1549998525507_0.32446801212089826"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.11": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.11",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.6",
				"@luma.gl/shadertools": "^7.0.0-alpha.8",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.11",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.11",
				"math.gl": "^2.2.0",
				"probe.gl": "^2.0.1",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.11",
			"dist": {
				"shasum": "c71b58a0183c02fda5f6df2534196cfc0d5f0eb0",
				"integrity": "sha512-G+pLCjINE+sC8xFXBl+jXMx3ljA4OJ0xBu9eMqeXX+fiwTzd0KlG1mQnYFByHMO7hdjhp95+umfpymOZ8s4W4g==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.11.tgz",
				"fileCount": 1028,
				"unpackedSize": 4881429,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcZKdwCRA9TVsSAnZWagAAA4MQAILrWNiTHTIi6p7Oswwh\nRaTZRmLglIyPwF/iKyEcqQW/ohBTERwKTtVnejU3gaHLsk+yz34HpXP/zS6F\na4pUqgi/CqpUn/iN06ocinzrY9WlbhiqKEFgit95J4hGwoNRn66XXvXgMiC3\nvyHWLP+23LyHcCCwu8+dPaWgNwn/aLiUjaKBcvWlbCVM1vAAM6141zy8YiP6\nTKEhaP8xoTVNqPm09XoIXFDfoYbfBlNNiycjootdBAyerj+BBLut4MdVh/H3\n+p/6qabiwN8yYh+GPNzMXDBmYmqZASY0YCAsa9cC3fDra8QNH7f+4Z4KlaWm\n4dxBoCjZeuN/uEbKIEt1dNiNYu2fdbR5wDQSOganjP+2Rx2garZyZv4aDOYH\n7i2Ani6D/JctM90ysL4oruEc0ZslsNFeh0gCwukLNmldkuOCCbSGJO8JCx1S\nJsKR1tSXzIleTamvBQEepYIElqOQK+Qkpcj7+VBNvlrAvI9ktZNzLTUScQF7\n9qHFuH40Ilquet0Fb8ibyVinvkYRJBH0toDf80AjfxY4QA0OTPrf0Aowgs28\nsfpe1naE18UBe1ljAdd+9BXU1trPtLMkfl9BU0UnmUrggJ/wKBeDRAF3EABB\nyIK6bbSzQyW6fTqDJLG9zvIHgNY4hBKvmaGjVwPILfxgxTXkwEc7WWnE3rqs\n0YqD\r\n=C7zr\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": "jianh",
					"email": "jianh@uber.com"
				},
				{
					"name": "pessimistress",
					"email": "cxiaoji@gmail.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "georgios-uber",
				"email": "georgios@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.11_1550100335256_0.7599070503295657"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.12": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.12",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.6",
				"@luma.gl/shadertools": "^7.0.0-alpha.12",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.11",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.11",
				"math.gl": "^2.2.0",
				"probe.gl": "^2.0.1",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.12",
			"dist": {
				"shasum": "fdf4b57d5a3b1cc7ee48caa84f1d783d0afcd379",
				"integrity": "sha512-P2kkbWFASfVf7tiaE5FbCPZEDMolx9jgH7D0v7icoM80J5T7PKUZENb8+XBF+vDAhrwuLc9R1cQF+t/lafQHcw==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.12.tgz",
				"fileCount": 1028,
				"unpackedSize": 4916044,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcbcf1CRA9TVsSAnZWagAAEjsP/i956sojkwYB3V310pGy\nU4gV4I+VqQh3Y14SeEY+AsDBVGtbkYM+lAnT7JdohKVbgscO90PEDxkD49Zb\nKovcgpSAk5+/2vMcVMsGA4kKlHdf4GalNGXxBRhVTB7B7gVEYAVTGDrR4gWX\nFBHDBAp6yt1NzHqiLWsg5T5KOZV+DfWrjdsxn6+cG6r7cCIMwqZi73l35KKq\nQ2+bgX956pA3pHyvuYyR2qb+UjQmbU1CDrtR5kssXTJQc+zP4Ypu6+VZ13gC\n3mYw66xxo4j+GZDMAa4/uTP65QJ/BVlZdCfgo1AhsqQbO+l52IcoTz9Lnoor\nqQXrgc76Y4sagLUwHf9CZlrHZap7I9uDos2W6RzRmnxoJOivBFoloXAXAxjX\nhNTXytOOzud9S0K1XKvHdvHVi1gAnZtJqBZO/oCP2Qa/j/8TLxLmVg0CxzVP\nNDGJHVtoiPeDa9TLEIao3P2hSVxV+zJvTpQjhLpHCAQHFhfXOdx2k2SrZwqI\nuSWrYOpii+pEpNE/3h4gkwuSGA4XwVjrFSYd3W52R9Mof7PLYp+De/jAzNW8\n/sGaTe7USNwOpzbDHb62Xn+6wAWuT86SWWEZAADfGTxTGBp872GvzJSXZp/v\nZ/7Tv65SEF8a9+yYZGZqJY1vxqRM+NiDBnp9KJ5cag5BTvbjTpY42lOwuKvk\n5J/r\r\n=Z3pL\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": "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/core_7.0.0-alpha.12_1550698484349_0.6943298767150947"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.13": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.13",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.6",
				"@luma.gl/shadertools": "^7.0.0-alpha.13",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.11",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.13",
				"math.gl": "^2.2.0",
				"probe.gl": "3.0.0-alpha.5",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.13",
			"dist": {
				"shasum": "5791fe0c8581f6ee0562bfd6bf055f2df869db7f",
				"integrity": "sha512-JLTYygxgE57ORrAcNUR0tgiMucWjbNSqjDvS9PbxYckPoQLt17JwU+i76I+lHY1MaMgJdZ25wh5FtzKjNBT8sg==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.13.tgz",
				"fileCount": 1035,
				"unpackedSize": 4993711,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceY3+CRA9TVsSAnZWagAAs/AP/ROSfEcl1e4NGBCvER6p\no7hAhJq/qxA6QuukEfQtSjt6qI0Bpj9DrspcHZpr6G3aTneWE9pUekc2/496\npj3cvaL8cMn/Px3rMA8RjTHOk6t7dWzkx7ext0+P20vZ5JK9uSZE8k4bLUqD\nmWJlSH9nsCyA8P6zx/hZMMFw7XydQiT+x4YYICMT30ORXs58hhl2dyyys4+Z\naPETvhb1z2MQicjCIoxmr+qspdPxdK0tZh+hNJpSNmaJZc8InXeRL2B59CNg\n5WxG8lxsjNPnlIi9fs67A5CWFPdCCSC05Xv4p2M9dKCLlS/pNJsYmjguhO9x\nqKKoOQLTRmJya975my8RagwNsSWm60JLUnuUCIviMy14X097m4kK0FsiKLJC\nm+BKjauaP6go9irAkzxsEn4mj3BBd/NakDqKz0cFIocoZ6UeyzHoVz3EGUIA\naq1p4IzhVrW95X8LLNs+zeIDXOrEQ6JWqCcxu4huAH0R0q5WOFzFfqVFbw+W\nxQuGSg8Wtl5p5DkvVZW5zO7giHZlrH7KayqFzOmsXAkR5ZDNAgcDfhYEm4jU\nGXF3ZYOu+mBP7oR735/YnBnUL8NC4nRLkCmxcWzNvwXvBTezXtsz56gVBAAH\nVEKtCzi3YTH2oA2vA7aUOb6/tAsawVoXBdLKkFEIvUeUFj4UCX7WDc4Rze7+\nL9h2\r\n=ub4/\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": "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/core_7.0.0-alpha.13_1551470077352_0.8451238671241117"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.14": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.14",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.6",
				"@luma.gl/shadertools": "^7.0.0-alpha.14",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.11",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.14",
				"math.gl": "^2.2.0",
				"probe.gl": "3.0.0-alpha.6",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.14",
			"dist": {
				"shasum": "f9692265c43556f674961716fd4470e618e43da2",
				"integrity": "sha512-5zrpjfFldt4h38VpLNERbssoThh51C2vDx0TWQQwmqSM9tXkuTh/h//55XQqqc1ZPzuvvjIfSqgORPPPZJ/HGg==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.14.tgz",
				"fileCount": 995,
				"unpackedSize": 4698272,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchqsiCRA9TVsSAnZWagAAhtcP/jRxub7ZooUMid3IBup+\nW8HG/85CzRK4Bh6zOtZCYaoG6mCY5MIGeQgBUTbLjI8hIeSDjnqakLMdEcJk\nISIeSXFFVpqtQDnbwu9t9c//O4GNf37Xl98D0iOECuJ4sHrhsXyETwp0VH4o\n53AKWzRCa5/xKxmjtVccVQySGinbJHQHNzANZcQjbBiUvefzkrGEfK6EHy2Y\nhUWriJkdbQ4GVIYe5K+FHYKmB1gY8oli1ytEcsh+MX0yL4XN7rqvm7rX2Nt5\nRyIF2+//Uv3OxX0uTXxZpX8NdnS+EsXs0/scYHz5xW75MLBYgiWmn+tTAzlC\ntm6kMhnWeLZibtKp7q+lL8RLS0Q+OrGSd98panYWvIyL7rVF+d4VsGCWiz8d\ndOBTMrYmABHlLbzcwfQ3ib06YPR6/9Uxip6V1//aGUKCzveVyyYUi/bqOg01\ngk6wy/kc8TZ0KsewpBo8wCVyltO5XZV7UShgg9SeyuhSzI35PKJDcMTv7Q2Z\nTHqQlHgxPu4yp09ZnxvG5UBFO8yys4/7Jd2bAWjxqc1wXeiJltIZKoec3Chc\njEAWgtcCvC6uCWQ2MVnqKCR3C3vW2I22lK1A1I7FpTpg23tEfF/lOHBwGNvx\nCqu6PJVSxP0O22rPY2iresd2gd7pVBvKLoS5JLBWCK1EtESxQBxl2wxx/Wyl\nUuc8\r\n=MNEN\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": "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/core_7.0.0-alpha.14_1552329505574_0.698003143972612"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.15": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.15",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.15",
				"@luma.gl/shadertools": "^7.0.0-alpha.15",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.15",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.15",
				"math.gl": "^2.2.0",
				"probe.gl": "3.0.0-alpha.6",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.15",
			"dist": {
				"shasum": "73b37e3aef8760412207a3be0cddbcfeb326701f",
				"integrity": "sha512-cv8kkhX48zvYCKIq2srBHRnr86ADeeZ5lkPcvBFHrHWQEUa0Mscd0v5+QUhgpDU2zQObeQ4vHRY5IvviVL/e2w==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.15.tgz",
				"fileCount": 988,
				"unpackedSize": 4363914,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJch+Q1CRA9TVsSAnZWagAAXg4P/jP6bsPCqWTt1Ngcedia\nPTnPHH2IoljA5mFlJXrD90iaOBvqsdFGFsK3f/xo4Ftn+ALhKPngj4LxdIMH\nTpYiVfTmD4wau2p+RXGosyfkz37LyR6b4bEtueW60H1Fc4Dbtju8agNCUvPs\ngoI4p75AosFPU0BJT/ZBdLd6YZuNTxkX0cTrL1quQ2Q7r9hUVqgZxlcRsbbJ\nj8AVgRGAAFTguajrD1Gp2EfvI3E1qRErr+EsMFRvqYcn/x2k78zueXzQEff0\nXB379lK8esL/nLHU+nWOlUfINQwuP9REQs9REmwSKckkzHMiwsKQ2bzGRppw\nYB06+z0Zpyo9XtHPN11SD5le4eQz9NWgM1dv8PEk1P4Nw3+weaxWqxZH4kI+\neepW1i1lWeecO0vzTFoBlLh4j+H1PaiTmSS2JSCw6uF9LZl+ld8WQPrb22kV\nv+w7mwo2YvasFbn2CnS+9FjeyH5qnM+ZlP0bzEpSJNeXyk10Y9xRTyvOJ1in\nXtj8Lk0ruOaCEZdBms1g4WdjmMQx0GSZ50O5wndfHy1pm/fiypmyfB1quq8R\nrVXlqAwamCcBU/miwwcZzp2uj3zuikSsgMM2jZMubhYAW7R5q6KglzybBAbc\nUNHpQHtDxVf680ECx+4/FxoKYOXU2bo8gIYVUyyFBv72k2eSh0f97AWJ/e5k\nzTpJ\r\n=QKBM\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": "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/core_7.0.0-alpha.15_1552409652993_0.3763393447793528"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.16": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.16",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.15",
				"@luma.gl/shadertools": "^7.0.0-alpha.16",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.15",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.15",
				"math.gl": "^2.2.0",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.16",
			"dist": {
				"shasum": "452e4b315c37ccadbd0a4676c661e138c401c8e1",
				"integrity": "sha512-UBoP5skhMMmnHbKvxSBOvykzOty5zuhuJZl3/jn4+w+pK3WuBVBiJ6kf8+ijx9EglDOvm1K0BBvvVKGA3aThxQ==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.16.tgz",
				"fileCount": 965,
				"unpackedSize": 4204621,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjBLHCRA9TVsSAnZWagAAX20P/iqy/8epsSZlBHVcTxmM\nLo7Tr6anzGFcd3UdqafP2lyOpgh31OoBcUOF4Duei6tnRcIbEG1+ojqDe5Os\njoWDeBgc5xDbiUqU+tXrR8KMSmIxM/xHM+oBMsfI25M/lWyPSL3s4O0H6/JX\nG6NtMd02x/THxjiz4McsEv/v+EdgMkrYynecT5cDC5AAbXB0z3mdiG9pEnA3\n9oPfo+Ysoj9bcCAgjjTZxusjYN3tiIGba610qmyFeY0juTW0lKU2Wbz+/Nnl\n/iod+0dlznPdEpR3wpZ3A8AntMaxtCebw+oUNYxDfHqbG/H1p1BMc9V/lq6l\nH6f2i3V5wvHx9ESS3JtzMGDFqbUFmo8L53iC3n0AcTvJ+cDR6xsIyAdH5QrO\nIjX5qKA2cPIbsZFUZ6KrCdaM0niVac44KwIyNxnjaRk1M9L2GxcHkOx1gTBE\nwnhpeJ5OPU+xqmek7IC7TPNalu4qEIhu/ugD4Xe6cjI3DCbmgREPCEathy7U\nzHN2vo5VQHRQ/ukzrWV4yL4fEagSYJ+iW6UfJZ8ZzB7XVLsJ9qGaQDcjuuon\n+a5YjLgCnsUUHLb8dDjxP76BF76KXXQo8ZKdho2XZD693cCUnDBF/BuhGD0p\naS6GmUyku5aJdv1TVSSAAI3UpzVW9rowEaDr9VOAYYgZOkt/+DWvHC1NuW7q\nQQun\r\n=Db+Z\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": "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/core_7.0.0-alpha.16_1552683719347_0.9738198264176736"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.17": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.17",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.15",
				"@luma.gl/shadertools": "^7.0.0-alpha.17",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.15",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.15",
				"math.gl": "^2.2.0",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.17",
			"dist": {
				"shasum": "ed66fd790e2870285fe5e10b4676f310dae6887b",
				"integrity": "sha512-scdNXhMmUsdJRBPtM1O6XV6T6BNq8kwuuIHbQImZ92VkknyES0ZpaKlTVnumErhsmwcGRHcejHvZCEbjObP9eA==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.17.tgz",
				"fileCount": 965,
				"unpackedSize": 4208902,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcjCMQCRA9TVsSAnZWagAA7ckP/A6oBNF8PSShrW6mcpPI\nq5PiD9abh9YwVcQhoATOO/7cDEXAWp70QUbZc9Z+mGHcQ51VberUX9Fmo6Wj\nQ7cHOsdGmHC8mYxvEWlNOKVfLvTGddAUFP9NiLj7Vl5GHJmM6ZvKRjQZShmW\nqiMxW18UEL7H9p3tjE8toeSbWx5LqCqp/OPWpyZCKQBhGqbZaDr5YH6iBqq3\nNjG370K83Ttd21APklz704sOQPW/1YwymmuJwMAMT1cWwpLOQ6YrhKars4Xk\n0OqgsWM3Po4X9HqCeRNC6RL+h/kDhlQ4zEX1VERjqKKJZbkkhfruHVaVU5w3\n8jhXE4s+iSMGi8QUi2j5iAXtAfGxGBPlEpHXr6dx+efy+VvMj5yZNF/kYpeO\nvLZOqDEkMPlDc5l1DdF+/0NgPQXLO+VaI6MpvdCpF3EB7EEvt/d5W3Z6jL1g\n07Q0FtLUVBfIhZhI+YNqSSsOVSdMMFCzkObXZTHTM33EhR4vHwxe/bNMcW/p\nqsQF19QcTjWX2G1Sm7zcb1AApAPwJafjD3tbGm8fVs+P5CpNXKIKw/euiLaX\nakDF7Ix9AKtWPOeNfnEu+hEaPM7zyu7Y4JEem62w2eVfMqBsRsVYDfJBPcIK\n8ryG7+xOEjU0spwo01o1SeR7TM1cHmoPMt/Hz4t03/G1G2bbT29MhK5Xifgq\nXrau\r\n=zHWH\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": "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/core_7.0.0-alpha.17_1552687887785_0.39883492122893527"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.18": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.18",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.18",
				"@luma.gl/shadertools": "^7.0.0-alpha.18",
				"@luma.gl/webgl": "^7.0.0-alpha.18",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.18",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.18",
				"math.gl": "^2.3.0-beta.2",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.18",
			"dist": {
				"shasum": "bf38cd32b3d9843c69384c2580d97cecc9e6a4ca",
				"integrity": "sha512-FOU967v2I6stYMAKRV1yUBpcIea8hLRzOCViuxV4SfhMa44ustpqcgNG34Rnp21SpqpUG5YzUflUJ8iU1hBR/w==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.18.tgz",
				"fileCount": 446,
				"unpackedSize": 1733428,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmWy5CRA9TVsSAnZWagAA9uUP/jxgCBTSIU4Y37LNh50l\nEQZ8f31x+7q+dHQlyhmrDSH6GP6xNfDr195TJQrIzcj6vdHzXQoIPyBzw9zR\nPV9+EoEsaE9fv2WXQeR2g/C/AUGoFeLABwyNOOEPAZ1QeXVTkv47iAYjOidI\nc03OOVPUzfEv76QekrVWYZM0s/AnNL8yknm8iJ7aPKEYcHHC1vRXA1SAfzvo\nCeuHAUbG4pPodlgIHFEsMRAoxsDnB9mryxaoOJt+D6JQydP7dwwKUsX/Yinr\nZZRnSnL4SJEkAqaUgKLVbOgE44wdR46u9DEZydAaz8xzBqF4+jjx41dNrFM9\nt8baL8XI1bZxQeK1iORaqI657DBjJANLgdd0w10RAvdj3fwC/BPOTILQ8fBA\nl6EOwqbOipF63IEgKu8GoFNYJQSQqmtoJhKiJVyktckzj9tNWKegKKkL+Onc\nH6HlIhPjdaa7raujZ65rGhvSMKBAPzCIoQDsAvEgRZmrSMzHT3ej3UMCqddx\nc3HQVyStAmtqr0kG2Re/fc1OgpMI9BCwlI/2jwzc+tAFszVTM6bGMBS0zZAt\nME3rnuG0qU0MZhJlGesg8O0NHSm3zGToimG4g6Zb1dY1TowlFwPT92JJjIHM\ndO9u7LmUHwoCi/TuY74SSO92pMAzAWUNQd2pjNxjbvxTAEsBn1Nd+bYI4Gar\nP/PC\r\n=kKTa\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.18_1553558712283_0.62536262764102"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.19": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.19",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.19",
				"@luma.gl/shadertools": "^7.0.0-alpha.19",
				"@luma.gl/webgl": "^7.0.0-alpha.19",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.19",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.19",
				"math.gl": "^2.3.0-beta.2",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.19",
			"dist": {
				"shasum": "e8571f9093af1ba779f57022bbd53435c5348e68",
				"integrity": "sha512-5hj8eNSYxAbtc+0gzPVJWbVuBrwADV/0Pk0HB7Hv29vfzl0ZWvhEi8b3r/818ajaEIkPZHZuLQFh+Bb6CvLKaA==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.19.tgz",
				"fileCount": 354,
				"unpackedSize": 1451418,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcm7ghCRA9TVsSAnZWagAAQNoP/1m4B7rvOFg2CB+tEPRQ\ni1UDPYOemflUU1YK3iVqBj5VDjHjnIBAV48VO25R8AKxl61wlu6C9eWEicSY\n4D9a/y3e8hQcFXb34HOBKeN1gDN0/0XSYK35HvwpM+/wVcbRhtUZCg6r+C66\nmsxIIOOsaMCyuGB+9uTdZd0nDA4AkVL2E3wzt1u/nNcCxRm5O1aO85sWjCmp\nd0RwHj5Rgpc98IRq1SoAwZ4gnWZ2CxJlockHu/juuASPMTahy/wYgM8xLo17\nfa3V0MdvgWA/ZkGoAFtPXlbvXYJridrLmrRWweB7rt5pVoVuW7hbrc9kxnaZ\nNHcLncpuXpphpZNCBfwkoL4sPcK4Qq6BWMH06rYR40iIDqbKNIEqUuWZQoli\nNaOgpFkhViTnsAl6vGwC8I3CSEs9iAM+RhPRplS3MS8hJ+Map065TJyJmVF6\ny4ZAX46hy3dP9DBN1cZKCe8oEmmcYScrTNYTkIKHYrXbus6E04GAF6rgAfde\ng1QHxKejdXD63grOkICt5JzwgTz31w3o0r+Ge/KJgiQUoOGyYOsEBiXAsvwK\nVnnu/FF0/xIla7lV/oG2KTJMzyQqonOh61cvz+CdUR7wkjr1EwUEn+s4jyCp\nzRLdpoP+8rE3e3y6Z957vbmysGHeOmPFZorY9VvmPSEqvME+SZk1eNhvxd7S\nQB2G\r\n=BRVU\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.19_1553709089272_0.10738462238016577"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.20": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.20",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.19",
				"@luma.gl/shadertools": "^7.0.0-alpha.19",
				"@luma.gl/webgl": "^7.0.0-alpha.19",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.19",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.19",
				"math.gl": "^2.3.0-beta.2",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.20",
			"dist": {
				"shasum": "030b3b6cd4d2a4cfa02be4cd251b63197a00e081",
				"integrity": "sha512-gp0nVv1ZNc+1Q47vgWjdslAQ4IMhqONjH4CFyHWlQDzcJVmNz14tR/cYQg/jkC+a8pcHX0dDcowwnPBqrHtlKQ==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.20.tgz",
				"fileCount": 364,
				"unpackedSize": 1476845,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnQ0wCRA9TVsSAnZWagAAVG0P/2fCRwH2w2wI8ZJEroCb\nYRFaud7KOy426CYrAZ9h1K9TNOTde5Ke9zhal0YWQ6EqUcOe3SNDXdqSyd3i\n6Yb/eA/JVST0UzaDzzFX9ZMYknqxNc67wYyyvyRPD1nsNfG0FAZKqbwasQ4A\nJU35+0cxOSa01zqg1LItMIeRQXGH6qtPtUlOJxiXZ8xBctWutmHi750AxjkW\n/qbbfhdCpYXKeZsL3ax5tHaTgzBrLgvlKOKKwy06G6gCqaulViQKp2AzEmsn\nWCGrBBB5Qfi07Q/o1pAtrceM91dwL6wrvWnoKGJmI+seFUnDyF4Z/nBUHb0V\nkr36dcprzbSjmecTDrC6Ne+9+aFBtnfd9IX7ltgjGzMaV8qMVtpt0t2o871p\nJweauAqMmBTuSjPgIKXeE/CcYBYM9TdI4b89YwXhlhVuSWDeLI+ltfwy3slA\nYELn8S4onzC6m2Fckm1P2mefCyhfyIa4nv02ofbgEvyAyHECXH+2JjV6yRTF\nXCwYMsPw0fpx0kdxVowRTdyk8J8Hnve3y1LxkM6dp9NTJz+UVtr0qRaJz3Xc\nUcG5AG48GLJAlcmVFXGc8B9Yu9KdF1jB8lXBPjeY6f0pt2qDPNrhDpc5asWX\nl8qQH0FSqvGv5trpCSOrBCABJcvTAFb76gtHyINcAmGgDikaumUo3ePmobqm\nBITV\r\n=NB0J\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.20_1553796399332_0.6272439463068256"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.21": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.21",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "^7.0.0-alpha.19",
				"@luma.gl/shadertools": "^7.0.0-alpha.19",
				"@luma.gl/webgl": "^7.0.0-alpha.19",
				"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.19",
				"@luma.gl/webgl2-polyfill": "^7.0.0-alpha.19",
				"math.gl": "^2.3.0-beta.2",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.21",
			"dist": {
				"shasum": "b6941bf43ccb7b77a1956d49dd8ee02d8a751f23",
				"integrity": "sha512-WXV2igf+ucHedtQ8cLXBJL224p7+bBVMYTHiUiir/4QAHG8/tmzdIilHv0lz9oqVlShc71YMG/OLIkQRA5D+9Q==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.21.tgz",
				"fileCount": 364,
				"unpackedSize": 1483627,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnWh6CRA9TVsSAnZWagAADrAP/0n9+bUCfI31s2wYXij6\n/oKDAPpPE1IC7gAlEnrvbhYKQZjdL5xzTAfbvtFbEIWBWc5oGJjYAZAMsGad\nF1BCLWyX8VKA1NorcDG5k+b1ZCX55PlHjwNmwl3OVeflvwVYGO6+h5FBg3iI\nROedBTBY5c9KR7o7gqDUEsCemcqzO6qrh3rGVuI0o1j2GM5WVa5R+RVUq6EY\n70YgWiivcxy9p3tdzHXRacKykV+DeeB2KKckHBGLhuflpBXdeNXDVxRq4VJO\nxe3P1BolBxEgrZUjwhdp1vY3Xsm3Zy3wJ68w9pvu5qHJKR+z30KZ58N/XBBL\nOClhDbXshlhqhPmLHDBp3KfIamq6mgRsWE5Lov/CIk+0XYdqR9tEjQJkGKjm\nhLNwpdn8ygRhhch+0plZYM4BwQWh95lNmsgMAWCdlmxz1BJGGsRMQDn+Fpgr\nUvxwLLJrwBNrpmNLkCc3MqJyMJOLBcm6mxtyBK1c5LwMtNm2lj9qxoBaShP+\nC5FEk8UCwlQpDZexCQhVl/u/eFRkR/FnsiF0P4Rg6nYDQ0MUdvSpvR7Mkc+S\nqN/YNWO598BoCSDD3gWgEVwklhOJyhUVhG5HW6MmJgVRBbNoSx3X5peXRloF\npjlbvOG7MBcshYTwjtIUywuhUJZ1Tsaa4tC4TDppL8lAr8hcuGX5L83vjkOP\npN2b\r\n=uRzs\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "ibgreen",
				"email": "ib.green.home@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.21_1553819769738_0.852495613311788"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.22": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.22",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-alpha.22",
				"@luma.gl/shadertools": "7.0.0-alpha.22",
				"@luma.gl/webgl": "7.0.0-alpha.22",
				"@luma.gl/webgl-state-tracker": "7.0.0-alpha.22",
				"@luma.gl/webgl2-polyfill": "7.0.0-alpha.22",
				"math.gl": "^2.3.0-beta.2",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.22",
			"dist": {
				"shasum": "855607f0ce6ca3c1310d532ac32c9e18b3bf4faa",
				"integrity": "sha512-H/hrAzZJ8m2ZNrR7LtdhQC2alr4RkYtetCcxng2sQ7bmy/esKx3BE9WkUQ08gGfhBQggDHPfSDjsTxOgX74pDQ==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.22.tgz",
				"fileCount": 347,
				"unpackedSize": 1464241,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnkPPCRA9TVsSAnZWagAAIyoP+wSQLxRbl7P6fxZujfmZ\n+pKj3ReV9guxVx9EJMTbkN02Pp8zv13LThH9DleT22aUKeWdUvWM4TeXvH5r\n7kr+9IxZklUJXfWhsTep7oJzcxtxdvUaZKqVhVXDrUqljz/5R+qPBX1Rmb2/\n+qMflpdIDQzIFLFKNL/nGVJoO7oTH7TfxiuYwnmmqDL6PMaK8fCndJqHQOry\nxiSNfqs1h0jIJ1HB3i6F1ollVyQSYeBcKzpMmT7MQGN/SV/IMT7tN8bxSwRy\n0pOXv5P+L0P3LSZdUV9isqLd+hU2HgoD3VA8GBstghjb8cAqLieLd6r7Xd2+\nVaO36Ixs+yCRVXPexedwOVbE0ms057l3LlgpkqSq3bSHbaqKMYF+TSLkTBwi\nFYRLENh7TrSlCRwH7XmSF+TlzeC93le1I69+vR0EZPZMOVi2lvkRJQtiJsVn\nKV8JDRqijAM1nmmR23eP0/jKrrk9ZLf+H59pLnnzmkmNAOSSULd7muz82Mq8\nFzttVcYdo3iJklBsI3wiLfIXEyc/RonvHZvm/bZGc7KW+woypcFO3vA6mCkY\nQhB04pDmifI/NIMS9fSj1D8a7/LWi6V3kEqo9Z1cNperDL9+loDpSEdC6fhb\nhx1r45rQwLBGi2sNatFJPsOgPjkFETmH7R6TNgIzs743wg0cxlyl2IZlv24v\nhh/0\r\n=IERy\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "ibgreen",
				"email": "ib.green.home@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.22_1553875918759_0.4175767276496487"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.23": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.23",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-alpha.23",
				"@luma.gl/shadertools": "7.0.0-alpha.23",
				"@luma.gl/webgl": "7.0.0-alpha.23",
				"@luma.gl/webgl-state-tracker": "7.0.0-alpha.23",
				"@luma.gl/webgl2-polyfill": "7.0.0-alpha.23",
				"math.gl": "^2.3.0-beta.2",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.23",
			"dist": {
				"shasum": "d443e450ec01d72e6457ea3a17882dde1d501dc1",
				"integrity": "sha512-kFYuSJ47RtpPzuZqf/OF9d16HSpfbBYFqWMSM8/NoQzHiW6foBTY4QRerGov+fML0HHGPnt4sFH+8G5Ej2rp/w==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.23.tgz",
				"fileCount": 347,
				"unpackedSize": 1464567,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnqaiCRA9TVsSAnZWagAA//4P/AkdBxw0LYpObFpVsNbx\nSbPosR8ZPIwvaU0OKQaDNd73RdO+Mzzf3yzdXw0ByqGC1kHVJYgXrUxJdyIh\naDwZgme+HNqdQvJRzR9Vz06O0mohv7wM1X2+O3o6jJvtzGETyOCUMUeMzmkp\nvIYXnUrfwZTyAi8VjdqaQzrC004D5Sn99ig+D8JR3oO10zNLauHCVH/fcdAQ\nQBjMlFQ6qcp8/CkpdUNnJ/F8GPu89ZDXGeouVVgLmXwW0idM6/KfpzVnKm7U\nInxJ2Osx8kbfJSgbX9tC0DAbmg5AqiZrW9sKZZ/DcGh7y3GBoCsUd90XhcdA\nibUaTrEXaf7k8KrT+tquc1b/e9NJTgBKqZ1EAhWolQee6d5MtMKDin+2LWeR\n4kCCDOL6iVTD864E0Flrzjoy3jWtVaumUiXXS3fzsEIkgen77oGQeP/OToZV\nwg7dhMz+klTxBQC1fACO60Qg3I80y+EXlSdQ+IwbtN3rpu5F6ky9S6z0/OQc\nCfHx2q73Ns/4lnEGXYztnrlwbAhw4yIYlluPrF3IWpHMiHNzdbRAeu6RLIVH\n0xkDeL59DTgLYkHNOoSOtodDoEFZRg2uqCrK1MBUeef885qmakGc5oscQF5W\nynRj3Zg3ek4bcAfVRT1Br+Yjx5HZcKo1o48A0xKS7fjpqjuMGk4MbnjM9/ZB\nYx9a\r\n=hhCk\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.23_1553901217701_0.3737692604041558"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.24": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.24",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-alpha.24",
				"@luma.gl/shadertools": "7.0.0-alpha.24",
				"@luma.gl/webgl": "7.0.0-alpha.24",
				"@luma.gl/webgl-state-tracker": "7.0.0-alpha.24",
				"@luma.gl/webgl2-polyfill": "7.0.0-alpha.24",
				"math.gl": "^2.3.0-beta.2",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.24",
			"dist": {
				"shasum": "3025f43f2bd0f3004f87a9e70556bf652e994f58",
				"integrity": "sha512-kYLg2HjM7VwcAA43kXjkaMwDx11c8Q8jz7s24fRhr5lFH+hKOEUvXCBarwHtY7x9fsHXkrXklX+n9hB+v4Q5dg==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.24.tgz",
				"fileCount": 364,
				"unpackedSize": 1483622,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnq4vCRA9TVsSAnZWagAAXPYP/RiW422BxLo/BizExg9I\nNxoGT98z4Uuz2iP05GI5dwX1nk8PcRjvkK5lc2fcj8RTJ2Bhih8Gw118heLW\nG4QZtJQrsWKY5pbjzdGbosaY/J3alR9MsRf4zDFePqzSvkqv22SsGmOKuUuH\naoxm90K4KvA6L+qN2uXXOI/A6evpmjXzf4DydlW6VorlMIGNO82a+LdH2T5G\nsvo+PNfVAQzE70AR5yNLmXKfr7u3g/WnhydegQBWCPHjpH953bdqx7vfh4Cp\nWH4zxF4r8pRO29B+kAnuK+5qFWc5aYscUctU4DAgeh9wygqho7domyP2F5rU\njrYxFdEAKvnzc3Z4cg1/FsPWIdlaun76Q1IUnMHji63kYqblLy8Arztvrac+\n9VzqoKKqmcVGAgsMV+JqTnpIJe2jayg2OLUsEBNTn/xopBa+mfvdN+GJ6gO0\n7/dDiviUX35llCXauShCSJqhB4LaJpUEaCBl0UJXn5XDWD0eq9nC8/1Moa2f\nbRVmwbl238WLoxb6r/hc1IoVLLk9BWCtCtjb+iBGGVfnIwJatG+KOONWdnoW\nRtqJGnWstoeGY//mVISBRuhoi4EIDKH/wX0MjRetPvWLoI+xGDAtFihIGQyO\nrE2ojRQxM2axgvUxV4TRrov6V5/glcfXICXhGPDsYWbIMBuABWFu/wmZBCta\nPgaF\r\n=iel7\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "ibgreen",
				"email": "ib.green.home@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.24_1553903151135_0.6501829344596375"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-alpha.25": {
			"name": "@luma.gl/core",
			"version": "7.0.0-alpha.25",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-alpha.25",
				"@luma.gl/shadertools": "7.0.0-alpha.25",
				"@luma.gl/webgl": "7.0.0-alpha.25",
				"@luma.gl/webgl-state-tracker": "7.0.0-alpha.25",
				"@luma.gl/webgl2-polyfill": "7.0.0-alpha.25",
				"math.gl": "^2.3.0-beta.2",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-alpha.25",
			"dist": {
				"shasum": "91443c0af1f0006f721711edcbdf3ea45e112224",
				"integrity": "sha512-NcA/3Zyy67NQAaC0BIorXkDiohn42dGxCkaNQhjLimkgw7z9SpbbgMvogl2Yt0DrgTCs6U5YVB2ITacRxsCejg==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.25.tgz",
				"fileCount": 364,
				"unpackedSize": 1483948,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnrMoCRA9TVsSAnZWagAANDoP/iJqueghQqi6JrS5fwOI\nDFiuYtv0L/+6hzdUEB3o2kyEedKmJjyKP7cdxXv4m3LxeinA4VtEmS9Vi0Xh\nARTIgSAiUyhFgxk9VRYsDmVhPtHFidqBkN/XLhA2dRd0umOS+GfrNxu+FpGE\nKlPREgaHANMtbTXoS1mwnQQAXuhntYuY0D7UoiKPfHH2zMFtAo5TZ0ZKTkk/\nv5O3p4Vl6xKbBAvnpWnIniOs+uWecduMb1T7rSXkPsLjDwaH0I7/1yxPuARU\nXiMI18eDefrT/++03UZQhoRdpwr8pUbTM7SIO+kGNS3SzEeT9e7n4qwIYt6m\n8ZnYevvU5m5o8cpZwbcXQYM9eFRSq+LC802EA2MRTw9ju3aualS83XmzocJq\nVmCgAgddsqOKkQMljPvth+XUjAmfK+dORpUKI8q9v6lURp6+eyf+k/Kq0Kjq\nhw7rImu+azF50PWXa0IAULG3GKQHZf2HAWcGfpMmEga1BLlQ+reYSUwBYC47\nodcICeFh9EOx2WGjy5xShGJ+mDjX0BvE75sEk42rm0VuLX5l8YGpWt191mzV\nNptyiKwj37ypHe0GRuQ8b3Uxwa+pAVeKX+h4OZ0v4NmaXmoIurs/rzceRdNp\nYmA9KtNI4dWI7Lwx867HudbV0PCxxJqnYOd2NQkA7s8ivVvenpN1lbtAtzdI\nnp+v\r\n=XP5L\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-alpha.25_1553904424267_0.8077796341096286"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.1": {
			"name": "@luma.gl/core",
			"version": "7.0.0-beta.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"browser": {
				"gl": false,
				"gl/wrap": false
			},
			"scripts": {
				"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6",
				"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5",
				"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'",
				"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'",
				"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'",
				"prepublishOnly": "npm run build"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-beta.1",
				"@luma.gl/shadertools": "7.0.0-beta.1",
				"@luma.gl/webgl": "7.0.0-beta.1",
				"@luma.gl/webgl-state-tracker": "7.0.0-beta.1",
				"@luma.gl/webgl2-polyfill": "7.0.0-beta.1",
				"math.gl": "^2.3.0-beta.2",
				"probe.gl": "3.0.0-alpha.7",
				"seer": "^0.2.4"
			},
			"nyc": {
				"require": [
					"@babel/register"
				],
				"sourceMap": false,
				"instrument": false,
				"include": [
					"src/**/*.js"
				],
				"exclude": [
					"test/**/*.js"
				]
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-beta.1",
			"dist": {
				"shasum": "b9a40385ac4b72f1a065e89007fa026de4396c7e",
				"integrity": "sha512-uRbnHB647t/AmZWb/FVlYI6qDrunqFkoxbrnZtbpMGJxZ5F71o+6IaZcTzRIxg7e5E5xW4UHjvV8KKQiq2vNaQ==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.1.tgz",
				"fileCount": 364,
				"unpackedSize": 1493363,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcolsgCRA9TVsSAnZWagAAya4P/AnUaOvES/wXs0rhsd5G\nwIpfoOaXrPz7WoDEVTU/xp4/trJ1zd7Qkq7Pj4u2tWdtcyvGdxrf/8ftNuhh\nj88JsUvvHaaGuCkx5SiY7pdz/YrMxkK9ovifcDI6BjZnNaklMjbceImGC4yn\nrn7MWJ42GL9X7HrI3Lr0GaB2tLN38V91NE5lBiB2p37AyIvBJDwtfZuDtz/j\n/9vabMXqDa8S9msM53tJZ3JHGgAoroVN2ObziII811CIem2twCzck0kkFWui\nRVVOT5og8lhjN0jEv6QJMBWc0nHUhA0OeIpdaVsfuBwj+9Y7UHWroC7wSAnn\nXQUf6OQE1w7kFbjGzP5bhQIBn6zvWJFDUXNgjI9GTWR0BUnKPjr/WVqJCcSi\nkfOK5N7Teo6A+CXPQfGktx0bWZ62XNxmFMv8Ie4EAW3zdwEjiqFp2F/DeIgA\nR5qyyIVE2HsmQTV+lTlg1/hqvfykaizr2H6ie2nNOfUAuPrqBAnLpKQmSkcR\ny9AWqzLouTuIrQjurh6jWiZTmzVzBaZ7JMWGTSXqFzIwAvz7m/dwaCs/R221\nVWmLHb0EJ/GTVnmP/+++FWWq5d9PK1Wdvu9UVvHXkb9O7LPexTNx/mVvwWxG\nq8muPvZZBiJjqJm+PXRE3AnC3K3YvocyTpz5w1pCmL+zEFdJWVRxnRsHs53v\nYfrH\r\n=9/xg\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-beta.1_1554144031337_0.1264816624187448"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.2": {
			"name": "@luma.gl/core",
			"version": "7.0.0-beta.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-beta.2",
				"@luma.gl/shadertools": "7.0.0-beta.2",
				"@luma.gl/webgl": "7.0.0-beta.2",
				"@luma.gl/webgl-state-tracker": "7.0.0-beta.2",
				"@luma.gl/webgl2-polyfill": "7.0.0-beta.2",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-beta.2",
			"dist": {
				"shasum": "4e0e10b750f406f2d12625258d0f52319dad1451",
				"integrity": "sha512-5/qk9qKQeUTLAtyRmj54H3Fzxvk8/o7qp+ZwDPx9hxc4qaOcnvfqr5DufJxZsxoLHIs1sFppX2hfCv9h9kCOiw==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.2.tgz",
				"fileCount": 364,
				"unpackedSize": 1492672,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJco7u4CRA9TVsSAnZWagAAy54P/j/UthxH+9JDhN5Wb7bl\nQYY1VTxU0INGJ9jZHCQTJM3/Xg8BGCKTZ8OVPwQz16kXOQmZobjNrQEYtVk4\nP0t9DdG/YcqMz15YEfOCoh2SqEwjVNtzeHuMqFVoUZ1yAXFyRTl4Mhogy712\nmbwJYzIqyoiYl7iHCz6Empqwp4WqAT1lI3EHocYyMb7E14lqt9AZoA4Rdl5u\n1NShF0WnE6cnHIndfumf6Tx83ByI+6bZPHQgBzCoxyLQuqgpgTupEYOIi4JN\nWCqlab+EZgyOyHZk665rZuyQBvTeBjPPd3AtXBBb2aXdy+ZGjeEsRH54jPe0\nATzMBaABcOh5LmkdmAd2UdMuZcLz4lyxc1WyU5ZdbC/Ife5a8B68JyGoHNuf\n7TIM/p+96h1VQT+zzxCXyl8Aq4SsvAI4tJeGuW6xA4/LFgMrQp0yPBSGvWx9\no0uYEI5uNTIbA2D2mVV5I0jQzpA20/rdvkJrRj0UC8KWr3qwB9R+pfS2irbM\nJwyCOdm5WF6DrjlLT0+ulgntbqC5UfmiGhGwXopwUxgF/lD46BVR/0xLTCBD\nNXO2vRzlXUfhEDKUG9+eix53RwT8y12xWIrQTWPfqDyBku0IkdZupIwRoo11\ngAT8+/e2raSW1PQuQ29dnh44ChWnwOOIv7CvMCWCLMfqLRBdck7wUiL4hzfE\nF1cL\r\n=YrVe\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-beta.2_1554234295416_0.08364176144089575"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.3": {
			"name": "@luma.gl/core",
			"version": "7.0.0-beta.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-beta.3",
				"@luma.gl/shadertools": "7.0.0-beta.3",
				"@luma.gl/webgl": "7.0.0-beta.3",
				"@luma.gl/webgl-state-tracker": "7.0.0-beta.3",
				"@luma.gl/webgl2-polyfill": "7.0.0-beta.3",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-beta.3",
			"dist": {
				"shasum": "d7b7fbd89568d870a50670e524b9c4ad77e8e4a9",
				"integrity": "sha512-ba8dKuQ7qhr1CNmVJFvxW3U5F7xDSMIPo1xkFhr5aYIxewfe33Y+/UJpYyVuJAM9JRYelGfAsiWa7dwCQBR2cw==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.3.tgz",
				"fileCount": 364,
				"unpackedSize": 1492672,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJco818CRA9TVsSAnZWagAAiSwP+gPTqz7GeTIk6xjq3LgK\ntgq1saBM92xTc55sLiKlo1irNJasYkT2JWf6pCs3Xk/HPpAnq7HKYmI8YAB/\n4FVvhh0WVYWaLkGVr5NwyVaO20a0IMx5ko4ww7LqU/aB/lcenZUmQBJTe4s7\nhC6Tqi0747uZY1B+Vah5SZ0jrt90xqAswT7mbQ9Nk5ezUjoX79dv2vfdSCSq\nmz5vHRquhn7krBhiPotecVvGa2SMp/a/9gTMaxJS+bOEINlLwuvhOIDiJbCO\ntWkjdF+Q5TPgmaN0amPZiK0IFtMSXLnSQi6qFsc+VGHQiBPMN8wWS6sllWrw\nS2QHrPrmZsSI7lqJoGd8h4ZdYdgBP+NAlArGWkcF7ZxxM37p0nCvhjFuO4HI\nP3flubItU6hgobpkk7ZniOliXozrFk+uz1kffTzcsYFSBW3eH3j2WXp7YOJB\nx1aBxRrJDwXnlkUxTgCskxGyOsiugXCdwfIvhvoJ5t3My22bYEwrSlMsKovl\nkr41qSH2kCfwkEYZAozTdnG8xMFrRaXTZ8LM73qVZ2x3DVg0Tz738gu73trP\nuSjTJnksRHeEeiQ3uk8JAYkNFDVlBjGzzf/R3AxnDhw+J0TAQD/t3Gwc9V84\nFnnOIyyrsJDVFqE84696HaS8jbcSdfIFYdFwLMsh9zz1rqkyMUgccIy1GJL6\n8iYz\r\n=Y0vl\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-beta.3_1554238843859_0.10362865895067563"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.4": {
			"name": "@luma.gl/core",
			"version": "7.0.0-beta.4",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-beta.4",
				"@luma.gl/shadertools": "7.0.0-beta.4",
				"@luma.gl/webgl": "7.0.0-beta.4",
				"@luma.gl/webgl-state-tracker": "7.0.0-beta.4",
				"@luma.gl/webgl2-polyfill": "7.0.0-beta.4",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-beta.4",
			"dist": {
				"shasum": "b15990a30ca5cf9feab6c8412fde5f696afb86e4",
				"integrity": "sha512-5cJBvufnP37mqzn8s6/SsF6ew8EUj7CZAdYVaRsu/DfCFLndypL4VN/af9MdgSltIQW3R36pXCuZh7QXCm7o7g==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.4.tgz",
				"fileCount": 364,
				"unpackedSize": 1491812,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpS50CRA9TVsSAnZWagAAjuEP/izJPPaCLuJce3IsvPZg\nd5P2C6pwywpLFbLFmcYajDvckD0Ys80hKNM7B2lbrOk+JES8mXz+P7FezVkw\nNq4VOk3SGqSoOLGkxZ0dRC4I4dFfhJDg62UPFYUvN8UWkuSxKIT6vawO6+k8\nEGTrliIZq76brljwsi1zfPHJDHHSvA+NnjEbY3+AQEop/pPvp8embk4SCrfC\nTU0cx/RW4Z6A0LkZxY7qwLuPzN8UKdGlpdsCTWzdZp/lApIfOzZ2e/ApA6h1\nmCCeKx/TGyf82UStRG8TW42opFdNeMKNWRpaVFOxYYDUkxolHxalWEQLOGk1\nwAnB7HAufeUr18tx07feoePEmASGVm8O6W/kQ3IiNXkwZhb/XxLWerTnbtqJ\nVYx0EI852CBYT5P40BEPqh5cMlpU23teAh9anNeNQshxfXw/dYuKgAmw7TsQ\nn7Yz4ZDa9FKbKpLlvTzFtseYEj+ShXXR6NzFcU8pxnIXducw7UJ7LVqLliea\npim2V3uLmnTVM6U9gWLNE1qBFEk12MHNMhFWuAAzCxk6yLoE9f5avS/nrJAt\n3Jcs8X/fmeKya2TCH2oS0qWg5zR23sPJw4VLoBsLMHicrdZVq1x+CrqgsX5x\nBPhCs/qu56QgelRlaHfPWIUO5XajQOujB/1u+BpFHzTyIAXdCU3X2pfKug+n\n22qK\r\n=iran\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-beta.4_1554329203497_0.349571264320242"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.5": {
			"name": "@luma.gl/core",
			"version": "7.0.0-beta.5",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-beta.5",
				"@luma.gl/shadertools": "7.0.0-beta.5",
				"@luma.gl/webgl": "7.0.0-beta.5",
				"@luma.gl/webgl-state-tracker": "7.0.0-beta.5",
				"@luma.gl/webgl2-polyfill": "7.0.0-beta.5",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-beta.5",
			"dist": {
				"shasum": "429c524389f0208cc83390a1e9534babed294ded",
				"integrity": "sha512-dW2JJdizgMPM5ftY52VE9bRQudQdUFeLjBZGjgdQ1jp/LJpRxCki2SBjRu/dmFV5Isn0hvdbetr0dlDcGI1MgA==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.5.tgz",
				"fileCount": 364,
				"unpackedSize": 1493683,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpn2CCRA9TVsSAnZWagAABlsP/0y71APVL9MDvPxW5rWQ\nY1iA3XMfDMP1kKD/8obZ+me9Vi2/Z3eDoKRfCEVI00g+4fK7MFwCX5EUDNdZ\nPIHReWiu2WSyciBQVl8wYBrWBafKA73YwzGevfvlup9gpmJ+cPw11hWMyrTW\ng5jUWK4SOdBufmnUZs0Hu/VrRXM9VvDqonYvR+RbrVYoksV5tAByB5aGpGgw\nV5FfP9gF8OF8Y/BtrYAy5C5R1oVmoxvyjhgTNvfvXYmHl07DxepX2WE7Cytl\nTE7sq+Oq95IvtV3Z7WdUbIXZhPhJlgAZ3Qu05oeWVs/9LWbFa7VTNAJ9A9fC\nLjN7bkQXwTKEZ7eMlKvCuYzHtMGZj1M0rQ0aAjkzTuVPY0TgB84FwyQ2H3KR\n3GIwImFOI4y6mNM7HwMLniETRhMlzCYvmD1+5O3Xzy01WPv0Q1Go3+riZt9p\nbfW9jeZVejEJIfbG/OYqKDVMfS1TrBav9C5Hm9Ab1zqZdYFV/wH5UtWJkop9\n1+fTHUzetUDq9Q5MDSrhPRPnsv8VSdqmfQQzFh8NNCeFrPqacpRRgJAvQoTp\nGSpemLqFbNBZblaryoNHs9G+VxG/UtRTKFh6ldwtQ44q+GPoB7ux0rvp5Kyw\nhbDx7iqOPeekBUaYqvO5nyNaISHElFQg8TwxpfmTgAXYpq3+nah1LhW4IGDv\ng+P+\r\n=cqHs\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-beta.5_1554414977504_0.6106416199410971"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.6": {
			"name": "@luma.gl/core",
			"version": "7.0.0-beta.6",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-beta.6",
				"@luma.gl/shadertools": "7.0.0-beta.6",
				"@luma.gl/webgl": "7.0.0-beta.6",
				"@luma.gl/webgl-state-tracker": "7.0.0-beta.6",
				"@luma.gl/webgl2-polyfill": "7.0.0-beta.6",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-beta.6",
			"dist": {
				"shasum": "9acdacf5cc03f6696556e10c9b90d3faa3f3ff06",
				"integrity": "sha512-ytU/YG9m6QTilGFB9mkkmYiOBmmSJ1YtU/xeIrJoxFux1cDhnSOChLiWrH4RfgjaWYiKAgmXCmtVOZ9C8QHEqA==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.6.tgz",
				"fileCount": 364,
				"unpackedSize": 1493683,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcp6hrCRA9TVsSAnZWagAAJioP/0m3UM2eySlhIafdpEhL\n0GUVm6N+a7XbjvLVrLZqiRwZcfWxEeY+2PDVp0pgxibXw1QnezhSdV8hO/0H\nwECy1uyMLFWx9jsLhkaJ5/N3vKbAAhtQi87PYB+clLADMj/sgPJlSVikd+7U\nopUxDvZFDuJJzsCkw2fT/UejnhwtuQh6ZdPvfpnwqAiPufYx79Yv5VVAwIE7\n5JbWMUYve+QXTXEmdzu1X+kf4TKe1urUik3dd0/lTY5/65XcoSWAVnuKKrlv\nFefSrVLkAX+ITnuy5Ih3Ix+2j0L3R0D8eoMExn1ugqNMnPhkSU7hyJc81qTf\nXCNFI9/5ZT+wrOE9cvsIL0kUsPJIOYsoJZgwFGGrPUVWTYJI2Z2DKnX+FCt9\n/r9skDEAykrUBTehfwyCMmkV7UDpRnb8rwPyTEWtl0zOwIYMRq22jQtUh1n2\nra7vw8TEbF8W8LiyeR4BwVbKM5Cpvis/r61YYV1hZOKxVfC6odjsE3/rwCCz\nZxLTB8PwiaPtAK0Y12ok9CW5yZMLnp8QpdruFkA2iAxdTztQm3psfXylKJCY\ns7HDFtjAz8rRL7xFInRkut4E+2GPRZnQTEio1lqpysWRiZlCZQUyG475WLe0\n6G18TQp7tf/7rfHKQoIfyWNorUP3L2p7jdiRau4txp0TeGkXrOIyOJwmfwBD\nkKCa\r\n=GII6\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-beta.6_1554491499128_0.5319638752657472"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.7": {
			"name": "@luma.gl/core",
			"version": "7.0.0-beta.7",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-beta.7",
				"@luma.gl/shadertools": "7.0.0-beta.7",
				"@luma.gl/webgl": "7.0.0-beta.7",
				"@luma.gl/webgl-state-tracker": "7.0.0-beta.7",
				"@luma.gl/webgl2-polyfill": "7.0.0-beta.7",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-beta.7",
			"dist": {
				"shasum": "492493694ed6326b9b4b53a9e569bd3f59255e90",
				"integrity": "sha512-nBJG88CUGvUNnk37uDBKghn3cha2C4EXrpNa3gDowtEPftsA6ewsTcJc4VZbqEFc674pe6DEpuJdJaYgeNuCkg==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.7.tgz",
				"fileCount": 357,
				"unpackedSize": 1465532,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcriBuCRA9TVsSAnZWagAAh/EP/A6Wl6kS193UMQubJvPh\nnHuO74kqMgzAkJ39QqApmQPx4O55usrwv7fUT1xFrOC5D/wEqQsswJzepxkx\nzjFcqytHGC77cPOqyqwTtxRKEYoYUusiga44nK2wyGNXf1VSXWT1qkYTywK0\n6bDamNbeeb+groumZ1g9AF7EeA/pG7cUTwW9vGgiKsuhCpPqlwebEB3LMZc1\nJt77nnVuVAoJAFv/pt5P+cT8BP07/RD72YNA03wNDNSQvrkaK8YXXfiWc4Ta\nFnNtgE/DO/DLvwqs+ZXuNLlo2U+BY5brpNNbN57xtZv5goUomheFIB4uyUM7\nuX1WQobAGDfwzmtziWsvudiM8MF4w4bHsCrYkLqJQgUbJa4zUmLEFRYoVVkV\ndlRW5bURM4ENZMQE3aox7zZui5RLk8LT5cGi2YjF3fhWMRApGXzeYHmn/LSM\nG9ZjqOlbcfIRBkX7Qz4HIZGCc/dTRmKyuG+9MbhNNNVxRH1g//SkCoxuT3+5\nz/rwea55KHL19yNin+lCRt8MqcTrXuB6ybrwCITG5foBwUMyJbUnHNW0F0yq\nPk2G0pf9Ifcajsob1bmMiSIV7P41d5hxnY2ucxDCjdcFSCjWFXErQSZdPfDd\nWsLWDkp3e+KowueDcXeKni89ErgdAjUjlH1OuoqB46KltXTHnU9F8DPre01Y\ne2wY\r\n=D8i5\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-beta.7_1554915436512_0.7996631704059229"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.8": {
			"name": "@luma.gl/core",
			"version": "7.0.0-beta.8",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-beta.8",
				"@luma.gl/shadertools": "7.0.0-beta.8",
				"@luma.gl/webgl": "7.0.0-beta.8",
				"@luma.gl/webgl-state-tracker": "7.0.0-beta.8",
				"@luma.gl/webgl2-polyfill": "7.0.0-beta.8",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-beta.8",
			"dist": {
				"shasum": "64ba5e8d7b0033b4d05f6c026beb901d5d434f18",
				"integrity": "sha512-0g4jX5GH/uyV6MVF8PTBRsfgxG30eagijw67VKZnfUqSjBa+Xci86Q2MnzWE6u0XMLJMezRIteBGIBQusawCIg==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.8.tgz",
				"fileCount": 357,
				"unpackedSize": 1465532,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcr7KzCRA9TVsSAnZWagAANT0P/ie9TIc0MJKJSciBcELS\neb56QlzACjOyPYDhr1dlu+G0PEDu4vJC2tgLMH0XvT7Z3oFOplbxIj7wrFIC\nxuQM+8gbzSAkhOqfq+9qfeH1/KhpAV31bTAN/Mg5mn+Iur9zfAACyH4YuFYu\nMENAEy3ywU7Fls9wJesiAVI0cpz7h1uV+xNoUXgYXjgv/3EWoAxEIqwGfaCZ\neFFNHjQgT53fqqnxOmLYYgHca0bcJZGFFdPaV2b1UgB6VNWNAxZWRVWfVLWw\npzZaSAseX2Mbxd3cqAe60V1MuLsCcrXe6TdTSSwCJNIoO5CBcpt0YU5rdW5s\nT+YnkGCR62PdkS3RdSA6SUwu5oX/Yp9QCrTbVQnBV7wpl6jFhNPQWW6Lcx9A\nl8I5HGj9Et4CvWYrbrrTvC7Zr6Z++1Jr3egJlgahkN7VlIOPVnhCFBQ0VUoc\nzd6fVgQFQ3nlJiIxiQLdaqfGD31NcwRfNvt8bdGe387VW2Z9MyAXJRjobuNK\nnbUtyZUgCPqVTnq7tzZUCTJtSxcWvmUMVzeDrPT88ialER1kE94/NG6fausE\nLxfhsshF3EWfGp7ruF+Ay/woMa00TwBwrV3/fbTG32Lctd6OTarTSBVBHVhN\nTukmt7zRHtcCLTSRprhEXuRwE8VRWNmWOCNiltVji2RKnvj8vf7+42ELbkXj\nwARg\r\n=0ckL\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-beta.8_1555018418904_0.22801460349355995"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-beta.9": {
			"name": "@luma.gl/core",
			"version": "7.0.0-beta.9",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-beta.9",
				"@luma.gl/shadertools": "7.0.0-beta.9",
				"@luma.gl/webgl": "7.0.0-beta.9",
				"@luma.gl/webgl-state-tracker": "7.0.0-beta.9",
				"@luma.gl/webgl2-polyfill": "7.0.0-beta.9",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-beta.9",
			"dist": {
				"shasum": "6931ab90bf97730ead38a77399ad132caa40843a",
				"integrity": "sha512-DVsOhuq6onfBpc1THU2fxC9Ewn+QMe8WEF3WLmiWc4jC52qRwOsVuWcXI6w90m+wgH1u88hLrN5HsNxLstIwGg==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.9.tgz",
				"fileCount": 357,
				"unpackedSize": 1466532,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcsQXICRA9TVsSAnZWagAAPWkP/iHVO3pNEHrc/WOuBht4\nrLj8vUgWt5CzEjWzMWdRCXIWbCd/LrDoDi860C9m/O/GYPlw1UKZUfmnprTu\n48I6mJ3VxgCFVzVb8WuPaEjogCrpl00s/DLd3Kc3SBoaTG2YAKbgbEQftmeM\nNwmUWWzLo+UcPb5S6kbqSNAg8c3BrV32dB4sJCiU6fLLqD8pNhsaQsAYlfiH\nEqqwZR8Ohnw4QGMZr1hfwrj+hxGm5Ye3W3H8f1+bjNsiBjffV93IDzKiwjAE\nUziiaOHXdD4x8+7g8KyA8WtfP6pHnSuFyS+zZ/NZ0+cOnx7g35Rlfxv9qWPI\nhRqQI5ERsNw4sdCYah9kD/c5MqcZ4W5ZYL47orQNVYymJ8YqLUCEH2i/Hl/L\nKGJJ/anHDEi/ZX4OHL42kz58KbYvTMEZKRuRBDofvEcn+CAjWDWisMIRWUZO\nrNL1Abz3eCiyFkIz7Kf21Ysb5aERS197R/JPZAgDsYSrw7ZyayPcwUrTALWa\n/gLOySuMi8GX+DExHWGGfg3kZaBOQb8NFPs+NUyeqFUNd2QIFZd4AYDsxJPN\n9hCM4DAcJNZHPEMa7NUY1fFX75F6EGp8rzJ28Ykq0JJN6S6auJumgeeAjd/1\nCTOmMc6s0B4H+AgVebZL4/cthSKmEgsOHsAg0oVaWo0ldHQQbj0IA54MO7Qj\nUGSN\r\n=Klaa\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-beta.9_1555105223223_0.35455397890246476"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-rc.1": {
			"name": "@luma.gl/core",
			"version": "7.0.0-rc.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-rc.1",
				"@luma.gl/shadertools": "7.0.0-rc.1",
				"@luma.gl/webgl": "7.0.0-rc.1",
				"@luma.gl/webgl-state-tracker": "7.0.0-rc.1",
				"@luma.gl/webgl2-polyfill": "7.0.0-rc.1",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-rc.1",
			"dist": {
				"shasum": "d57c5c0f7bfbf91a086a83cd3625862ccdd823ae",
				"integrity": "sha512-no4Z43sHhcfzbxMoJrv7WoYDzlhQFJcyqJ+26NWC3maOznKelRQq677Nt6WkcaHtC5Msn2DAGXdZKQ1NgqTjgw==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-rc.1.tgz",
				"fileCount": 366,
				"unpackedSize": 2970241,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcs58UCRA9TVsSAnZWagAA0joP/RmJofGrkwMRsv1jjQS6\nB+UU9AOdTSjQjkpDNHy3BTFoalhjitYeg2atMbmfxGLD1/c/d+sCsd2hdhWn\nnUTXUdl54RfL5juOE4rLOXcDPXvwKA0/EPogJL5848n75OoATrHuxP1XLqUx\nWLmtKF0Va0tDWwsGXqTWy8FBeOHUP5EvgyEJeR80tX6UlwJGgCU2JHaGsk6D\nPbne5UMBmxhMwPs66SGrW0jMtXlXrUxGhMiLu//J873aYNxhdFcsg+hN65B6\nzBniu+gLzLQFo/y75NFCQEQNADC04STW2plaUXe/QNKVpxQvnrzCQ9MQY/Bg\nsaSYCCA6wu+CsYcgx0n0CN8Nn2jUl5c1+oSAT6km1R0bAPiDgZJZ1fTHtTBd\njykjL/lJAdXzVl3f2+tg3BFW2VXQ20AhmOcLIXinoprf0/J3tYLhpzZ+EgKX\nPmuJa2TFVeYSaI80UHncIASN1m5Wq/18wKHD7NXjsOCY2g9083yyFuB1lPGl\nLIzoEy6UjK9+vuSoUzigpfeitdFvZFZz+M7gqUp+CuwfQX3TVWg5cXlbPPvj\n45hnY0QSdDjnkYjzB3cz6vpkDg2hVJkZvfrguIlfwQvNlHMQfNUJ1fh46P7j\nb9RdP8bHzB+RDYsULpb2xGz8V4XplAn9/1AuchqOY6zjvB5WO74vnqiH9GuA\n57gL\r\n=lGD0\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "ibgreen",
				"email": "ib.green.home@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-rc.1_1555275539794_0.003920664205662838"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-rc.2": {
			"name": "@luma.gl/core",
			"version": "7.0.0-rc.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-rc.2",
				"@luma.gl/shadertools": "7.0.0-rc.2",
				"@luma.gl/webgl": "7.0.0-rc.2",
				"@luma.gl/webgl-state-tracker": "7.0.0-rc.2",
				"@luma.gl/webgl2-polyfill": "7.0.0-rc.2",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-rc.2",
			"dist": {
				"shasum": "030bd211693300b1b1765fedf4e6cb9978c0e835",
				"integrity": "sha512-D1Qmj54TiLGoVJRHJb0aXwNUSmEX/7My8hBcBaMZtJTOxmRlOxmguSe4Kz1E7zKQD8G0DAx/Sdw4rGcpc07FOA==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-rc.2.tgz",
				"fileCount": 366,
				"unpackedSize": 2970567,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctiYhCRA9TVsSAnZWagAAQ18P/2KiaZdrZRNPj7l/SEcp\n2rjD71sKi08gsyxk8lcPc1lqEbCrovmhxZcCVzjj0dHqbIcfvau6j7k5XPc7\nLc4Jgo58FcyK7aasTtzgq57S8B9BHS2VuZTzhvCe7wltANEBaJcj3oMB8Ekf\nXCCfhsd3Tqqlzs322rVxhQKBfGQrD0jVKj1w0BGa1AtF0Qr2VB/z7bKwtugH\nNeNDmsBBv/mfQdHvJjVWO+KNoN81Z86Ya1l20e36FtJ0dG8VTDvOw3MfFqfe\nHqy99fp77Wtfq3BvW83+YesM4NVBLsRQG/yZNfvciOVwqXi3X0Pxl9pY1Brn\n+R5a8WR2WHPc7yBfX5x8/hnEjxBJlxHTOCkPOK0wZZVxm5mg9bCyY7fZ6SZx\nTVkIcnZ9Z2liN3X9UV9x4nQ0ZmtTt2qcpNWoxAPf6dEp6xo4tAJ4bqWuuC9z\n1ncdJzrsHHX8Hbn5feieWQ06L5LQ1t6cPkke9TDp07eiYhBbARPh4dXDHrhx\nw9ZbgtWbTSQ2GyDTnrPTYBj4JRR2PvMSFUc6vDynVPvZhLOz/ywA8V0Vi+Bx\nosJYkn/Pdn9K5jm1WgICuhxBwr+hT8U05nJj7d0OzZBjffk66v9qfx4wa7Zp\nKqrZFZ0ovlO2xWQrOOmNm5Nex/4/XgAoJIO0UegDq+vVxvLUw/IhzAKbRwIs\n0sfk\r\n=/PgY\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-rc.2_1555441184886_0.5791954050981525"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0-rc.3": {
			"name": "@luma.gl/core",
			"version": "7.0.0-rc.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0-rc.3",
				"@luma.gl/shadertools": "7.0.0-rc.3",
				"@luma.gl/webgl": "7.0.0-rc.3",
				"@luma.gl/webgl-state-tracker": "7.0.0-rc.3",
				"@luma.gl/webgl2-polyfill": "7.0.0-rc.3",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.0.0-rc.3",
			"dist": {
				"shasum": "ca5dd4fc7f691ee9985612f74b945fe967494455",
				"integrity": "sha512-yZYRcdyxYmuW+ZKfC8EuTK3IGZttxB5oRZ0lR5b7IFmuKwuBo7nz/cxaeadmaH/EzrKgRrTSlyv/cok5g9TGug==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-rc.3.tgz",
				"fileCount": 366,
				"unpackedSize": 2970225,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJctijlCRA9TVsSAnZWagAA/0YP/2xl5Kbu3X+g3TV8ru+N\nB2+W2/t37H5qIVTDDAdfAvQDV8gR1J4kAjLxs6GHxz4emCdRu3sETEHENt52\n+uFFmOtVDhyEv4N5oB0afrEL3bmJLMYTHTd/Y8E6j42/xuDmgiToJ4LqgXFe\nqQTzA68Fwo2gaIH7tSGDkXhphqAQgvUkJBPMYFZqLhkZc1UqnTk70dqMX66F\nN+tglvMGNkoVf2LuW0T2lZO831qdA+6a7FymC/WNAx/47RYGp+vPbFxV/k51\nIjdsX49nPmf/XQ0JN88INDHCegnOObuWC6i8QABBeXd7yEKXi62rL8qwS91v\nk9ILRheCDglmq1r0x+Pabg6azQDA73pTQ9YnPX/37bM41gkxxJaZxf4qYjGn\nazcM8obloyr1WcyUnkhmqurKrhaWV8yCOGx73jjUqlsY3HDFEpyWmLBQYu/N\n4EdwWaDGdxdwLoTi0W2dFtFjt/KB8Y+YMmU0SQlhf0ItMQqohEJ72XTpNDvI\noPJNslKS5o06MDTEpF1jqCoX0IkUe/X0E3CNKbb5Q8LDGu3jc1iYm8Od0G8u\nloXOhuoL19EdlnuhjIXZIHzw0RRj41/xSE0h5eqDroPNUVzKGYSJ4NSruh6o\nGrYXZexjmk81EvyJZpaLuGhrPQbk8QtLzTXZQJVofYIw2wrzWT3omxl0F7Dg\ncujD\r\n=G0V0\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0-rc.3_1555441893108_0.758351904331001"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.0": {
			"name": "@luma.gl/core",
			"version": "7.0.0",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.0",
				"@luma.gl/shadertools": "7.0.0",
				"@luma.gl/webgl": "7.0.0",
				"@luma.gl/webgl-state-tracker": "7.0.0",
				"@luma.gl/webgl2-polyfill": "7.0.0",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"_id": "@luma.gl/core@7.0.0",
			"dist": {
				"shasum": "b534d17dffaca2690558c092d07435e34e0a6c02",
				"integrity": "sha512-qj0q6Ikkz0syiCUUVywlbF2x2DRgI+B74giYRFAWN/kiJWzn6Q8kKkQz/qNJjpmXSe3nEq8hmFTfXoDVfFnCuw==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0.tgz",
				"fileCount": 366,
				"unpackedSize": 2971474,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcujEiCRA9TVsSAnZWagAA6aQP/RWV6O49YWitddJfcUsW\nAnGqPAsAypf0SS5U+n3dHv5naR3sRWNu71P9K1//9SHR4/kOTWfDwrOyJBBZ\neF/772HyiloazWASFxp33EyzOshESfbOI+MAP6waJSVHnVWM6nG6ilQkq4hW\n5KXuVFkoSdDWGVNCYCGiQSEtLfuIHvGqoD06LB7ladEdfjDqvRNQCqpSbRVS\nx/N7SA43EzAy803D1SOaYTiHoghbnJsQfkjAb+DJ4tf1Cd4/Zr+ehIxDH4Mi\nl7yMtVCcgfLiovwDUoYJ2Jy21xR0xvCj31iPjeJFN6PceKRRAEil0QvzGPYq\naqVWgkm25Qw9bec/lWuuLSajiq8jo/uFBSQiCUpkWV5nWXfoPnwzIjqTINVj\nlPCjEVj8FWUZiODRwAlFBNdyLfdUuhCsuqfgxHyjQVjLlo/n5AR0gN0HfxhU\nt/S18OntFlk8lOEi47CjYpK4GI7Ws+vb4y8419Tuni61SAsDuvM1ncuu4XLk\nPXrTn9rI3kh7lp17ifCkVtnem5LbgBLwitwzE6WngBF3LPFbsgiA91XlCOIH\nvwGevyASak1QfZODLskH0uIqMeQtJ643cCgSwmiuLlX6J/ex8HNJnqYYA94u\nOburNqmDVAKTcjCPInYLs8l7ncp/VnP3kzGJEAKuoYRaJex3bebGDgy70JUr\nAn+1\r\n=Q5ch\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.0_1555706145783_0.9759178854753752"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.1": {
			"name": "@luma.gl/core",
			"version": "7.0.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.1",
				"@luma.gl/shadertools": "7.0.1",
				"@luma.gl/webgl": "7.0.1",
				"@luma.gl/webgl-state-tracker": "7.0.1",
				"@luma.gl/webgl2-polyfill": "7.0.1",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"_id": "@luma.gl/core@7.0.1",
			"dist": {
				"shasum": "f1612238ebc84182558b709652aadc8759e8d939",
				"integrity": "sha512-+C6DtwJO6ORUa4BIh6VvCTxU+9fFkeuCjxj2ndPAuZfOVzAJMGOp3Zghm+tCPy6imvIU5+Ea+qYOQwVvd9uhVw==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.1.tgz",
				"fileCount": 366,
				"unpackedSize": 2971651,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyJkOCRA9TVsSAnZWagAAcGkQAIl4g6AnL9AR9c1RJoXK\nuwtcLSreIdz3hg3aNNWBYuQTBrVGn5XfjL35h91SVH3AOWa6FwPgqJtM4Ae7\nd00SZSdcplRdR2WjbkEeiywaKpF6DsnZcFH26WTc+S6x5ik88eVq+lmfkaf+\ntp3/WZXsRIR+czm+OTntJ9KpqnX/1K1ZnmyFO4FTIHgENNiUQnNwtTN4rw/L\ndDNvBmQmgkwfeuZDpTXU2uyM6EpS7pmIr4fgSTuWJtE4iqrIVSjyZQQwhyb8\n1k1BEhnbWnG40P7DNs8s65k7EuNC+fZAO8EMZ/MIDN1M9OHgMZ6gsNDTbqm8\nR3oUon2g+4dw9ajbCdYzofoAdK6h+8PxgBibF2ds7raQjDZdJtynLDfj7uF9\noUYGg97ZFAsnxJEUL9n3IxPu6AiQE6yN3Kyh53gdb0FzUG4C/OwYfEigDhLW\n/nAxJrl0D6TzN3qqQIp0I3je1QO1JnI25XdzvgPfT4OjEgX41VAplFS3JgHM\nMO7g1dNKb+S+TwxqGi0dwVJ1Cd6stimy/4c/2c7yepyQrH9BUipTRDJxZ+Ie\ng6IYk0gdRZRuyFXd3e8X15nA/dATt6fc+c4SJkkKcv6P5a1NwTI3uIKY8Hcw\nZsZhA0x9MW9m+WJBA8iwHobgcIWcbKky64A8oJ2H1KoPV9mjvfthHYqjUXAu\nM2Sn\r\n=3ucH\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.1_1556650253683_0.7249856783162842"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0-alpha.1": {
			"name": "@luma.gl/core",
			"version": "7.1.0-alpha.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.1.0-alpha.1",
				"@luma.gl/shadertools": "7.1.0-alpha.1",
				"@luma.gl/webgl": "7.1.0-alpha.1",
				"@luma.gl/webgl-state-tracker": "7.1.0-alpha.1",
				"@luma.gl/webgl2-polyfill": "7.1.0-alpha.1",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.1.0-alpha.1",
			"dist": {
				"shasum": "48290f8e44f2fffecd0790c39fb90fcdc130daf6",
				"integrity": "sha512-IqQsvxFsHoDSUXBvoRqViwV2DuC3+DzuvCXGfigmtDAEY5L7KR8IwJgJNiqT+kjeBh8zGFPxD00125PzQc5W1g==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-alpha.1.tgz",
				"fileCount": 373,
				"unpackedSize": 3004297,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1IlCCRA9TVsSAnZWagAANKwQAIyE2r/stR4dTkRUE2BY\n/H9xGxe0dvLWMPB/Lv52R6ejMLfN79soSO/+nKkeQuX+vUueB3rHDtixUUfy\nDFpQuObWlBQ8CRR5AXaycuMAL9pcSxNtXIIWw8yKB1fYjEZCXhZCauF1Xv5o\nqpRvL/FWcRRBBqO2yLDZoing0evSGrCOyDtGmHRnclw+ODGLftPjr3FOSpU/\nmIGF7dO11KnQrm+7qxv3erZkC+Rc4j/BqZPV/DI2c65lwjg8/Z7hE2f0i4I2\nLGeynxYaxU6a0byctooZYGg4oZTFgedez9ioLcg3gEkiRki68aJA84l6dxnU\n/Pt/fLXdTlD9DG398/ognF0AAQXCwglp9MGHBqRr8l2XTGIz7Fit+fMerHBQ\nkc5Yffqyd9pafymGSKTH3cng2voAoRZAxsSr7LwpyhV8wSbpOEOLhhVDsT87\n3kmhW7Uo1WWrqE3mCZEOFwA3Fw7bdELUAEu3NiEt+futt2UM1WsEcB3fNVhZ\nppDTzUVbLk5GAQ9YE/oKGstPOE/jtcJ9oGhIE0Ymp6FPx0X1pszNMAQ83eHy\nnrYN9KBZ3pGh8OajYBONtliU0w9BT+tSlfzZn3TzgtrjhrdKdGLGfCknwKzJ\n7uWI+5IZhrVVF8tMdThM/0haRQrpTHIiyRLXGyPAZgX2bjRHDfpVlfx9KokL\nL58M\r\n=5J/n\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.1.0-alpha.1_1557432641836_0.7041694975400017"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.2": {
			"name": "@luma.gl/core",
			"version": "7.0.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.2",
				"@luma.gl/shadertools": "7.0.2",
				"@luma.gl/webgl": "7.0.2",
				"@luma.gl/webgl-state-tracker": "7.0.2",
				"@luma.gl/webgl2-polyfill": "7.0.2",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"_id": "@luma.gl/core@7.0.2",
			"dist": {
				"shasum": "a412d2450733fb64148627a7e8b5d2106bff54ec",
				"integrity": "sha512-JHG5L0UXlXwhZ1SXuKmoDMiK82mygR7eKtycpKR2h9cMYx1j0FZi5AjpL5dWYVZmvVY6F01WJvFdi9jNVciThA==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.2.tgz",
				"fileCount": 366,
				"unpackedSize": 2977817,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc42JmCRA9TVsSAnZWagAAgusP/1JkL4OJVTerY6fidRVc\n/+cHJmNfSDm8Z/mK7KusxTc2O8V0gDIFWQwTg4APlHPfNv/gwWd9An8OaD3m\nvNdUMDZdJjluz2869c5AiUZN9M1chhJNJ4FDAu1YbF9B0pC9Ynp4bS4QxNDV\nRx0eV8el3fGBKJBl3X+Shn6LfFk0DKb7lt8H5IbRWDOfk9X4bFN1KcqwjX66\nzGLAXZCqpLMaf7Q1E5668HQahi1oMR2mo41KMpqN0I1LU5ULHZN6ze68+D0t\n36uuPFOir+Pu0fOACIQB/CRbPZlTJjhqRGN3k7TjZtqs6H7fRoIkTH12RJUa\nlgfWDDisfFTwIuo6bODnY6ftpqcaVuUAXbwH2BNNL+3UJuhcZElXeskvYL75\nqq8BWOUMcahUV5meP+kEUMvs9iQZsKToNUFIlqWidVCDBRuPeHRDeV6HtlR/\nZ5Ih/zeN0DFjmNrqzaz/KvFeU7jmmGpw1YOCtu5Mq4dvXum2jmSl1vwT9L1c\nvWR/29217+NMm08dBdWx9CoM8gjxDVJy89plDLCN5iEKyKYGVJGCxC7zMUz1\n1kwBoYE+UTBErW7PzOmCwwlWlEGmkPFLNTF7q5hjUjQ2Zzim80iejNgAYuDb\ndemWutdQV4b9jm5fv/Oyf7nQOEgx342Fp2uH0WmFMILGQZZBHMi3YJ2OrmF2\nJGtP\r\n=+55k\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.2_1558405733583_0.4992667008645968"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0-alpha.2": {
			"name": "@luma.gl/core",
			"version": "7.1.0-alpha.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.1.0-alpha.2",
				"@luma.gl/shadertools": "7.1.0-alpha.2",
				"@luma.gl/webgl": "7.1.0-alpha.2",
				"@luma.gl/webgl-state-tracker": "7.1.0-alpha.2",
				"@luma.gl/webgl2-polyfill": "7.1.0-alpha.2",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.1.0-alpha.2",
			"dist": {
				"shasum": "dcf6e665ec5987eb40ed5527021acdaa3c2a4260",
				"integrity": "sha512-BfDeU9OSNaHzhTIvoZik1Riyvqwrz6e7DTH2naIWSMAzE8L/6FvPdK8/Ic7kk0x9G1KMaF2U9xoPXLLqfk0zgw==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-alpha.2.tgz",
				"fileCount": 366,
				"unpackedSize": 2977671,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5AaOCRA9TVsSAnZWagAAFvQP/2oxLxBr8xPHjrMvvo26\naKd5hYtiqXbKu436gtiU6+96+jDbhx8JP4Ody6QYHa/phZdt4CqKuaX12ckc\nfIfXE+m7WWzxzid4v1BAsnfDo/76PmeBoZJQ6+tyThE7qDf8qbTBbC9axorx\nExITNw51yRD4/mR8Y/kRUoAfYE9GdESfmVIok86ChZlYVdrybUtYfRLNWyfA\nRe7hFWh7MPP+xnfdGJp3J99AcArqb/lgpTv9vI8ASo3qb0dORZquJKjTgRlp\nm5LqyZRV4E6AXWNYwhCuSoE4TRCIBF5FOxGUHsufqdZRA0RVea22Xrsg51gW\nkupZBvFDlDlTMwSEEakO55hm7kpa3kXaDKuW6p4kzb6v+iCaysDvxK+pYMVn\nNpVIKCIO6UgTE+30t5uBLJhoFvuaQDLg664YQskpKvXYsrNidQRPyKMl0Zyl\n0tDMpuFLVLWyzQhLnobbR9JphDT44ZZ7sDNUoplvW18c15sMpXNGApTQVfHY\nUNnOZtf1f2idYlipEqVFT5+0vLAaEzzjxin1wwdKfcmRVjB+iUrJX2qPA2KY\nRbr2VD88+4gIkEqeRWeTdawDjUuoED6mG4WO1AxBx07O3mK9dfEYQTE8GDS1\n1RKjjBgRPbm3V0bzh+9LZw25k8M0jiRXPJEGHFJWXWUWTdMvdaSOIYq8+PLr\nwFOZ\r\n=OFEb\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.1.0-alpha.2_1558447757834_0.037170018882709766"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0-alpha.3": {
			"name": "@luma.gl/core",
			"version": "7.1.0-alpha.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.1.0-alpha.3",
				"@luma.gl/shadertools": "7.1.0-alpha.3",
				"@luma.gl/webgl": "7.1.0-alpha.3",
				"@luma.gl/webgl-state-tracker": "7.1.0-alpha.3",
				"@luma.gl/webgl2-polyfill": "7.1.0-alpha.3",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.1",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.1.0-alpha.3",
			"dist": {
				"shasum": "21b411d25a8b27a44f2446d767a3215bfe3d28a6",
				"integrity": "sha512-756SYeab/WHEnNQgo+X7gojV6a0aDCoUZ+JY1AnVL7HrEyejtqjeykpTF1WKEukznkN8Ek63S6eTmAgcrXQ/zA==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-alpha.3.tgz",
				"fileCount": 367,
				"unpackedSize": 2984161,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5ECwCRA9TVsSAnZWagAAUEEQAIh/yH1rDyvISMFAfpj3\nH2vDNpSyneyNmmmc2C0maMnPqSmCK64ON3noO58GMxvT2oepQNb73lAtEHdQ\n9sbusUZiergyTeipGdeycL2tqexpldMATEe1X5fD2AC05YpqKW4RAY+voYFs\noB03rfvlohZj3NwQnJrSZ0J1KA96MbMCHL8hfTqsbgtq8PquiQqRuIuTqtH1\nNwVdz3u6pywKh/1izc2dSksERX7MTmWuiTYKUjKUwrGQmyVzplyGzC7WnLP0\n5TtaPlvDT9CT5ElQ9GkTEPsxfqvzqeoqmWvK7B1Wg3IFePcUJ+1KBphy5eP0\nkFXuMr9IqZTXpaTaDVFb5BLWCHUxaV7b++Y1BuZ24gKlRhrQvB/TO31g9/AK\nRQG2fBa57O2dTSmCNo6mBoI3XpJwQsV+UW0lTW5L/+LYqxcYC6arB5Gh/Dpw\nM9/YxEnXv3yD4kX5ql3iZ3wJJRbxqlCk1dPWAxa6qvnG8vpuNNdVxNeLgltT\n4QWFT5tA4RW+VBwTsg5UUPFagm06o6oOxDk7yh52oa3nt4zsWVpOqwOSqF0j\ntU2OUZ3XKA/8UdpXN23CwwCEI/Jai35TPAKGdNAbe6xcWIZE1T1JWmH2nytp\nsIj4OAWs06MC5VNIfboR/T7l/vZmCzzZXthaCOmWfsmhZ1L0Jk12xeH2WQAN\nn3zY\r\n=xqbg\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.1.0-alpha.3_1558462639843_0.5381014258408712"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0-alpha.4": {
			"name": "@luma.gl/core",
			"version": "7.1.0-alpha.4",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/uber/luma.gl"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.1.0-alpha.4",
				"@luma.gl/shadertools": "7.1.0-alpha.4",
				"@luma.gl/webgl": "7.1.0-alpha.4",
				"@luma.gl/webgl-state-tracker": "7.1.0-alpha.4",
				"@luma.gl/webgl2-polyfill": "7.1.0-alpha.4",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"readmeFilename": "README.md",
			"_id": "@luma.gl/core@7.1.0-alpha.4",
			"dist": {
				"shasum": "25be0e9568e4e320d45ce26ca60034b33ef5224d",
				"integrity": "sha512-1UKRYgmGwDLEvm9BApltMcIqk0xjTrK+ztAf+KcuaMDs5hK3ObMe465nwg++obf1LLgxzP+xn/S528KyCd9lyQ==",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-alpha.4.tgz",
				"fileCount": 366,
				"unpackedSize": 2982250,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc5axKCRA9TVsSAnZWagAAghEP/AxbE/zulJrdQNPpFELs\nZoJeDdAQY1cwk6oVk/z2foCKpGcajM0nuuxqyKu7OneViRXE9sQHbgL9JGbo\nDq+H5j/axWO1rqAorcG8RLkeFcH9Q1ZeO1cQ2hM50UbWsBW3TLDEIIIraHPS\nBDKhkdqBYH0BSkoHunRJ807/aIhNoZwuH9D8eW+q4vXm50xcO5oaUXwJisLb\nt4FiZz+4i4DaE9f2q7Gz83Z+NUEmPNAOnXS1SJt+5hpHJryO37BkT+ENbBzM\nszwxCAzQE+X3c5+MXp97qzURji0SJEAwcmodgwGb1OQ71Ynx29QFp7QxQ5d8\nxQyqEw4tc5LSBCIhmZWlSc1ZhYIHfSImZ4rApzzWj4EqsXU7YQgj0/wCc0Xh\npv4f80a5o9vPFHklmQfbelrU+l8bg4qlmLGJkcZ2wcKWpbK+5KybOCETsFVb\n45/nlZaq+dmlvlAyUZzJFhvqOZmekXqJAa2BNethZki+cJgO7ktw0GoFiGz2\nl7Wars4c4wBaGqDNLHyPTseUYJjbUhPXmI4b1wVI2dPUGKN3/kc3nN3xddcB\nH7OMlQSHeKGdEkjKqsO/t5BkjluqDv7gk3YKBPRQ2II+4ZBej7gCX/5VXK7Y\ngpU2TKJkRIVQMUuI6hkvQLgkDil1bFRQI8hxoKCf5eLERrS6XQ/o7Pt4J01D\n1uNL\r\n=1/zz\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.1.0-alpha.4_1558555721891_0.9005035122071838"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0-alpha.5": {
			"name": "@luma.gl/core",
			"version": "7.1.0-alpha.5",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.1.0-alpha.5",
				"@luma.gl/shadertools": "7.1.0-alpha.5",
				"@luma.gl/webgl": "7.1.0-alpha.5",
				"@luma.gl/webgl-state-tracker": "7.1.0-alpha.5",
				"@luma.gl/webgl2-polyfill": "7.1.0-alpha.5",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "ef39b904ae17a9bc257b79f63aa1db1671e97b48",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.1.0-alpha.5",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-VESLGAQ8dBiGxGu2hFRqGqcjKRrf8U2zJ/Ph+JPUCjODsvDhGRVhzU55XE9MpQsfiGaYt++JzwXY4l486/jueg==",
				"shasum": "cc975cdaa4ffed72cc2954e9e884e82340e040a7",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-alpha.5.tgz",
				"fileCount": 322,
				"unpackedSize": 2975611,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8GH/CRA9TVsSAnZWagAA3VoP/3TAoxkRBfXOyAfamvEJ\nz3he86a3m4GOKVD0dyc35UP0ZghaKDvgS7XIWNRgVlmvQijF/lU1he7wrCHl\n0UtMa3pj2TFZnPq/zH/1JyCxzuVZr6nbJYc1tTJvBIMWOC5GxB/IigrP1lh5\ns0ss+RZDhRVlwA16kLdNxTyJQ2EKSPQ3NUAU9ZjwxBOyVDi8/fldMPTcJiSs\nZYdJQXrXnqduTD7gB6iTsaK70fwNSRFqSP0IUf/v6dI/Pf25tUxhtZMyEJ4m\ncf5mmaI7S0EjD9BOeHTfV4YWjzU+9dXlBSx8ym6Vdhkw2RmayFlgn7NgUQnk\n6BNiqRWQPsJENSVpUxFV1qZNtFTtWAN/+6jzpMoJNheMKjnpbVOXEtj5kSDR\nBboiCThdyNgES/wAx8aQPw0O2c1I67pC1OfDtCzZit9osfpknVpErlbGWcAK\ntJhxHJFFzWzUExArpJMga+4GOcaieu9gal6TrOLTyv6T9eX1XZ3Yf0OZTOeX\nT09tKeklQkF0aG3o9y3WV4V35eyY+wYKdJNtMuyzS0CRAYT8GRT0wfout1+J\nXEk4SSn/VLAoHMBkrS86ZFzVMUvkE+gA1o9zOSkfPKZ6ueEm8oikcgERG1W3\nk00hgzHOW5HU5XkyrK1+JtAokBNfa+u4s6KzkY0Dl+vTTDGHw35qkY+iYuHj\nTLIU\r\n=NBtP\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.1.0-alpha.5_1559257598974_0.9523303844857831"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.0.3": {
			"name": "@luma.gl/core",
			"version": "7.0.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.0.3",
				"@luma.gl/shadertools": "7.0.3",
				"@luma.gl/webgl": "7.0.3",
				"@luma.gl/webgl-state-tracker": "7.0.3",
				"@luma.gl/webgl2-polyfill": "7.0.3",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "f73a2178be325e133ad905f9a35ec3c8501d87d6",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.0.3",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-8WLyNB4Sv9igQGI8TFmWxq28DGJGC+r+sS3b03OkrMyLXgR8g57BkRr2xOY6Rlw1tR11affwqZ7+Lbep7X09/w==",
				"shasum": "15eb2bfcc7c0ed40af547a4e0165e968ba5377bf",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.3.tgz",
				"fileCount": 321,
				"unpackedSize": 2973346,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8GvtCRA9TVsSAnZWagAANcMP+wbsoGdYU3SJzEXAeHZl\nggN6poA9O8wLxwqQpBZ4/R3+vwzayusceVCr073O9/n4NTwXKYzS33Rrb0rl\nX4N7+p4fYkUQP1e3InyO0+CuVAqcOvlJEKUqIADk7i92qLfxZkAFRJhDuK/b\nBeqFDvM0mVkm0z1nheDVIAZbx3efOJqX6ojO8r5hOWKiChvhrEGbvhff0arB\ndnrkANi/Q9e+3rwRwrjS2xKLyyy3mT1bC4nfLYNokUrlfaXBhJGQCmbk1xu2\n3k2ZP1meIlUb61/3YepEorlLcVU0iWp9fWCjX6uHJfqZHTNF9jTeeKvvNaz1\nHg0oO+lOBozdDKCHs2MNgXvdR7IXIbUODOINcWUQmdwCoLN3C9cfI+z1w9D1\nSH247Y3cVI4l2AN7BNQfZj6lQ0Z8ULtOgR/hJ6all4b0/610ItLXobvIrLKY\nM6twXB0kBLLrnzby/zga1rEYKMj73lIa0oAcB/iTRBQ3I12dTZ7nnkkiSnvl\n8U1H2OvT/axzjB2qjBXeBIwJrW3wr0Mq1Csjt629wNIIT1kKbUBo849gmKuT\nPvQczBiph5Igei9N/pAyaxsNYUsNlBd3CnxHe/OaeUE9m9UknKEXSHvYPQN1\nd8pjV4xiWIB+QsH7DPXY8p/p0MennZt01LridrzEEYotLQFh4Qu7GDbxF0dH\nrKTH\r\n=4h7i\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.0.3_1559260140716_0.6800172676729024"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0-beta.1": {
			"name": "@luma.gl/core",
			"version": "7.1.0-beta.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.1.0-beta.1",
				"@luma.gl/shadertools": "7.1.0-beta.1",
				"@luma.gl/webgl": "7.1.0-beta.1",
				"@luma.gl/webgl-state-tracker": "7.1.0-beta.1",
				"@luma.gl/webgl2-polyfill": "7.1.0-beta.1",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "cae69f6362fae4bc631f80675b3a9eaa7c805f4f",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.1.0-beta.1",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-cvfeuy4xhjwRbybdhnWa52sjiBCNUcGE52S9JzADvkvM1C4+ETgQfNF6t4FWVaJNI3dyPKZ1bBI71jkkZfHzOw==",
				"shasum": "d52354a866b36a8f92aef24faa83d4b5944dbf8b",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-beta.1.tgz",
				"fileCount": 321,
				"unpackedSize": 2971324,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8ZhHCRA9TVsSAnZWagAA40cP/R0E0XqbFhR/zkbtip4H\nkaNWbQ6nK2p02xSf3amVlUQOm4hq39BE7Nwpkmg+5xa37oR+XVJ9YJLwu0Y+\n2h+r25VZI3Mz42sTcxnOeoKcPXRadP2+REDECcEjFWAW3f20klxORFEFWDt2\n8vrzlaG4cf3ZbRZYID35JIuMCY9bfU+m7zzSuf0TrmjP6FCR0lnbsO8EjtWY\nhKTFkay+YrKxLHVnpemJaU/F/kfat+udP592PeBeQbntsSLE2DFpbSve3kvF\nSMflhqO8LHurgupnupT5NBJaEIr2StEeKxfW0syC8S7sXZfKyro0/3AB6NAP\nSvXAfrgWy31FBtHQNhVjbaxp0SbX39JXqRJZGFIyw/FK4i5vSs+bslVay5Bi\nQ3n9Ae7tSAMIULiFS4lrX1oeY2KqGFKHTfQmQNzmeqtCNHdiXBYB7qw7rzfJ\ncVH7uSEr894iB68tBO7gyNfiGkHEkm+4+EnkptbtZsXmVm5zHyQxLkt+HlZc\nodz8syG3dV8fspO7w3Wq07nKLNouOu6DuygvrYyK8SfLmNjaF3AsbPrTHPot\nLHOGLmgfAMf8v+309WBGXM/xNA4dDm3EZBCoszg/lqURrX7At/EAdl52PUfs\nKz6sYRCLCJLn1ZTm4lq0y9tQU+UsHLxmFXJ60ZFCcz4Cq4XSG9xkhqJHlO6T\nQO4I\r\n=vH6l\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.1.0-beta.1_1559337030615_0.7720557016123217"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.0": {
			"name": "@luma.gl/core",
			"version": "7.1.0",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.1.0",
				"@luma.gl/shadertools": "7.1.0",
				"@luma.gl/webgl": "7.1.0",
				"@luma.gl/webgl-state-tracker": "7.1.0",
				"@luma.gl/webgl2-polyfill": "7.1.0",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "9dfe3fda05487d0e539b18e2eccf84bf7f4c5a6b",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.1.0",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-YVMzgAwrhovn93B4Xox9P1T8o+MBOTRtsEhLBGc7yrraK9fLdPgC/c/14+EvgpDLhz+7js/+S0SvlnApNLi5Qw==",
				"shasum": "7395390031a4e939abcda8b52587db242d00c6bd",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0.tgz",
				"fileCount": 321,
				"unpackedSize": 2971297,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+AGGCRA9TVsSAnZWagAANe4P/0U7AqtIvRQ1UDLWAs+N\n8t7rXCW6x1TL/nRtWWWLOIyAAm73Ms9mcd8F3VxlwwLP1Yj4tIsTL6l8ztNB\nWKgicW6YLZoGKcuaYymkIdusVqQyeeyTFEPdASUZ6SvXdZjVjplDOB048GY3\n3FfiYJw421B4q3C9/+05Q/ZZE3IlnErErC8FlqKLTjb1n4dcQlFNO7xroGak\nCoTPkSGixTbUwMTZ/bhm10RWMb1ad3OL+4RvaRiav+7mTrKCoAwmWks9ojy3\nQaotDLis/XsYDFXtBbH/UFYeU/A3e00sbY9wo/dDDlwLHD/fGH/BxuCRxCVc\nqtiTErBN51zUjJzpqAX6dLrnO+4vK+4LX4OQGP6e4jmhF4rPxFJlWK+dfMaV\nSWeB5DHqwq6YLk5Nel5lDb4YOrW9uy/SmZ4bqwvSk5AVnsOgCltrnlUy47Yq\nA6Lt9obxjxpxmarKR/S1m1tKKBxxvYQQ9TGOI9VSgzttokJKaBZ7ULtn+Sbt\n1NyxMaYIcgZsFMmm1lqHamjcBHZVzIwx6gbUr8rFjFLfsVU9aIz6NlHX0k8v\nA2iM/BGrgkg8qXErp0WGB3No6z3GO8Pym/Y6dpuh5eEi8sDetIjIk4RFct3F\n0X+BvhTV02wp2M7ixfiIObSWOeB7uoL7aiCPgmQC4xnK/mLgsgSXmSbLskfj\nINHH\r\n=v8k1\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.1.0_1559757189517_0.22520426029834972"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.1.1": {
			"name": "@luma.gl/core",
			"version": "7.1.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.1.1",
				"@luma.gl/shadertools": "7.1.1",
				"@luma.gl/webgl": "7.1.1",
				"@luma.gl/webgl-state-tracker": "7.1.1",
				"@luma.gl/webgl2-polyfill": "7.1.1",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "8d1313fd499deb9bf73f036e4e7d2c31a0267173",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.1.1",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-C39SmKXiDLyACnYXe5d09Gwh5f011xkNQ8RsE6ffWVGCTWIIb9rK9z1g0L6JuViV/xmWco/sO1SdMQ8uLjC8Zw==",
				"shasum": "cc9fde5845c2e76b1b1f7a38c6e50ceb49f5bcd1",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.1.tgz",
				"fileCount": 321,
				"unpackedSize": 2976959,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+sa+CRA9TVsSAnZWagAAy7kP/RApB4zrspEz1+/s+1Y0\nmWTOnSj0P1Bi20GSv+jAMAFam2NNOjNpzBx4mD924VA+ckyKgefuvI1hX5SJ\nc8BGBbJvFmy6W5OXsfp0nySyXS+VH1PNWyrB85gkuhhzvS1TJwre/nnxCmYv\nDhihvG+1uiV+d+Ae3IxU1mmh+X/XnpSc4b6rvMLUzhoY2Bp7fD8v8MptDHCq\nCCAGGbYqg2jEYYg00A8C7CCgB5iKJZdsX75WU/RbmXgsP3hrwcmlhGRDH4ln\nisnAu1INmYcZ7f5Z7zcaL59ul+0Z3wA4CmeS+uydmg0almhzuGcwocShkodo\nulBo6nGssfYQV3aqW+WIkXDwVjT5VHkIiXQM0ayLNvEKfMbhaJkB7ge0vCtc\nOxjurr/n26/sOdAAyom0E52sbwWA1qrx3N0JDJlLbSzI3kqiy0LZS3hz0rFv\nxHUWS20UGc4RsPReDzHYYyQGoNCjPvwopnFZ+bxa84UX/w5H9eFbGJ19Ts7p\nojah7v3R+7rin903lQsKK3wpZD06u9SSVC4bgwAfSbdE39IIohmDKz/DnaR1\ntMuLP07D/DTq6YKmiFlO/G8mjVr2eCgZ+I/b8n5dAz7URHu4opc/xQG8r5Jt\nekew1X2uJ5enRM9eixACO7ToxQBhGLJznAwxuTwApovJvTWnWdNMnvmU68gR\nErQ8\r\n=07z3\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.1.1_1559938750138_0.2789809448526923"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-alpha.1": {
			"name": "@luma.gl/core",
			"version": "7.2.0-alpha.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.2.0-alpha.1",
				"@luma.gl/shadertools": "7.2.0-alpha.1",
				"@luma.gl/webgl": "7.2.0-alpha.1",
				"@luma.gl/webgl-state-tracker": "7.2.0-alpha.1",
				"@luma.gl/webgl2-polyfill": "7.2.0-alpha.1",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "c9cc15f90fffced387a90190c005ea55ce595744",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.2.0-alpha.1",
			"_nodeVersion": "8.10.0",
			"_npmVersion": "lerna/3.14.1/node@v8.10.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ZXLm+ozHzM5mjyZHVvBhBZKdWOY7t6bwRIZBimWlnQ/hr+jiKc5qLRYAn43yuXYSwkXvHsZOZifdsZFSm5uIBg==",
				"shasum": "85edd66d67ed61294edc14d445e092f96c929127",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.1.tgz",
				"fileCount": 321,
				"unpackedSize": 2983635,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdEba1CRA9TVsSAnZWagAAqW0P/0M3UxNoQIVyCFScgZOW\nb+LdmEFOQnTjYLI3BhNPw8vhjHkllo845ByjH0khLFL+2EWxwMJlLWCJezGK\nAbt3qHmXmp/MA1ptp48Ue7X4rtTpj5unrXpIGsL3q4uwtppT/UGMeFiawmO9\nj2TwNBJ/kqQ2XGBg3dQSOUmXQnlPbcBzFV9V6Sirz/WyygQVb4SORTXZjjRg\nBs/SppODWR+uIDJ/io7hDauFW3QgBFaFfMVIffmhVk6QownWzKWr/Cb5w0Nt\n7LCMN2aZtQ2JsAjU93Q+kQ+pYb6h5P/mavte2B2BHbQ1X1vVbP943rMRw2By\nbRMotqpKOVuipxQg+uQaH7YP2T2ti/1El7cNMHV+3ZQg6YntFdGLz0g92ZRm\nU+GZ6FTXFSJYm1DaxuJvv7FN2iOXKp2giiPh9lMWvBLVBNvpOsjhF/AP/IBx\nVLbTcl6LcXSukazWQWpg9Ckr1zBQM30zau8RFb7dGC6L7y74plgXlGV9Z9bV\nGN/XbfdnKnIfdJY1JXxg0vC0XMUNhc7VTQS7E8oTtA224MVFO0eG0QorUb9u\nVPQmNM9S4l6WpTPYrjsCMKEJFNlaGiPCV8yHg2vW7v5QwqCWK6QryDd56gIc\njK7kt9mtlQFTHVe12RxIMWy+vLjwegIQw2XiN2hvy67wTygdOvYEeEDmlhDt\np+AJ\r\n=fbKV\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.2.0-alpha.1_1561441972376_0.15759115734885443"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-alpha.2": {
			"name": "@luma.gl/core",
			"version": "7.2.0-alpha.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.2.0-alpha.2",
				"@luma.gl/shadertools": "7.2.0-alpha.2",
				"@luma.gl/webgl": "7.2.0-alpha.2",
				"@luma.gl/webgl-state-tracker": "7.2.0-alpha.2",
				"@luma.gl/webgl2-polyfill": "7.2.0-alpha.2",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "edaa7caabc3aa3e422eb7a4c3c90377968c867af",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.2.0-alpha.2",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Uo6j5Lb+KW7qEmhr1dcDFGZf7nixjTls90zlV9+vV96iwhpnNSEapm249hZfn29iKS7GzG6Qv5/ixs4NHx0Rqg==",
				"shasum": "78eb7c17665e4952a615e43e6d816ee27e31d4ea",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.2.tgz",
				"fileCount": 321,
				"unpackedSize": 2978238,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdE/qPCRA9TVsSAnZWagAApYgQAKCzc305LtMtJFzXnsg0\n+gSe0DfY5mo2FKmbshzjfQny1l4bmFmevAwDynRvxTBLhnk0p7A4kmkM5zf5\njKqWkOpefPwDJoW892Y5UDj8uKJ+qWtqH4dAY1aCEKoqS7ZeBV338wtaXu2L\nDB681qYJrQx5un1WWpSPcfY5F6Aq0o5YGPJv/I5IpCukyGXL2fgH5822Na8I\niG0TIuS9j2S98Fkm9vetYBWcP5hW/BDWhiH9uXwc43W3ZNnWSooZ+6LogSZj\n6KxlmfXlZDB+q2TbNXXuNdz0r0Uigq92n5W3lzwjKC+xM/7lH6LjPCO8UlhA\n87xeknp/WWYUYRqpT0UP41zGVz7/rFTgHM9BFVmJbxaCeEQjz6Md+4BaXbdZ\nqO4S7BfcQ1QplRHDQFDZqaduASAxGHSpIX6zap0KJ8rEeZs8f3X2pHriYChy\nWvrnj07UMnQLBUWqBFg+r5AH2y+GrlDkXopuQI9S7c7F0DRg7Gb7TgEMADbX\nF+ItkXHvcm2hDpHXFPmVdbyTt6rExX1Gd59iViuYxz0kHzH+r6PSwg7jILVH\nHy9dGXE7CV6xQyz/dsvEUhS1P3UznxLaki4X9qxcFBZeBQtVM0fJiLbSiNYQ\n2N4aYTV96VGblI1G3vcomQzfCULBFyG3r0vkRiUnPehoHev5JBqixnySBC2d\nuMiN\r\n=PY0M\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.2.0-alpha.2_1561590415304_0.3714922553261082"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-alpha.3": {
			"name": "@luma.gl/core",
			"version": "7.2.0-alpha.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.2.0-alpha.3",
				"@luma.gl/shadertools": "7.2.0-alpha.3",
				"@luma.gl/webgl": "7.2.0-alpha.3",
				"@luma.gl/webgl-state-tracker": "7.2.0-alpha.3",
				"@luma.gl/webgl2-polyfill": "7.2.0-alpha.3",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "ca4f57e62c5b48e931743e7a6f469e1da7914e0e",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.2.0-alpha.3",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-xrTREJzoOC+TfDa7sPHUXXos97FywW+iJSFew35eBcO7prMk7qZVohUmDkupR5dU5fwNFLaMffAyGZ405Kh+QQ==",
				"shasum": "d9f0a91f9b1b6d054ecd11a4c51f4478eddb2a4a",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.3.tgz",
				"fileCount": 315,
				"unpackedSize": 2980009,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdMO8yCRA9TVsSAnZWagAAUlMP/3PtzaMRpmecV5MpKsvt\nkr1ZLY4ZYovokCRQJH4arK/TxC8t2WUOUHQyLG1jWeBRXwZNutPDFbPl04Ut\nb3auCh1WWybYd/xVY06Sn475eQkzVl/od3nw2YEm1Mx3PHZN/h/YREquFAlL\n4j8BeXhaNiC7AOlys0bwO74B/rKyuATS9Nic5jn6GLH1sNf2qTVDN4xmn5Ya\nl0TZQZLpPE6lRxkvT6jdjHyzyVbBkVxLjvPsJysshSby85951Nozsh7hY/cs\nY9PYmF4OmomF7qpSWSYBXFjhNtMFzLsRfJeT28LkGoo9uLMt2NSr/YjZd4xU\n8cwrADPYQcvjCehM23Mrca7TAHyTD7g/uzAGYoaIL/w09eZOAFtgmo4z/hC/\n0tZTv+1bVJUz7HtxUIQsIVOKkcfuGHgLCYGViRuj+oFt+AfOJ/dVRQiFXq+e\nEnb9F8wlE1rmhXB9YZZe4m+7IwgTV/9SV3I2G9kq3rlw8yyN2DXCudq+RgyH\nFl9bEz1rngeHB3vveTQOeQDmE5NCQZYmmm/g/JT9PTMIsmeX+SRuEqf3E2dG\neSTkk5i7ZnlY09dcIh5ML1V+0IoEfjkL00cmykkh3Ei/TndumVJ+mmHeCJHF\nPR+42h7h7BLhZaJ3zk8WOAHmuIPpmSUgIdgICjq8s261YG3tkzP7xv3XbzsM\nVM4U\r\n=S0uR\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.2.0-alpha.3_1563488049357_0.570247940856117"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-alpha.4": {
			"name": "@luma.gl/core",
			"version": "7.2.0-alpha.4",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.2.0-alpha.4",
				"@luma.gl/shadertools": "7.2.0-alpha.4",
				"@luma.gl/webgl": "7.2.0-alpha.4",
				"@luma.gl/webgl-state-tracker": "7.2.0-alpha.4",
				"@luma.gl/webgl2-polyfill": "7.2.0-alpha.4",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "72d3e96ab960915865f7d0dcd58f6a5ab64aa23b",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.2.0-alpha.4",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Dzwh0UA3JZWOT0qsD+j1uIVU8abC/7Kr9WaOZvuowV7oFxQTFw+Xqw8A1R5bdOvN8cUEhoS9cg2JBlc41kyx6g==",
				"shasum": "ccf1fcf59c1f84f56bb040901a5ba401436647f6",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.4.tgz",
				"fileCount": 315,
				"unpackedSize": 2979553,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNf/GCRA9TVsSAnZWagAAvbsQAJzDVq9cEQkpKTUxmQ7s\ngqAShKyoobSwgbc7Mis7Csjw+2ms2HDulImh0G0qF34Q+CMgBjaJ9xLFPS0b\n8LuYlDV89EGhLBxkuY8mho4LNfRr6zZnVxcg1z3sqIza+Ek4WACRTwhKXlbF\nJlC+ZEKylUYzMfb2yZMVDF1efhADjWMIT/1KyyGAj92wOELIH1ZovSo7+Fwr\ndZfotKLS4SzolKrm/rr8MsFQwhQcTBFnPsAcZy0sxjaRo2xyNmKWQVGLAGvT\nNOAQ/XagqgCjIOI0bf/UB28v3ToqPviWO3tVM0laZnbI25Bl0HRm3NhU0m2+\nSb+7sSseTyIbKBA2643NPoGOVV04C/BGPP//4cauNh4K7uIsSFsqYsvc0PmR\ngawoiZgrpCg6gSX8eLCvk1T1IWK0xPW4A2zHNX4HlyGZPyzmRe/+iat7pdQa\nvXZ8BpJXuWLJmIk7oDWd3No4PyBZM7F0NRl79eLLYtnvC3m4VtLxxgeKBxQI\niPZt0gwJIl02zLyVp7hahsym6fdxc+HltdKg/SDnsj0DkshMV2Ssg5EF5NBr\ngfzyL4ak/v04E2v8JLBL0GzN+mTmFS9bo0PatzouBq4IyzxPwRyaqHElgxWs\ndN/9KgL7dH2yTyjxZup2cn/FMqq8FwQ2Xpij6PwUcevkZ4rlNrJ+Yenl/U2C\nHIrj\r\n=Sdlh\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.2.0-alpha.4_1563819974253_0.6578427376581764"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-alpha.5": {
			"name": "@luma.gl/core",
			"version": "7.2.0-alpha.5",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.2.0-alpha.5",
				"@luma.gl/shadertools": "7.2.0-alpha.5",
				"@luma.gl/webgl": "7.2.0-alpha.5",
				"@luma.gl/webgl-state-tracker": "7.2.0-alpha.5",
				"@luma.gl/webgl2-polyfill": "7.2.0-alpha.5",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "754d00ca26daf77c5a025d576defb007932303da",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.2.0-alpha.5",
			"_nodeVersion": "8.10.0",
			"_npmVersion": "lerna/3.14.1/node@v8.10.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-aZCLHXcSr/+8wqol/5Emu1lNJvC5mjYPFwqKasAZ1d9GTwK2Zjo0jtEcadlIWhgq7qPc4VbwTMmITAz0pToxWg==",
				"shasum": "2d44d2416e29f7a1df8d04b0ab62455279a03ba0",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.5.tgz",
				"fileCount": 314,
				"unpackedSize": 2979445,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOoRSCRA9TVsSAnZWagAADwQQAIyZP1sBZ3wM5ZRHRXv5\npQq4/HrB4pSc7l8sGLM1vyXYJJVETeTCW4F6CcTmacPW7MEqwScS9wgsiw7o\ny2CxOMifEyKFvBoc9M7FdrVTCVYp9z4zikXRAJHaKKkyb0iyRo7IgO9S+fQe\n+fNd9ylUiI3XdjDSNHDIlEwaBIxGhFpjrH1O4XrokLBX8uhJHxHhHQzcRQBc\ncCMHyJme3ZkabCkrPt9WkO+Vn+ZObXecBl332r2P1OneuQNo95uYsKJDy6mw\npuYaOC0534QiVkLQhvq5nk9QJaueg2Qk0oZ8ojBjj7/DBpLusy4bh17O/cTK\n7l6XcBzWrmWrE1TF2fTsbpcqDVc669LBanOSw33HEVHWRHV6QuiKVUsNwnbu\nq80uJfbva8OrvdfzGy8iyW09Q60c+Y28uQqerqqlfNeQdU+D+DDRp1gmXXua\ndA3zieyEpNsnUjGihwr35xnm3oDMBPtrQh6QFIjNqiEe07oB8XI+ILYk7ZSA\n0asUQf3GpUKl+CiIY6jWxTfEi1BXlKVYlciX+gE+r/dKxiRpgBJpzZ3/S0HZ\nJWVI58elbKJkHxmFzXZaDKDPq3A+R5RN7DpJCKxBVTYQOH+JkSIbRyS1Yaae\nU/rsTg5YPklZxSwPvZmPm0Mey/mtvvqCqIb2tqrtoOZWqpq6ALkY/jMhGY2U\nkQ0y\r\n=E53B\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.2.0-alpha.5_1564116049369_0.53521567439541"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-alpha.6": {
			"name": "@luma.gl/core",
			"version": "7.2.0-alpha.6",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.2.0-alpha.6",
				"@luma.gl/shadertools": "7.2.0-alpha.6",
				"@luma.gl/webgl": "7.2.0-alpha.6",
				"@luma.gl/webgl-state-tracker": "7.2.0-alpha.6",
				"@luma.gl/webgl2-polyfill": "7.2.0-alpha.6",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "a6ee02b54774f20d07eb521451f7d722ebb5cec0",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.2.0-alpha.6",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-VnhQf20/49c7m8QIunMcQsWpn79f0qGju87iNtBh4JmYiIYnPyBRH+bvElr66ILr8pwBUGR2ALu9zgObo2yRgg==",
				"shasum": "d02df93d526713f31c3e54035a682ec353dddeb7",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.6.tgz",
				"fileCount": 314,
				"unpackedSize": 2938136,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdO/JkCRA9TVsSAnZWagAAFE0P/2VBXfOyxGZsQRfFtiSw\niQ8lkp4csXafUqIXPgvZ5NW+WFrW5+yPAJTPEuMBD8BAYUIq9pvYEljlwkmQ\n1bYswXabulK2wwdeiE5d+AwRDdDOFuUc4NXmxqwJDPEGvhm7XERmDhlsonFj\n4QyltbBpQzRJFsy1J0V/fvRBtJnTLQAz3938IQlPXDGOAiwYLBXPqyC+/hVx\nlQibdaPJC+hAv8gZ7ZkBOYyZNbg7qbSGNLfhDkdsls95tYffitQ4RU1bp8hC\nf2cOQ1YJDlP8quteXBPcK7mcD3VDasi7cLEzr8j+UHYi1V2P2LWc+4Zzm5qb\nEud3WrGIEzeAQxbKcBZ0N4tsFJLpndd7JUZfSYfU4Se3U3SiCb/lYElM3rOg\nJpB10GEP+LmrvfX4vc0YSr+XKJVcXR+d5uciidCxH8ysBHkXsqTSj/y4xgEd\nK+pp1SlaWfoSkjxMdUZyn7JJJQPvS+PJeY4So3Y0XylOo7FD+tnHfwDIlvjd\nTXLQPYle8W6wNNDv2L0QCeL1c/8MnP799/wZrjjpQawRu8/TuHhVuFzR9+SF\nD8of2aTakOnVtVblQld4A/BaT9W9skiysIk37o4bQeNr3tPiR8PhJr+DDQ24\nojGYMhXk3iXFNT7/3GhScqUpURYvtpScgiMX03IJhw6lsT4rx2fDrDEy2Bdb\nqTnk\r\n=9umB\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.2.0-alpha.6_1564209763896_0.8655301590636932"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0-beta.1": {
			"name": "@luma.gl/core",
			"version": "7.2.0-beta.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.2.0-beta.1",
				"@luma.gl/shadertools": "7.2.0-beta.1",
				"@luma.gl/webgl": "7.2.0-beta.1",
				"@luma.gl/webgl-state-tracker": "7.2.0-beta.1",
				"@luma.gl/webgl2-polyfill": "7.2.0-beta.1",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "9bf007fbea50e0958187a88f6f81df2ad07af21c",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.2.0-beta.1",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-lUcLaEMqOrpJFf6MBrFirb/8OPifutuOSjFXo2+rOD571d1Cxoqwctzb2SJmaCDAX0A1gL0/cTlsdFveWTgpyw==",
				"shasum": "b671d33a70cb4ea0817acf11988d36e5d9ba586e",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-beta.1.tgz",
				"fileCount": 314,
				"unpackedSize": 2931093,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSbCBCRA9TVsSAnZWagAAy0AP/27Y5wFyQwlTfYxfAZIw\nfXvOZ3eONXY+HBBFoo9T2MpL/WkqMeik6RM0clkwhYQzF6UvcNMNnhAA8F+q\ndPEOSKk9zEaP6dQrHiNpr8hhCtrWIuWxGWEJ4YDuChGwjYq4NbTvRmtHPgkW\n2kG6gEAEzwtyxcw/vTnKjMjhTGG5kNx4B7SR5t1Pq8QbUyNqXcl6aUodF7eJ\nkN9qr3Mv7P8T8BktHT1qgJcjULqBzbarFg3d4xT6TnxP2ITaa6Mz4s3iAs0D\nM4rI5zoJ/CdvGiuRg3RpE3pgdGq2mFx7pBFGBWRpAtM899SXBnlWeLVYWU2J\nRlXIMuG4fM5zV/IH1YGtTev57C4iHDhOJ68G64lgdPx/DcgL+r/Ow8SsMoHK\ngjNPH3f43XwswpT4aw9zihH1vlCp0p8rujPh3Ci4K25h5uFFZIZopUrFGrDU\nXMTOUllK4d96ZtWTDoWG4GPcYYdS4HmsNrvvyni/MxaN4KsFjIQOGzgKEp+w\nOlFOx6ABO+oBL1J9KSKgeZbdb4YqFkc0ifYLs0yw/3K3JKSG4+1A8Vy7upqv\nFBdS4XGWDVe8YVXyEV11/6xjM1D59mLPoiXvZl9VUQAS7hWZ73ead6Nw//No\n6U7o0hbZ954tGGFHvrRe5wlrK+idgSgzMwOefdxuWoJWaea9tihSMk+yILTx\n3SDK\r\n=m/BV\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.2.0-beta.1_1565110400575_0.20418347310131635"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.2.0": {
			"name": "@luma.gl/core",
			"version": "7.2.0",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.2.0",
				"@luma.gl/shadertools": "7.2.0",
				"@luma.gl/webgl": "7.2.0",
				"@luma.gl/webgl-state-tracker": "7.2.0",
				"@luma.gl/webgl2-polyfill": "7.2.0",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "8318c4628a26bcdc1b3fce2e4295252aa9f8c1fd",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.2.0",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-KbsgopiE62suHedDjUY7to6o9IdJA0dnE2aqDIk2uKcY0OcMWsoZGh25Y0N66Ouvy0sxAg/6dlS1v3qoLDcVyA==",
				"shasum": "fc8556ce7c9afe4a352cc795783fac501a2f1e01",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0.tgz",
				"fileCount": 314,
				"unpackedSize": 2938555,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdThJbCRA9TVsSAnZWagAAKHMP/12+Mkh76CAgIyRIw8Oq\nBExx249yk1Fo94qSE7HHT3gwK7aGYQ8b0mpzs/5UsHB0lUkt6wru6jJKVgYu\nm+ZHPhCslLKI76hzvRkTL8z+rhrsrS5lIJN/bxlkUUgQkd7hFGyEpOoHGSk4\ncWitpYMqw0vpxAHhSL6P8G8VMbPA5J1SafK5zfUiXO6v01RWyIJXsL9MHDZl\nuNX0f1i2NMTOQJh5jI+NhmCCFtO5ZDcEJ8Fm+/HTLgrtH+lsb5FjatGwR+jq\nWoOXr4r9zt5IPel44El7WtuGH1Zj5MwD+FqDhXc1r4G457id8+OV53TqRsxt\n5lSK91SPuRok5jGYNaj8BQcK54csfgokK5lrZJHnaGeBza5RM59tSWNekMSE\neF5UPJLXe822x+pD6jJXsH/9z6EPl6R4R8gVHx+VsaldumqVZ50Ak7Uwrh2o\n1RGbhcp21cfQRiKlBYJ/3bu7G20q54N0huJv4rgOAA8w1EpHBymy3e9T74gQ\n2dkjlca2fzC3Xv5OhO0TOtxEDr2tyQZ7CdhE+IoJl6SUKIumHo73tUf/sBE8\n/1qAxrA/Z5FFAtCwR9aNXvSeHvv5X1XC5s3fLRGqYquTOFUH/MHNEAJhHo/j\n69le2DauR6BmNyItCtBRSwYsYWihVv2UZ6XZn+LkA13BGywq7qPuN/EGF2jv\nJyFb\r\n=2Lgh\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.2.0_1565397594911_0.2872476000467572"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.1": {
			"name": "@luma.gl/core",
			"version": "7.3.0-alpha.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-alpha.1",
				"@luma.gl/shadertools": "7.3.0-alpha.1",
				"@luma.gl/webgl": "7.3.0-alpha.1",
				"@luma.gl/webgl-state-tracker": "7.3.0-alpha.1",
				"@luma.gl/webgl2-polyfill": "7.3.0-alpha.1",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "cf5d80d7b19b0201e9435006a788f8f0ab4c6e3c",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-alpha.1",
			"_nodeVersion": "10.15.1",
			"_npmVersion": "lerna/3.14.1/node@v10.15.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-K8tSk0bqF6Qt9Gp4DcN6NSvKbMZkUP5sWCGzwi8pvVBL7+psfdflgKMzaAtv5sV6ULxxPjvVf73IonMOtnJVyg==",
				"shasum": "3af2bf2023d453fed074cb2846a4701ac69e115d",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.1.tgz",
				"fileCount": 315,
				"unpackedSize": 2944510,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXaldCRA9TVsSAnZWagAAFWMP/RVFQGPgmxj0Jh6eU2SB\nOHRJx670Hz4Jf2AI7wusMNxWFH1w8QVCknmLGvQg0wX5DtB8ypPXSnhYSUd8\n66+KarneD7c6rz80LzDlo+auakRkPN9xtMs5tk5YnGO1k64zTllmNjJ70pY4\nPOd3zd1SFXoj0AlySS5+HxTvcM7Jp3/Em1nKXog3PJmvCVNDNER9ysV6EA/P\nmIW2PaAPBhtMfJqZAJp+b5YUxZ3hD/VRBe4F+t8KhlHuvjhHZK/gS4gS0TqP\ngifhjAqRhrLVAtYoGIxm3KXYXGSzH9pLud/apwc1ep8tSXAq1eJg70PEBldG\nBkpMyxZaeu9/BvRm1Y/RS/HZu0XBrs5V6nUHn35b4y/OPwoKE6U8FGFwz33+\nVn2KIt3+bWx7os8WFuWyAuNYOOw1KkilapgfGY6A3nrz3cZUI0PBW0MVXztX\nRjFgAgFCSNg64LS6FjzMkhfjCiNf6+YNO0Fax7osx1UrEht/6VqlJ4kkxAAK\nb5xe9x+ODgqQ6pW+Nkh5hf9xwQ8XU3axLTAFy4jKPGyUXosG4EZigtloK+ra\ncV3TlT0iEdfLjc+7x2HXXQIMg3VTIQ2MEyoofNymxvaJFbK2FeD6nyFtzubF\nq0RNMHcynEzaHUs3yxXwKqfEHfNTbWmEvnbZKbM5Hcjbt8BERyJ8dwPWZgdR\n1G5/\r\n=pwMn\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-alpha.1_1566419292652_0.5405652349785735"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.2": {
			"name": "@luma.gl/core",
			"version": "7.3.0-alpha.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-alpha.2",
				"@luma.gl/shadertools": "7.3.0-alpha.2",
				"@luma.gl/webgl": "7.3.0-alpha.2",
				"@luma.gl/webgl-state-tracker": "7.3.0-alpha.2",
				"@luma.gl/webgl2-polyfill": "7.3.0-alpha.2",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "f1a055c2e928e519be81676f5e0314bc9ae16fe9",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-alpha.2",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ChKI9rR3LM0WC5FDL0snJoUZjpbvLCIwi6UtJKz0UUxYVsPw3I8eDt3C5yhhgLSFtyaJJRHVwhVVrlW45nQ5DA==",
				"shasum": "5e63e835c9019ef17e06330a7c8de541024d779b",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.2.tgz",
				"fileCount": 321,
				"unpackedSize": 3025895,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZbBPCRA9TVsSAnZWagAAekwP/iRy82o32/JFR33Nccyn\nPV3W/h4V+guRCOGoIet5gnFTX30WbeZdyrA5sY2cSvJ+SS17NMeYnUUtHkmW\nT6pDt6dG14rw45YyyNrr0fJGsRm9b/LKASjWr+M2Pxr7GOCJOaAoEGT8MkHd\nb84ZzdLfXZzr+b0XMCJXripaT1giqdV1xCwuPSgQzuR7AFKBtjgnzEoq8v30\nVBIzA3yXkt97HBYHMlypHCFX6eCwfb3pv/iOItTwziOc9nKqMbnrfPb220Xh\nYF1DHET8ZGfimRJWkJa3AXlZZiNb/wmHzpNywopUWMmQ/lAP1uzlbDRnnApI\nlJzlM0QAljGpwHcOIyKPZ8Z6pgv1qRf0dH3+whCK/wSEMXXb6urVbagKAbc5\nbVO1bFOq2ndlUDDerx70R4yAW8aZaSKr+Smt0wuKEqCaiMSM3cbdUgqjmADz\nTSwu7yxPn94t/EB1G7V5wVs4FzMM5qvH18RnLaKZGCMcuAXqxNbJqzbk4vJ2\nKn0U3F9oHoiEPOg0o25RgVAg3+Gr1+gWUrL7BRcFCwyG6B6wuicNi9jnY9gq\n8xqevHi3cPVk4LR8qh2w2ByqkdbC7gC3Xt5imDxZd7gYars9zXQoWVivhPq7\n2JIVg/u4ymcp7PJtFEAx+NfAg0Qlp3oFMHXcJyyTjmTeol4bQN22Dzbc8TrN\nweI4\r\n=ja9o\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-alpha.2_1566945358487_0.6928983915122318"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.3": {
			"name": "@luma.gl/core",
			"version": "7.3.0-alpha.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-alpha.3",
				"@luma.gl/shadertools": "7.3.0-alpha.3",
				"@luma.gl/webgl": "7.3.0-alpha.3",
				"@luma.gl/webgl-state-tracker": "7.3.0-alpha.3",
				"@luma.gl/webgl2-polyfill": "7.3.0-alpha.3",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "6ac629e9a8257c69e0ebe004629a6e84432a7f7c",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-alpha.3",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-G9NH2ETPENezYUm0USquwzUwmyqvNY+7KzGBMmsIjjqfeBdy7QMxo7GLcqMZbTrg6kBayWh2JVa73TDbTK201Q==",
				"shasum": "0f60cdaa5812b0c24861a352c603a227573e649c",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.3.tgz",
				"fileCount": 321,
				"unpackedSize": 3028749,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZt4lCRA9TVsSAnZWagAAHOUQAIkLKmMeIfVQT2D+E0dT\n/pjoBRoaMV/YrhIGOXN4zz0XOfvQQbpgEF+82d3/UEsXzUgG0I4g3PFU5Dfc\nKtb4Xz2FZJHtAtNp2Ajsa4/345qRDBrL1PMXLL+FgmxjYoZBKVl0lFAsCWUb\n445p9RrCvtErUaeRlrSjN9IbRh6ULi7LSnmCpyGXdBkHmOlF5MfixiVVl2Rz\nlW6h+8ODVJCKJEWTY+35bpI+8zhovpL1aXTVtmNnqNxm+bLi+hdGVNVDHAqs\nMwtz+eefi3OswQvy5Y9RMVnqO/CYoJVig/6lVLzMYUmbdvHlRhasuP1y4Snp\nCI0xA68OG4auDzK74kYmllRPIO6Fzql/7ZXeSUyeJ2lwirzxwRCnMhVga9zu\ngUPIRCElB2mbX+D7rb+W35ZbvJJCd+RhiMpmnZ1oYdFNhiuyHsHzqV+BosQi\ntdu8oW17aBSj8AsjWPH3nQzsQ0/ekHCtBPbaExtY5RTgxunIxL7Kc10hUh2H\nGPEaEeQqXuI3JqbiT3vW1IoUCMqqYYTT9xxjvuS4XDp8hwv91g3YUJn24b1y\nRmXgFqaYvgWBJ6cCBWejfnXDQtu4EOCkt1+3AmRZHQx2GKHNq3sF2RwaDwCg\nzfcCiAoWbnmAnvjUETTwzyam3grGOo0oH69B5V+9w6/ABDFXxhempaKu/Eif\n5nTh\r\n=4io+\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-alpha.3_1567022628521_0.7167606842324532"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.4": {
			"name": "@luma.gl/core",
			"version": "7.3.0-alpha.4",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-alpha.4",
				"@luma.gl/shadertools": "7.3.0-alpha.4",
				"@luma.gl/webgl": "7.3.0-alpha.4",
				"@luma.gl/webgl-state-tracker": "7.3.0-alpha.4",
				"@luma.gl/webgl2-polyfill": "7.3.0-alpha.4",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "5e8c810e2c71752e9cdcc586a95074664654a540",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-alpha.4",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-NmnAa1zcoRQm7uCKQJt9ygMvXlBb71BOgRkEaDRIWP7lrEdnAe66S40tV/EsFBLihAp7Dm9wDN7GkN9vSNkabg==",
				"shasum": "47f785502f66cb9cc246efee77ce94a3bff5eb9c",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.4.tgz",
				"fileCount": 321,
				"unpackedSize": 3034371,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZvXVCRA9TVsSAnZWagAApZ8P/R+LNKr05c4k2m08qsk2\nr5BzKljyE2JW8vC8zEdlMYZySAfBFz9AoR+HDeHVBUTTB9238eOqknVlldrk\nzLrG0uJ04MQnFll/H19T1dRknEM2C+/+FqEvowkeFDg1uCQBR3iV1eBhat66\nNzxFx95S+EAghcJfGnzoWG1K4nzFCADNrlfBVOMb0/aX4cFKlRSz6+jiZH0F\nAJwhVkd0nLPS4M1hpteJ+aFerQpv5YzQ0oUVX0fXEYsgy+7K4uEVmzlrd4UZ\nX92hNq2WSkQUvBawOFEFDq+5DxuCwwQujFdClV3tbYSAyuq0kvFXtfAmqGqB\nxsk8s2QTSf62ysakTylezKO6WYiwIdxuZhgTYttPNBrdfqAbXEoXtgChyLIN\nr0nhUV4jN/Q7T8lQ9wbWQZ8CtqJvx+5ePyKNpBVq3XHAXowHwzld6hW6PsY/\nfaVjp5jxK6XCDhQmZ67ZyL3nv31sPFcEa8jo2QT4U3HAg82VRUVD1QArf2V9\n+kcNaxSU8LkhmQ+txZvaqvuAILsp3i4m+QKd2a9tMWNzpkBZAEkO4jC4HZra\nbtuXVNK2CusuyJ27glXqo3dB67K7OYj3evZvinYJHBEDxz+9ZVhmzCCR+Ibs\nClYXI3Nk1oSRWuVXFBFTVv1NtSeHnG9ynipSp1X6r0er45IjHeULa39SRGfp\ngaiY\r\n=lgAX\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-alpha.4_1567028692704_0.9905049557217034"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.5": {
			"name": "@luma.gl/core",
			"version": "7.3.0-alpha.5",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-alpha.5",
				"@luma.gl/shadertools": "7.3.0-alpha.5",
				"@luma.gl/webgl": "7.3.0-alpha.5",
				"@luma.gl/webgl-state-tracker": "7.3.0-alpha.5",
				"@luma.gl/webgl2-polyfill": "7.3.0-alpha.5",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "516debe2cc98a49aced52de925d222487b6ae9bc",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-alpha.5",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-yAgZKPDPqwE1mueJcZnV3i84czDdVyI0y4AwIrTLxhdEqBcZDKDoWXM+l9JiXbl8hbapKIqbZkKdnfCVPMZTGA==",
				"shasum": "01f3ff5641987e6b23ecd7d047a1a8edd5859118",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.5.tgz",
				"fileCount": 322,
				"unpackedSize": 3039907,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZ/UbCRA9TVsSAnZWagAAcnsP/3BjXskrpDnXmFq7PzEz\nppaR5pMz1r/ZEycV2TzSsRoIL/TvGWApjWoi1e5OkKEs3OjuGVUT3nD4YCCB\nrJHsPS/cMIIqadXMHTDJmFAFH4ZfUuEFVDoOew7LzSSELIQlYDuMy89Z4XDU\nSTxjo1LQZ9PI5W/1GTyDhOPlxGrAfvzbFiueLKhbD/IKPaFQMdjHey8y3RLv\nVfGocOltDEHgZObK4t3l8F8Y4WpSEJAyCdDep+oS8umEueTIS/zY0OcFEjbd\ngeUNRjdzBRzARPxywe03WCnR76vqsccGWBGTgeETU9o1886sg2x7xnkwoaKv\nQPUPBtzr0e56GQ9EH3AfK6KLWikqGP3SjM4h9tD+u2bl/agZdAeBWXFPHzfh\nXsVKuFfnIhwEF0GwZ4Yv2dR5PRnfkFNJuY/sNnke72L0tEvKBBsQ0aKUv2+W\nEoZTdRVI9Z4UfU6dX51tRnEfvgDig4qhuzDqKrDgDtpgIJOzt30RqwAtNrCy\n2xzX/X4coB4WuTT7VaPcAq+JaM5w0bpuDEuteJxAbIbe2NUlX45ME8lwWkMF\n83bv9fLbe8hTAUB32USfoEoJTVxen+LiAgR1SOH5Y2qDznLblVqPPw5jNseP\nKum9fX7IqNkQ5cvux7bBeyeXIWVzX3VQBvL3J17G9EbD9OSAlQe9q1IMznem\njDB9\r\n=lPXR\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-alpha.5_1567094042744_0.3447166816790541"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.6": {
			"name": "@luma.gl/core",
			"version": "7.3.0-alpha.6",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-alpha.6",
				"@luma.gl/shadertools": "7.3.0-alpha.6",
				"@luma.gl/webgl": "7.3.0-alpha.6",
				"@luma.gl/webgl-state-tracker": "7.3.0-alpha.6",
				"@luma.gl/webgl2-polyfill": "7.3.0-alpha.6",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.0.2",
				"seer": "^0.2.4"
			},
			"gitHead": "6a3d027967da08ee15109d2723374279d36009d0",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-alpha.6",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-gIJE+5leRLHupII5Qc05vgjNCrwrfCO+fJYiB8KY/ygytEWatbh9SnfIiWUPZgVWWTWzWuoVj55F2R/rDp5pyA==",
				"shasum": "3a75cffe77eb6c2fc45f11d8f4c1863437f213a2",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.6.tgz",
				"fileCount": 321,
				"unpackedSize": 3030367,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb+P3CRA9TVsSAnZWagAA7PYP/RpHPh7Rb8Ty2U00zVLL\nPts1ysKXDsIIS8GoqGUUwz1HVK88Eb9qCHgj5A/ivo4EaDEF4+UmxlwnijXQ\nK8IyGadQMOf9tYay16iWp2Es7BP7BTT2RHh4psPS16jpmKXVCZMxFSBDbw9s\n2w3GtcUDVA+S7JIzktF2lnZF2P6/BdNfc002dxqw3dEkd/jQvpCpVl8xbnw7\nC6lv00sqqEX5APCcagO0DJOo1cZ4d4MzotnNhInmI2xqb5Vz7ziR0RWC5FRT\nSv29/jQBT9WE747DAimkEKhoWexBun1VAfdi9IzXcMmVF2+CaxQXKr9pGnTl\ndrTEYk5FFDfQf2sSK6xCcToAZXsowZA6eT2ylP2ILDYzS/WEQYMZOfX5b/Jx\n+tOEUdfysgYGRYCCXETbT3sBjV0Iywz0TDKE8H3QooGjEctG5B3QmwNrLvU5\nAedpEgOIb8P/RBK+7V4QWWSIFe9fqqX3Eeg8/viOG+DZLVpMJL3dvUWIW4ko\nlhR4VnjBHkFvyy3Q7ldmuhdZWOUJHALSemkG9Xs/ha5yrA0T/ApsEF0y8RZb\nTwZ9cZEXrYf94wi92G5BeFfWFDR6dt+1Yr+MkALoXSrTHWAmpd/9WEtIzW3H\nC3gtlEmxKTrIcmaRgbUwIEm+G6eHa/ga+QnxY7pg2TodAjj9aplT3TJEylpv\nON/e\r\n=ZrOQ\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-alpha.6_1567613943181_0.052584909474817865"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.7": {
			"name": "@luma.gl/core",
			"version": "7.3.0-alpha.7",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-alpha.7",
				"@luma.gl/shadertools": "7.3.0-alpha.7",
				"@luma.gl/webgl": "7.3.0-alpha.7",
				"@luma.gl/webgl-state-tracker": "7.3.0-alpha.7",
				"@luma.gl/webgl2-polyfill": "7.3.0-alpha.7",
				"math.gl": "^2.3.0",
				"probe.gl": "^3.1.0-beta.3",
				"seer": "^0.2.4"
			},
			"gitHead": "617b66df549e06e52105ceabfa9d135d5feccdcf",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-alpha.7",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-4xqmjBJfdL6+pysUFfWskFR6FNPAvE10p9tDo35QAnSUXdLiE5+oeH7WDdRZ4zsHOA2yCoQo846XoLXVFkkwjw==",
				"shasum": "e7c813839d0baa7e71705dbf95f8f6c3e93eae7b",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.7.tgz",
				"fileCount": 322,
				"unpackedSize": 3032588,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdcqywCRA9TVsSAnZWagAAbXkP/iIbRkgrQS+IKeRkfQYg\nQV20f1Oh2bjYVa/tMpqlabc2uqDngg4krkfAosZzc7DGN4dlmXCqxzXaHi7e\nQsMfDS2m3WmC69mMLRxNq+H3MEb8SaYPaWqeYAvCR6RflKlwNi8QzrcsBjfT\npgAZdT/idawn709Qn2/V1YVw9QzgolIocgEKgPiFtx+d7rFdbtXDMAEViGwI\nPrurfJAV+b+lpUnV5hmZQpkestAbDbs5aMOLGumfgkR/hs+robOj8GR8ZnCo\nWNK77vVf8nMkzg3EIWRpogNZcB6DCz9WpX8j1YNAFR4Rby+YyYVpUUXqZyRO\n7Bixk+4cJAB0BiW+lx9W0j0jBKohsJiZH/UOKSQk3DlMwI7ewuzgmAg0knkm\nTAm4sMkFW8RqFD7ybbvLi3q3xRovKl5Qzr7Q17+QRbsY4HKh2hSWcMc+CBuW\n+mbc0OdB5xBojVaUIfqoAlwQ63u7CLKB1XlxGzyGCFlfrm0YFaXK0BY819Ch\ndmLpEFrqUjAgjtrTzLItW8fFThTe4BH9/s0/pZ72MqGwtbg5z0YSacGq7ZIO\n85HP3Up6r7fGHvhcpcoeOHB/j/TLOgqGXOEr0aiWM1STsWJBJJJISJVPAJdW\nCp3eue8CY79S9hsiB+GPecM0/a2zDqvctn2E2jBFBvYrdBa+Yl2inAJOud9Y\n6CTN\r\n=HbX9\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-alpha.7_1567796399940_0.9868869101194342"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.8": {
			"name": "@luma.gl/core",
			"version": "7.3.0-alpha.8",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-alpha.8",
				"@luma.gl/shadertools": "7.3.0-alpha.8",
				"@luma.gl/webgl": "7.3.0-alpha.8",
				"@luma.gl/webgl-state-tracker": "7.3.0-alpha.8",
				"@luma.gl/webgl2-polyfill": "7.3.0-alpha.8",
				"math.gl": "^3.0.0-beta.3",
				"probe.gl": "^3.1.0-beta.3",
				"seer": "^0.2.4"
			},
			"gitHead": "24536152b5552e7c7b57a35464deb5164200d090",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-alpha.8",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-0pUQwlnPJ6hZM27zgOoaQFaGOALMkMgl9m48CX5t97suly4GBvg7Wk0ZWxXPGExVUILD0Mix/9lya/AIuXV4NA==",
				"shasum": "0abc56dc02797eedfedb340f609daeb4f42e1f94",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.8.tgz",
				"fileCount": 336,
				"unpackedSize": 3104012,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeq2dCRA9TVsSAnZWagAAukcP/AkCHBdPYLqNsiEuNkEo\ni89b/6upC3sCLF4CtTKdhVzwFXQ0ILVKyOyoWIQ3yMxshIDhGGdSVoy7MBgH\ndyGcF0jpBfDNAm1QTsyUKygqPdk7LHTcbi4r9RC9/y/saGudo+B5RsOu3sKi\n4YZ8BxcWeOxqPP2afOFhNo+/N7MtXmosEzFgBKpBAtiyiMxvHQR77jNfDw8l\nfTflJu86QzLwI9stjTMllthMSQv6CI2Sr+eaRPW5E9BFqXHrjgPgiJbWAVrB\nAKqYFbkntXTiAKdqQNKYsHERaMW3OOExLFvJvvyn1K1wVfI6tcPOCzsfatKW\nBWJsQjh4vGhOFa6EvhmvU68xf88ae4r/IwHS0Jg1xEkz9Clv5M/NXlaCNu/p\n82rtxpEiFU4/gP6tzK545gLONRz3Gli4zAqtsdNE+pNP9Uu10D+IAF1es7Zl\nSpIYxq9E4zI0+9wSUAnumvh22Zt8U/IrVLhDWE5v8uOdlVIKhKqorMl1AwvL\nZ80b3PuFszgkgK+SF9KwS79mjyXc4gmdWDcO373+dMl2yBopvQLuISJ7BKiT\nuJF6H6F3iJAxXAA0VjmNJOXT1PXlzflg2R8bdTe83yg1fn44YMB5s0e/G8OI\npoeBAcXCXONETPO3bp3Hllb6fZmTxkFNMjVayfijayq8LaAINVWE39RySsJo\nvdE1\r\n=XWE4\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "jianh",
				"email": "jianh@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-alpha.8_1568320924571_0.037164457558117814"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-alpha.9": {
			"name": "@luma.gl/core",
			"version": "7.3.0-alpha.9",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-alpha.9",
				"@luma.gl/shadertools": "7.3.0-alpha.9",
				"@luma.gl/webgl": "7.3.0-alpha.9",
				"@luma.gl/webgl-state-tracker": "7.3.0-alpha.9",
				"@luma.gl/webgl2-polyfill": "7.3.0-alpha.9",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.0-beta.3",
				"seer": "^0.2.4"
			},
			"gitHead": "69697e053842455ffc91386eb0cd2cd054714459",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-alpha.9",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-UcnDM7TgDrfc1zJE0Pk1G5aWzFdXaGS6URsHDGPIkZjZGyMmrOqnbnwt9iJeZsjQqPTwjPhwfHN5uCk5Y5D/2Q==",
				"shasum": "17e7e297cf7d42cd35b172e70d2eac31b01bf490",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.9.tgz",
				"fileCount": 335,
				"unpackedSize": 3106138,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdfCSvCRA9TVsSAnZWagAAjjUQAIIPzoasA5Xht+W40n73\nNVg/YdlWvcisY0NJGCdbhaYht3c54+WyNALvnUO+fXMkleD9Sf5DBMRI25As\nsN9O9gcNWDJLMypuMrIYUEEoHMB/ZpeWFOQBgzVzpdXr8vFyoMNeAj/fsg+a\nnDpvBFyKeQ8cLEvSRZRddwC59glXFG2tD0PuVMiGhrjWtScZxPW4qH1Ix+JJ\n7eTe+s0tOxvWWhzXwJj8ibIqRijmiQOqhfLzBpypj/7Q+VY6ihlYnC9U4PLE\nOY3M/3yhsQT9yyCFZAyzWEwbSX1CkQuv4A0nZi/5zqXsSHKAXUq+fNMCE4FF\nXNjZNtcZvs3ukJX11It7AlZVypxuXyRC4xMv/tenMnCXa7yowBOXyF9wHzNO\nj1BV372jbq9upNFCNLqyHmFLkrjVjlkrlzGZEdirGi0neGZ884Po2K59g79g\nQFhDMAljxkBimhoEaObPEBm/k0kI97rsimzkPN6mSik0wai3ljMevyGkWiw7\nj45KcgN5yKNP5UxppBCXN8CpraeWzEVhNBmPsSfLcvgBSw5Xj/uzySIscMqA\n+vXVdDVQ/W27HzqTB0avdd6czC5JHtMreojdRiACmmlS0UeZfRFoKGxfinje\nLn0YWxRJ/uFWRlXv1tp8q11ihiRFD0/zuk44L8LByQPGH0r02pkbY1mYPYoK\n3r6k\r\n=BGhQ\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-alpha.9_1568416942083_0.6295133346321757"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.1": {
			"name": "@luma.gl/core",
			"version": "7.3.0-beta.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-beta.1",
				"@luma.gl/shadertools": "7.3.0-beta.1",
				"@luma.gl/webgl": "7.3.0-beta.1",
				"@luma.gl/webgl-state-tracker": "7.3.0-beta.1",
				"@luma.gl/webgl2-polyfill": "7.3.0-beta.1",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.0-beta.3",
				"seer": "^0.2.4"
			},
			"gitHead": "f04b050a0994cac705e905976fb41a419eb86f79",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-beta.1",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-odt1dLsaU9p1aH5/+0qa+xGweVg8WElGxv6I83eGbFo4CD7G62gF6GHUDMHNZuDLRQAVu1fc9xpfq5ERKrJ50Q==",
				"shasum": "27fe5bdc6e44c7a4838263a03a9f832711c43d20",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-beta.1.tgz",
				"fileCount": 335,
				"unpackedSize": 3099825,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgSPYCRA9TVsSAnZWagAAvYkQAIzwPnH5wl2QH2nAizX4\n132Ubfuck8XTF9vgPdqVCkuQKmQ9fPCttFRcFn41wJ2koKkPx2AWMT3B6m03\n8v42tXSJ4ZeWR6I48BARbqbCvgcHnlZg9zgOI64NsqLWVU2RQ8iYd2Y7NfmD\n7ggZSO0MhSALjdPvkqVxnKBRsCUMhFKG03kVmhMHgxZSL3f6poSkT+7sbRNT\nxgcuQ+NyP1oggmaDmPRuLYdBfDnXezXoyH+M8vxe1QkoR1/oW524RrOIIUKW\n1mq7BIxR7W23B9s8DktNjOqQS/8RB8BeDEHBod6Aj/Jcau6+Ej/N+cEnWliU\ngQdvvlC/SpQv+mewHa//sjUxQqEUyyf90xb5A+VJRhtF7akcRIeVNfhnuweO\n0Z0gUUGRxcjdarFGhXdtZQ6iHhmGVy+Y/4g8nQphYDfCAafZTOA5LRES2iGc\n7u+LcBY7W8MZQmYB02ddtEf36Cv+mX2i1D3lIRabQn+51prwtNs7und6I2Po\nO+9xQ9T7i3BrVY120va7hnBJs03uUAYVDUU/ETixm95U4C6YXDXJa/Lwi7Xj\nm/CLR6YZjHnq2HOhAZ3S8W8wwMmdRfjjJ3gOJLr9SmpWvOsqOuaDK2yMBU4W\n50WQeKejGilASHuoT5WCtawFrIG6WK6/ND7GWNvFzEOctCYTW/F2+fjsnhP1\nc82N\r\n=6FXe\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-beta.1_1568744407941_0.4132884054810688"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.2": {
			"name": "@luma.gl/core",
			"version": "7.3.0-beta.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-beta.2",
				"@luma.gl/shadertools": "7.3.0-beta.2",
				"@luma.gl/webgl": "7.3.0-beta.2",
				"@luma.gl/webgl-state-tracker": "7.3.0-beta.2",
				"@luma.gl/webgl2-polyfill": "7.3.0-beta.2",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.0",
				"seer": "^0.2.4"
			},
			"gitHead": "f58d82d7793207d8d6c35e8e5a5af915ffcf2bbb",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-beta.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.14.1/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-FJY8DKs8pfB8ZmJHWgHH3+PqKDEy7poxrFhi2280Q0pVG+F7haBMjQAFkM5+Ljr2Bb8fXRq/191eEMSpS0g1zQ==",
				"shasum": "7308212b90fa0b7aeffee1cfc6b56f2fb779998c",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-beta.2.tgz",
				"fileCount": 335,
				"unpackedSize": 3106993,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdgXMKCRA9TVsSAnZWagAAsTEP/iU+gE0gFVbZ/9YwF+Ly\nopnNjrQ+HO9NWP/og4gfVRZS6Yr5l8aIXzO6NjOc1wGarqsUKbbJLlnAsvjv\nvC1BNpi5RvxAQkdnMzmOgkvmbjSXsuWvBsFO8wScyqKeCVr1uG6Ct7UYv2fj\nszHPFJjrdn0cujeYAqL+tSpkseU79VZ5Z7rmL/iVDDxpQxsop1VpAJvft+5f\nYS21PHD7mwWNaknWNtPGs6gIh/Wf8Af5WGZXDxTltb8AnflOxKR35B+g2KH1\n15H8cKPfIU8+kyOquqs+FeZBJyOT0r00k+sUxAO2N33khLgYbVEWIXHYE+CM\n2PwW9hOuEfbRuJfhI2vGnVvDV+Poa/xYjbFhznzuIWC7IxJnnRwtxJGRsKIG\nbVujsm7/rRN6h6A3fFHS7vof+Rc8vfRzSOniJrRy4knkWuJR3KsYHULqXl7P\ndgldqXYHYpCbAQRxY7NUleVSMhGsB13koRXKN9+ade5zMUr+FwnyNpKRpCLG\nlB2lKfjuUwc5N24hkHzaYi0Q8sy34tkPL369RUwU6xzop8gJDhEzx08fkupa\n1xuPY6W5g38Q22XaENDQk62SlWkVZYD3uObjo6Id+b6r+2pBZOBz5LibE4Gn\nYsyIYK8p8hJgT21b7nRht8fAQ/qjxJnl4BODAY9oLpu4hirKoLGvNXUkOALt\naFPo\r\n=U1zw\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-beta.2_1568764681959_0.13938190874165168"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.3": {
			"name": "@luma.gl/core",
			"version": "7.3.0-beta.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-beta.3",
				"@luma.gl/shadertools": "7.3.0-beta.3",
				"@luma.gl/webgl": "7.3.0-beta.3",
				"@luma.gl/webgl-state-tracker": "7.3.0-beta.3",
				"@luma.gl/webgl2-polyfill": "7.3.0-beta.3",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.0",
				"seer": "^0.2.4"
			},
			"gitHead": "077b3766e4a572a51d459fb7e392918fcc75ab8f",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-beta.3",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-6YDk5TcFTupSbHshf0iEDbmaib+1HIM0EKPAizmgKEPkGFBVI/xYpC9yxPSoiKe2Hw0tdyoZsI290GesbSnSYA==",
				"shasum": "ea60fbb51f9de93d522c22b7c53344486b2df082",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-beta.3.tgz",
				"fileCount": 335,
				"unpackedSize": 3108128,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdiqwrCRA9TVsSAnZWagAACu4P/jXJGt9l+oLk2fI2PDRz\nenykVpixqSXnK9Bqhy61sPj/MXocGQWoFjqHPR+etWIAFy0ZSx8HNzGhC5Cd\nmJ7bzQ5TsQ3oY6UbNkMeHoX9CQuRCnfjYZ/fgAw89L1W1H0wosTKZbIQb1Yl\na4IMOHAiwkRn/NuXdSSzoCJWO/moQH+Xqaek0wlBIUzzj6f1CHSW8ZuagtM/\ncce8lj43z86VcZree6/zdY86lmWidH6QSFlVC6tTE/tDsD+SF3/9foHTzpdm\ncXB4KrIraLPekPIF2nS5XS0MNtWSFVHoCgUA5g/9rqpqyQogXJxylOQ2Qc4e\nlhZjw3jAJQ6cUhK1lJJXaSGfdXyBjsnen9/mUsJG+kqugWZ9hacAeSnJmRjH\nfPhZoXfBmzXVYSHx7mzCEMl2t9XMS0ns6diyxKbUAKawGTJqggBuAjmRP9uu\nUFqsPOmyaJOivQCuA/pHTKx/6cFbXjLM7xqLYVywckZL1Wv30cloWjsT4qAP\njgBgmTfePO+ygGMrkFI/e9VTC784ymAG9aCDD1SEEnKMFGl2CZf5Tnp8AahA\nqZrW2cRtt0KJS9l5hHuj+4693BKItEyxO9Owt41mrKHXLMtW2j6/5iDnMKh4\nwkwhs+5RLi7SIOzVjQK/np71GiTwRd99yb9Ubm5rfTKPI3iOhIICU9DTiimj\nMNL3\r\n=cUNp\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-beta.3_1569369130934_0.05319157574015021"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0-beta.4": {
			"name": "@luma.gl/core",
			"version": "7.3.0-beta.4",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0-beta.4",
				"@luma.gl/shadertools": "7.3.0-beta.4",
				"@luma.gl/webgl": "7.3.0-beta.4",
				"@luma.gl/webgl-state-tracker": "7.3.0-beta.4",
				"@luma.gl/webgl2-polyfill": "7.3.0-beta.4",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "be291c70d46875820ead661b8404715ce1154edf",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0-beta.4",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-p3ChXTILvQmhFXhGRqUePqU1GvBG9Tr59ZfE4Sfu8jMcsf9ThweWkVZZxRtxcjw39nwkc9cxOjw72tKMTXdWcA==",
				"shasum": "02aab73f9585aab25c35f6e97d4a448be7da1e6e",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-beta.4.tgz",
				"fileCount": 335,
				"unpackedSize": 3101406,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdi6+iCRA9TVsSAnZWagAA2FgP/ihRAjmmXzoYS+BMPiSA\nK9G1n+mEyochmRmRf1+sGL38KU4asGtul4hZsqb2kiMdG51+gZilO7jcy0s/\nSYlOT1H/LZ/AE4/ZUFKjjLJgMZ5OpDr3eJe3r1HjrVWdYKciN6rEG/ItYNPF\np/4g2Gbe7FqA35K+bQ8AGv3f0xNXt4gnnUlP1tkffJ5R5WFg4oFnVTKpcL5H\n92ITf7fhWZXJ08zVh4Rm/fKS87xE1rIo+kVO7k1cdeCnfC+Gmao7Ht8FirrA\nLGK+8TlLX9Rh1S3esN202dEVA6k5MVjATsJ2y+jQ+w/es9TBkCaMMbXvq4Tj\nn/bhxSRh3IlpCbFyuxBRlUZ7Ub6ogwS9qfrr1F99kAaEJxPh/3PopN6GKy1b\npTF+8Gwsyb2OOGPwnIZt971V2aw+z9O4Z4RZPUNELuf8MX8wqT9vSfbYbiwf\nDJSn/YYcOT2rHDa23aRSATwd4wVnQiovc6Q9pMqWhp38zj31Z+CUumJ7suu3\nKv7VqLJqZcsSaD5qo/CspgqRj+/D8NxdXVHqxklEdUrOToO8O7rv+SlLubGc\nCIL/jsy09OZNfPoAydiDSq04NGyma3S4O6oXwPuwAN2ipHPAsVJ5XlRYU+YR\nHSnP4YdL4Y3n9yjuJjRAkK1iBr1Ef8IJwcglx1sSjYZh8U6/wyWzW99RClT3\nDbCC\r\n=joZ9\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0-beta.4_1569435554090_0.9704852848236483"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.0": {
			"name": "@luma.gl/core",
			"version": "7.3.0",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.0",
				"@luma.gl/shadertools": "7.3.0",
				"@luma.gl/webgl": "7.3.0",
				"@luma.gl/webgl-state-tracker": "7.3.0",
				"@luma.gl/webgl2-polyfill": "7.3.0",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "1e6b82df3cf73855fb7e412fcf1d268567a4e650",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.0",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-CV4i4hQ54NAv3THvRb6WVjE4ckJL6AlDy59LnNRbGQgrs+QLeoi2f8mH9Wu5IeMPUK16CfvCSUDko3Y/54toRg==",
				"shasum": "9d3c218497abbe23aed63b9195dd7fb9c63b8a8d",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0.tgz",
				"fileCount": 335,
				"unpackedSize": 3101364,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjTTZCRA9TVsSAnZWagAASMkP/3+CZe9BG3NegY0s55xT\nOXdfkBJsQKMhvZ2c+LC2QhlO1YRvTdS+9oPF8hx6PfkvPmQvJhmAa3rFVOVf\n9hP442Je8ylGwJCJ+szaERV616a+9AGYIsMViKTY2f6czPeNMJwbj9LwGDW6\n0jlRKLD27Hq6SDt02VYTJTGcrnAZXkmVou2CSUINaocrBtVqgI3GevXxhiad\nerUZDwY77sJH6nHWXHXbJRAvlokuEFSYSPt19Yr/rZyJSBa/X2Mf0bC9N0Nk\n2aE8slXBpeFPDQ+kEnY0YSasWEJinqyOpa23Lq5y6BGmejqUAP1YWxwsFtx3\nVnBqVlENlHVE8Us7R7gy7XpJsj74tYR1I3RGmZD4Yk4oH9Z/5PrZ8bZaRd1w\nUMecvCqSc4NsuqAIqCTlX+2m34OaVD2EQ01qRJH223QOVf0ogGQDw+x3s1i/\n22u9wEpSvevoYz1Z9ENLgnXu0HISCz/v8Q9vPiWf76NB2zLq3G1ql511KHTW\nWbA/HVt0Y/ijdPue9k4ijNH1T+yCZWJMY9/XjT2m1+cB3Vh91MbgojmiW3JA\nHbd8MnFHjy8aytKEu4nKAX13eBtsZGjBLVi8Hw4YYRWWcX64JnNSY8hln9e5\nN3O9kfbF8TboI749kb241e28i4Ah5uCYv233mQCFAUQD4SgXVnZLFMxJLaCj\nBVas\r\n=AiOA\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.0_1569535193152_0.23722745597763395"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.4.0-alpha.1": {
			"name": "@luma.gl/core",
			"version": "7.4.0-alpha.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.4.0-alpha.1",
				"@luma.gl/shadertools": "7.4.0-alpha.1",
				"@luma.gl/webgl": "7.4.0-alpha.1",
				"@luma.gl/webgl-state-tracker": "7.4.0-alpha.1",
				"@luma.gl/webgl2-polyfill": "7.4.0-alpha.1",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "77358f20783dde922070cc148c51353f57f70996",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.4.0-alpha.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.14.1/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Ttl/IDFWnd3fP7yyRnXwBqXYX0E839rf66Q9CB2Z0eJzDDJhyzlADop4nOgocPJOf4ls7qgGujeDQfazFrljGQ==",
				"shasum": "4628465ffc25bf01ba5dfc7cb379747e9db70dbf",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.4.0-alpha.1.tgz",
				"fileCount": 335,
				"unpackedSize": 3102652,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdk9APCRA9TVsSAnZWagAAI+gP/3grEFgwo7+WmJtPFfVd\nUOiFtJr6LkjBpcMOh48zX5VdHR5yRQcOuPlkJrMZltcr9/UiTFzTDQVDjdTy\n4GkLh/P2f6+AGqGK3qpEt4lYqh+rikadavSxtgcGq3j9N+8j+EKeDkCLVSta\n7sYIXrxovINDCSN7ogIIIZJPyeke8+l0yGv0KUAGCVpUzD6ZZf4NrdcKuIB5\n2MMGdi/mUtkbv4dkbyk9YYocgXA7/iY0Dlid0d+IsG+2KKjVDgKtAr20U2zk\nWsM3/lYHEBufj5pnyJL7oER/TOoB1NKTH7vRrHbhaasTQMhi+e82aUWTEyvF\ncWjdhd87MophA8xvRyVFo0wPLEQPPOctXTmilRjbiSrkfH9JX+/C5zeUr0rP\n9dsCrxnOxokGoe0ephpOOLuhILk+Ohbnshyj+hZ7H4H+EUYQw0IbO1Q3NX9c\nAVNA7r7bQor9Cb+fbpOdjDypwMucwOGVvH3J0H1PbM6K0kNRglkVHGmH3ib6\n/ORkhXfsVYIH01vr/r2LfheawzGEmemfD/I9ByQA/ScFHZ4Eh1SzpNmoQmRi\n86ICuwquNKnjCHVBHrRfpgcBS9J+TYvBWNVD3fSR3bxsvFKdKuwHfvyizZGn\nUaPHw9lzE3W+/1VzBH9i9eWdhERPPcy0FE2SbzCfT9xvKkqCybe+Aw8atfAZ\n3sdA\r\n=6m2F\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.4.0-alpha.1_1569968142548_0.36670522523899884"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.1": {
			"name": "@luma.gl/core",
			"version": "7.3.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.1",
				"@luma.gl/shadertools": "7.3.1",
				"@luma.gl/webgl": "7.3.1",
				"@luma.gl/webgl-state-tracker": "7.3.1",
				"@luma.gl/webgl2-polyfill": "7.3.1",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "03c5ee4cd14415c089af7655305a5df0733cdd6c",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.1",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-i6tKz3/EO2/nUDe+GMTI/Gs572GMuUFH++B8lJUjzOPn0o9z5pkIF4ZiOh6b0AxvzfL34yLarH4C48KwyJzm4w==",
				"shasum": "aaaa3e927f1ff72517a1f37183570167b9a241b1",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.1.tgz",
				"fileCount": 335,
				"unpackedSize": 3109141,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdlWQ7CRA9TVsSAnZWagAATe8P/3R9Ufsx6Q5qRo7mI1zy\nP2ufHBoEuZtwM0eH14iT8SCgExcDDMOVSUk4ue8OTTAtfR2DlPAXDzz7S/Jk\n2Gid0TbPZgPUF7f9gSVNSqO+mutimlbG3kqq1wpNCjmYGQCur+nV7tmwDWEC\n/VRmRu3A3M9EUH77TA9f0qGriN97so1QbNn7J7NpErzTe/mmwDKBovKWQG4t\nihBNCGr5setVn7FhN4w0hzDe4yt0iCvvWxyelYsvV9u0rybJv73/zyqIXBFK\neLPZ3tzQzZeaN3crxDmz0/LeQdkAg93o09XrrI9nP0ZoE/MqQQRUCaLbDaGH\nvvbivKxmiZnnWWLV3/bkVNQxnJC+WmBbXDgIsm3yx2Pqt/2JfFdqNGCmlL36\naLmRE7iUkYiT1SjNLHg4+/zbJA1fN1e4a+x5miohcBKr8v1jCDSxLVHuk4VO\n3/irJikVtbU9Z+01VqN6lwoxOaMMXfGRlwJ62yB0uPs3NJubK8yiQqx5qJA8\nIYuYffxX3vpCET6QdaqVihon/CJYVmSMORqz+UC9Bt3U28WIO7aXUHeL8M7D\nQ6+AxHN3Cph2aTsfxQE5c3rbCXKSG0IQ51k5ZYQVshoTfUQHqV2qnW/aiQca\nfhuAaxsyZntHRg8eEKm/0L0TbOgwURb14/YXcXTPXbJe6zRqYcX+TG9jArvE\nuQz8\r\n=0XN8\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.1_1570071611271_0.9332045138937601"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.4.0-alpha.2": {
			"name": "@luma.gl/core",
			"version": "7.4.0-alpha.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.4.0-alpha.2",
				"@luma.gl/shadertools": "7.4.0-alpha.2",
				"@luma.gl/webgl": "7.4.0-alpha.2",
				"@luma.gl/webgl-state-tracker": "7.4.0-alpha.2",
				"@luma.gl/webgl2-polyfill": "7.4.0-alpha.2",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "9e0402154cd180e539baca244519383a993fe099",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.4.0-alpha.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.14.1/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-AorD96ydFwV3zb7yJwHq2ew3Qb+OLMKd4SH1A4HZiRmJda4mfQFwHHeoQMRXEm3wQAHaRIW3vMc0bijDaFBzlA==",
				"shasum": "e16fb1eec4fbbf67c6efacf87b87907dda1f0b9e",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.4.0-alpha.2.tgz",
				"fileCount": 335,
				"unpackedSize": 3103772,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdl89ECRA9TVsSAnZWagAARLUP+wWBb461iVH6KsbHo+w2\nsHDXgdGwFdrcBcm11OtJMXATrM6gyYP/6c4IEFsk/20Zvu/5z4x9wMlYz1JA\nxuQKUd0MgiPQF9LX6k/0LBQPQr81pEO1mm40/go5KQaq4zdgTZF0nPnmptpw\nywYWqpa+p5sWqZEYsCxz3FmErtt+ib25nRbJNYftYtx3Gj6LGy+l3bYgFaCz\nIu0T2y4js2zzeD1berQ/45PyFBnEP2KKtD6sBHSbNIL+IT2A/f3W/m9SkReK\ngMk3qmnmu7Bm8WGKC4l2ATExrSdPqFrbf2Wxa0wL9SzX0u4XOsnUKlCxRKYX\nzfAv5lFEQtImI91AwHgF5y+wG3xyiv8Fz3OyoqggCClChOVvPsZdRaRhPqh5\nSKnopVfq+K3QHWHoSm8xhm1QD/dYEXATpGrM3IBCVElyOyx+RE0Q8wjsR715\nihlBo5ZQEYX+Paemvv6pEtKWMVgIvTz94+EVb0ji6f+YXkmHeiC1ynsBq7s+\nRe9AnDRGsFZvqbiKbRdsJDMUrDAul4r00MhfyDon2t/0oyJhv9b2dvtGNv7h\nEeCsYi4esFzB3RfHHY1ZZn4B2OJhqt5iaIz7swtjfaGSxEZGg+Y+n/2Ubvdo\neh6N8tQUDMdQ4GGDGPufT4CHeMqe3TOYFawWxzK2yeHnzOXF1yrp3d0Xu7cy\nOvMB\r\n=COsx\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.4.0-alpha.2_1570230083436_0.24465472341121375"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"7.3.2": {
			"name": "@luma.gl/core",
			"version": "7.3.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "7.3.2",
				"@luma.gl/shadertools": "7.3.2",
				"@luma.gl/webgl": "7.3.2",
				"@luma.gl/webgl-state-tracker": "7.3.2",
				"@luma.gl/webgl2-polyfill": "7.3.2",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "f425977255e8ecad243d34bc4e805445f8d738fe",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@7.3.2",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.14.1/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-XyQPSUJRkZcc//gVX0AgjLLNTkCOO68NRnm7RkIhikRBEUdovb4IOcpmWMCB1/Gyj4hzg/Z1FOAVT4pG1E+agw==",
				"shasum": "1d006da99ead3f1a7d6323e5c39e1dd6086f1ecf",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.2.tgz",
				"fileCount": 335,
				"unpackedSize": 3109690,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpjkrCRA9TVsSAnZWagAA+kYP+wcfiMBAX9j3/dX//htN\nzzILBMUU2JHBs4IDGq60Scw0GpAr0wdBLj/315D0NI3cHaxrdfWyDK42yk3w\nx29OFYtvVB2+tr1Ri1/nzWOdeOzu/pDxX15tyXmOIdGywWqFFwlXi+mQPTo2\nT1rSHxDfvRWuK9jPwKeDDVDc0CXcW190hSMj01XAcw+SF7TUA27NJz9yzcqh\nPBv7yAKPvQayUlOc7yPV3LVLDPnJKUB6bo3DqDpaQGbVhh53MEsAI2sg+v8m\nNtVc1a+7GyXz/6amymddSD6SF7Kh+wIwULd6IS6SLMXqyrU74FtGNMTglE+J\nf0WiJNsezPu3ZatWiD9+bRLnRRxQ6i+wv1PkUAlNkJw86iQY/FT3tixUM6jZ\nVB8naK8rKeDU1ksXHyTWAJzUPOE6Fd75LdGUoBCh2fpQmrCxkUnTB8wu+gi6\nUNfTN4Jko4QjdSRoQ41I4UbE4C/NXznNsQ1OBpkxM84ZTcDZ3C+N0R4z8LaQ\nqVuVN8Qs7cx1HzuaZI8KmLC5cdYteuGLy7EZxYMmx1kayR8hNWJ2VfENW7nT\nvpaOtx5skm7wqw1B01nKUlOB2EuNsoGr/5XNCUIVleDFz5/Nkere82qffWXp\njoxqOQQo0vGrKQBdP9OHKbirpD1IhL5SU+XLXqEG+Dp/1+bvuvkB/VrE24Ys\n1lk4\r\n=+WS+\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": "tareksherif@pm.me",
					"name": "tsherif"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_7.3.2_1571174698491_0.2900895312786429"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.2": {
			"name": "@luma.gl/core",
			"version": "8.0.0-alpha.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-alpha.2",
				"@luma.gl/shadertools": "8.0.0-alpha.2",
				"@luma.gl/webgl": "8.0.0-alpha.2",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "07e2a074d37155ea97f16d1ee7b627284acc4840",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-alpha.2",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-sE2fQwvNhXlqQtFqY+sVmf18bfhb+LMtQvvRIuZOjpUtqnAHtT9r9ngr3zwxaRL2rXR9b25t3ifiIGJA/wjVGg==",
				"shasum": "bcbb88dcf0e232e598569a2510220d11fc99f462",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.2.tgz",
				"fileCount": 12,
				"unpackedSize": 1599977,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxaW8CRA9TVsSAnZWagAANiwP/iw6u/sbvkWoeQjmOUKj\n8ZPV5S+VfGHt6efaJIsSiRJsbp943xt3v2TDvkeGeUDkZlPStdWwxB/Os5cE\n5iMSBtuMu9psSGdN8jyB0uum4YUbd9SYGHmgqFvQIl69vMX48nE5WswBdOAN\nqxUo3xWNRHgy9z0sbA0uWIIOr/ShV1o47ivHf3LqnXHRqM6RVf42QHt/AuCn\nGjUCCK2jRTWCtD2hAQhjZs6GeX16lIQEbiCTwjJe8IpVa67AKM0cn/UPJcVY\nZv1VEnfEdmh6S20M/JbEQJhPPTNABh9aeBz0jRWwmZbO6PSftdla4cAMrVFg\nQ9dzuoZmtf8T/7iV05/dsUpxtuZwZEy16N4h2zNfbFmecAEWY3MgpbB9nIen\nULohjK5nCNP1hJ+FCYZTTSlCMBA76L3mjuSL+/XUc9jHZtLMpEx1mMUTPaxk\nk+54t7aCVEMozYX5yrHPMeni63J62p0FgzruzGzOjkg3CSPyeIPERS3wSmc/\nG67uui7PbGcc9f8wqMhh8bDqSLRgBaD18T/utxZjgweGATE3MG3ZjdcTjS0F\n54PjIF/4+vmV90oEr7FTKNdCOkuxgNRYeV+36haUiyqGr2CsBj36ZzxN5T1d\n5q4qVWKqSNMJOmF7qIvNQT0bPI/U4ZSG8FxDOdsKKfPurtGit/HDD/M+A9ze\nNjoq\r\n=QOMy\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-alpha.2_1573234107968_0.029702448017044025"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.3": {
			"name": "@luma.gl/core",
			"version": "8.0.0-alpha.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-alpha.3",
				"@luma.gl/shadertools": "8.0.0-alpha.3",
				"@luma.gl/webgl": "8.0.0-alpha.3",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "d5d70464aa3a9a1709830070fa70100b71009432",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-alpha.3",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-bwPhuO0fQyf2DjTW8goaCd+skBRUoKxCaxLUE3ff/WxZwImgs1QX2Y7ZCjv/6lzLK0086fJoAWuvzkXrjHP9kw==",
				"shasum": "40ca9ec28c8a2ac7a0b38c2bdeb65765c76b3e9c",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.3.tgz",
				"fileCount": 12,
				"unpackedSize": 1600125,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyb+vCRA9TVsSAnZWagAAt1sQAIoDkA0uwoRtjFE62qtl\n44you7bs60fGM51rI+fvr4BuqtEREuyM4QAI7uGdz/PNOxr0ga31QzkvXGr8\nIE4JqQaFAfWzt2x2/KK659+NIA9eHIbD/CN8iIfw/sYkVGOz5oroCk+UcTSy\npmL+fRLoYDsgT56s7HtmfSALpvE5nltLhcRxHrYyuXMaxP2HpBCVDHTDvI8d\np/we9BYk3aWabOi4dtyUoxpQy4V+qKKEy66OwJao3yNvVwmMQb1tNnymjAxi\nLB8ksPiVZMr1DJ7Zl0Kv+ZCuQ2heCpqqx8sv7K0bOrZwfQKbkCA8eGH8DikM\nn30QU20TAVAjifFBvxN6FUX/ALQFleULrsBcil8StEdQZATEEu8X9ZLOW9OC\nhbPQBpjOrWKmBJXlLK4nOcrfAUmTdeSMeLiiHmHfFMe1tw6yjbNTI4RRhrT5\nkdUvvmKI7LV96nkYhbGazGcza+Q21YDfVNUS8/qNuzGhQa1cSnlk1eT99ahM\n4FDVqpfKfJa+1g65SxjaYHq1oPRjGFq6Ja9HGDMcg8LRJu72a32HIHD7DhMD\nsXDDGSI4YE0z9lxZO7IJ0TzobA1HWDCKxpnbbV3ervNENdUxK8ieYb1m8l/1\nSJx9Si8bfO8t054Q+A+HueVlMWPCRRlktvHF0m/NAMm/uMhPqKl4NGSLgNVa\nm8uu\r\n=icRe\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-alpha.3_1573502894914_0.18482755912090565"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.5": {
			"name": "@luma.gl/core",
			"version": "8.0.0-alpha.5",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-alpha.5",
				"@luma.gl/engine": "8.0.0-alpha.5",
				"@luma.gl/shadertools": "8.0.0-alpha.5",
				"@luma.gl/webgl": "8.0.0-alpha.5",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "07f5ea0576cd58ec3ff355c1ac493059c863dd51",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-alpha.5",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-EF9JvZQEHX/dst2frbekBYP1nau5zCJr1vC5hNCc6+10fhhkQvfI95D2v73VapDFqzBkRrPn0RoOB014eYX+Jg==",
				"shasum": "79b73e49b814a6b0a0b1a6e62a0dd86bfba7ca68",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.5.tgz",
				"fileCount": 12,
				"unpackedSize": 1602025,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzDRRCRA9TVsSAnZWagAASyMP/00Xh9mTwhfWi6ow9+tK\nhHQnJYgoByKBQ+7scRkyio1Ax7VefY0BlyK2yUDD4uA2k65K6v2/88dvq1n3\nssNnT9NEqlSXyJzxxOM0PJlHFke+DW7EOnDIl5sj0ByPbsrY8NSk9VV/LFta\n+/XBl3ubXs/xQk2pbGeT9IOqfF3IZZAP9mdcqoCI2QFQnYx/FKxpeG1wQvRG\ngJiH1+1adAlt3R0tDc+Fyd0CCedrS6nTFFDJ/2WhV99ljxJomN9obxn7UNZW\ny7Dzd5q5WsKxPdglpdtZtgDSHkfZGiXwJb+xo0jOGL7nge02mgQ9GXrevK2q\njjZnLtpng1ZcvX6XimBEGttkmCswuZnRpK+JXYbrw9nKnPb9IorMoVRFPK+W\n20b5Tx2SuVtUgoDpuDRuCrvh3ZSzvhwj6WXoCHSaucWyz7+/U6QU6ej8X0F3\nNyNcW50wE1DFfYqoMjHU3igagxDSdvRHnj8Bcd6chmvFWbom16LVMgwb+Vo7\nWtmpE594v5VY2W0pLaRzc0f9drJC6nkNStSWS1HiCVtgcAlinbZL9TgEcr9R\nf5/LGHM8MWdHx5QOPEpyqwultI/HptojFb17r3rksb+t1kfwRrahj4PF/jJG\n0gzHNriirHkrtKWDxzuKrZtHVkuYRSKoWqLmiYm47VVoOJ5wYHC7kpoC/Hxf\ntHLQ\r\n=uET8\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-alpha.5_1573663824612_0.30008025099003555"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.6": {
			"name": "@luma.gl/core",
			"version": "8.0.0-alpha.6",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-alpha.6",
				"@luma.gl/engine": "8.0.0-alpha.6",
				"@luma.gl/shadertools": "8.0.0-alpha.6",
				"@luma.gl/webgl": "8.0.0-alpha.6",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "5176c2192744847c87fd282ddf41ea7c8b68c983",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-alpha.6",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-7eGhJIewVyibfh2a/FxCeSA8NGWTWUnJFjh9gUO+aqBNRTGVF8lDTcp4YnfPCiBDbep7NHMzI23V573CrEdHUA==",
				"shasum": "33ea8073c2ca8012ee275d35cf7fd87c7e5e6ecc",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.6.tgz",
				"fileCount": 12,
				"unpackedSize": 1552297,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3FNzCRA9TVsSAnZWagAAT58P/2+gkQVTcs4euyZLiPiN\ne8hx8ceL0D2bDPo+6bUsFdsAxEXvJSEbPCZgQxS3/4B0O3q3ogWhyQoBH6pm\nxCzbcBnf9G/JQ8aFuv38wuxTUZfKp5KZ2AIK3/9gRmMBnL9Nhh+zYyIrYEdE\nMiqh7b7mEBuZgB+kFRI81b1BiXElweCXDZ9/HW619WvUuiA1adXu/pJHViLT\nh46QcjJLSQLP0towQRrRbjFbRPtq3wnq46W/HQBcLDZcSyTcgi0DXTsMio6H\nrSzanqFiOsculOQgJjrI14O0Hk686j0/ax08XrrTwAFu9zaCtcrJVaQHebg+\nLwkC6wYeHWz0JPVvAnVeV2K2Yyhq5ycEirZPo8Q4Drn/gA9zwci1wz6i1DD1\nzXgmKJhAGRi2YGwp2e930mzY42J14kcDS1TqIxVYoUbcXKILr8HfmAspz8Ff\nbcA7lWtIak9DwyxXaf2HFYYeeai7WS4VP/WaHIrBYHkB9evh+HVW3rmW7rKU\nZlZfUda+0vvh4U5Dz5LRfD1zJ371ZiPkpN+hd3wywEIfHvKHCulohR+ADIV1\n5uc9RIJq/yOxNW6WJamrcGcC9H8LhFL6CGXZbsOmcVMmWLYAaKhAMpCS7pkJ\nE0OKkTMVM2kroVaQVWHBl/Z1+6drfTiExL4d4fN7sAdYz6WnxrP82NTg/XWG\nS0jc\r\n=ZZlq\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-alpha.6_1574720371120_0.3008974586766022"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.8": {
			"name": "@luma.gl/core",
			"version": "8.0.0-alpha.8",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-alpha.8",
				"@luma.gl/engine": "8.0.0-alpha.8",
				"@luma.gl/shadertools": "8.0.0-alpha.8",
				"@luma.gl/webgl": "8.0.0-alpha.8",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "021feb6bc03370c35cd7fd15e984989bacbe0a6c",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-alpha.8",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ccT9itbwI4X7g1qBjSDRgbov3Y/jNrmo29BBA2jNFNkBi/SOnACSvduNCPs3W9DWZWYtqhMIA4nK9UTDWPejLw==",
				"shasum": "568628f02ce606381c220daebe03286446451321",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.8.tgz",
				"fileCount": 12,
				"unpackedSize": 1556761,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3T81CRA9TVsSAnZWagAAv4MP/i4KOlsRIMnwLq+Yi3oT\nRd+bMjVLaY/qYBZZxv2yeZm9KpqvGqbUcXLjXpEA5gis0jQdokZshLpoGKsY\nSXA+o0pZ3wA3d2zTmww1iN40mzvtWZEeTzIdxTdOr+91i4OUGM3LsNWJK4nO\nrcKywBz223Y41JxsrKPZwsUGUKrcS9QtNoAPLRAiFXMwm5GIdi5iE5mkRc6+\ngjl6aEXe3+l2bvNZA1s/pwjVaMag3fjP5TrvVxEIfCXZ3u+gkSIx989e03bU\n2OQl19eT9c+E31ja8OcQgakjeg5Fb95DSZ62+O17+fvr0Vvgo9KnvaI9EkDg\nWEMs8gw68CrhooY6jmBl3JIyTnDCKgSk6Tb5kYAUspex4KDayGwspkuuCppz\nUoW5dGt6fn/l5tkEnG4ZX+4P/aIQOdtd2gURYgr0xtG+4Jg+qAScGcuqUhe+\nvon7in1SfvFMLvNov275/jAQDURzGyrHPWL5DCi59/UkDZtB8sSSeprzrYdY\neVBYYK1p4PN8/sCBfTk/4w92xHUql/vr7MFGKdz2Chf2xDvJwa+527YcF6ZX\nSCqX3xa3jbcPm6jBGr9wbeKmv792B8dXdeqEyyAnZ/jQmy2mwsGvTCOLRYws\naGSJ0VDjcU+88PoHVtlPBf+2i+d22kX/TNInrFhrKB9uQfT7fDLZV9AFvL0q\nTo/r\r\n=lTtl\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-alpha.8_1574780724606_0.6325913174696987"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.9": {
			"name": "@luma.gl/core",
			"version": "8.0.0-alpha.9",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-alpha.9",
				"@luma.gl/engine": "8.0.0-alpha.9",
				"@luma.gl/shadertools": "8.0.0-alpha.9",
				"@luma.gl/webgl": "8.0.0-alpha.9",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "fed10cf18cf978b4c1fedd4dbaf3c16b957bbb0a",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-alpha.9",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-CX+8jL75VRVkACK/SZ29YSNdkO3dcrqP3/2HQO+p05SKPAwO+3Wlk64RDWBo0eFghpjd/CN3sHYT2jQSynabmw==",
				"shasum": "e0e0d8704ce7869a358d43cf4b3f05d877ca7bd9",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.9.tgz",
				"fileCount": 12,
				"unpackedSize": 1552923,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3UIOCRA9TVsSAnZWagAANLoP/A9Bu2Lx+aJJe7A/bou0\nu5BYBwc/S8AEe38NxNPZtLJljKfAGrJxR4y7JHcfv6lx0MHIj7KmbpwLpav+\nPEe890Yuu1sZM+4g+/gyKNeEuAdNxiXnTIkcfu/geTmjjUHiP7I/2cLlrA+u\n76sdbxvD4dMb4LPwsfSuYZnfHmxSJ5zaRU7RwXROgbQJ7xd3w3vXlIMdxijF\n4nic6jqi1C1Z+SzyCZal3TYemP+hyKOIEYkPTvR0hGfcQQJWqV226gVMSyGB\nXuVxzxvidJ7/FK4GUE7PFbdm6VYnyHYggr29+94bkX/ADGtHVcWP6LsLMxKA\nfKUrIpa/kaZhrQC+anLGDE7nH8fHqRMEiuB7923BQOMP7f93lYjz+00GDJMV\na3rtS3PSsIG+lRqdodgt7WeSjUYehQDL9nE+oq0aDrc5ZdSCnoEPyPycC793\nF3HBTGguQkzd5I7Mmv7WbzvqbkGQ5UpUksGHlaBAwChgGbAWU+98F3Z4t86F\n0K0lZTNLO/o5Jls2UzsChtd8b5qyLVGW+HbKRQ+FpDNmVWSFmjN7a2Inhx6E\n4zbYFrITd8QjditLMvSERBVvzUyR9eyLKhVT4LkyBIaec5rCmRPvt5/5rzs0\nJR79/u3bqfFyi+ETpPAxefP7SYKXcVk5aC1NMqlhqvpsKgFqw+ZyDR95hjM1\nGL4y\r\n=+6C7\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-alpha.9_1574781453778_0.8939050146336209"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.10": {
			"name": "@luma.gl/core",
			"version": "8.0.0-alpha.10",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-alpha.10",
				"@luma.gl/engine": "8.0.0-alpha.10",
				"@luma.gl/shadertools": "8.0.0-alpha.10",
				"@luma.gl/webgl": "8.0.0-alpha.10",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "49834deb7c9729385bc53e0b2b01ebef5e86e16a",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-alpha.10",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-D97tE9UX4s1MFVNNxlJUjJpIWkw0t/MV7tTFLpLYFDNKLud03o+rFV30E/rA1Zy8hU+978ZkACSz3l0k4Lh0Kg==",
				"shasum": "7f245233b37978be5a3fc1c6ddfb23fa5ed0990f",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.10.tgz",
				"fileCount": 12,
				"unpackedSize": 1525085,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3rCyCRA9TVsSAnZWagAA12YP/RMPcnQLYEF7O0onvfeG\nJulBqDYnnDmZ3Irte+LJEBxyPykKjJOtOc4ahEiG7Bvp3KRS9CwvonDogBqu\n3ge0hzIYZEEQ6Mf7dWNXVevIjcGLQU9oHzmqz7WfTG+japwdlQLBZfe+dhai\ne0uRDoPgd7fxsTH7z7p0LeFhXegz6CFIaQ4CMSmwth8mG1kJZvsskfw/X7wj\nr9yG/6o1xaWpAR+Pb9PQe+BQm5adeCCDVFlNNAU4cPBDd+aXZzVRfMafuJAr\nEYMRrHYA76ze+lz+n4YI5eSoKMY04wC72LhVuHlYPUh3X3Bus1mWaPFz3mYx\n6/EUjezQH/PPc3qJSY+OkeyVXkWwIl9LFDUikUBVCgG7t8Wz2lWeAVzYjv+7\nU6+r+2MD2l8nif8CjOdn8/qDysAt7GRobDy9a2+SckYw6Akr4OQmc6YarkYx\n7tRWfKKiFAzqO2Mo9LhCmomaufUrdKrfMxhD3TRf6U+63tff9hCiG+lgkj+Q\n52bnSNltjqeq9kAFIj/Vlghr3ay/zV/+0A72pGW+UOHL1xEmg8VVr/dY6/5N\n6kHFzo/SLDHULuGDPd/3xqjZMDE/6q5Thx6ty92cY0Q/lAoxkJ7zQgIPFkMk\nK/SSXqu6YFSGH0R1hGsnsR0TOJ74T0XlcVYzDybtlyO5UkVVrEhz5bBBkKvK\nyLTj\r\n=9Fou\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-alpha.10_1574875313706_0.9304999429459317"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.11": {
			"name": "@luma.gl/core",
			"version": "8.0.0-alpha.11",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-alpha.11",
				"@luma.gl/engine": "8.0.0-alpha.11",
				"@luma.gl/shadertools": "8.0.0-alpha.11",
				"@luma.gl/webgl": "8.0.0-alpha.11",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "40546f8aceffd3be7e8431bfc20b69ba203cf0a3",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-alpha.11",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-fl169b+JlWqWNiQubdsC2QlAlq8M+9p9NDnNEjd56PCzzL+hvpZ4sbCv7eyqqv6qPEuBEKBooavvu1YN10pA0Q==",
				"shasum": "6d151b588fe9450abc697975c82316bb2b8b8924",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.11.tgz",
				"fileCount": 12,
				"unpackedSize": 1523366,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3x/jCRA9TVsSAnZWagAATuMP/3dFweeJrk4Tc36dxOfc\n4yV/pGcjiSLcORbMfXgMMv91p0rcNbt7ovHrouZQc4NMXSWaPhMie7kvpwob\nK0BuuzGmVKtiPgfyfJ86UcERxd4arfoCBpvTrbeLcXFaeh99Vvf1Yd+v5BJv\n/L4bBtW443Pc32MWWvA7yuYMShNd3mdbDzyB6cwvu1Dd08mbIklgUea5klP5\n/kPLEo7d2kv4Yqk2Jrwso64Ll3j3L5SU0XdrdPfsej8Uvk8T/k3oTgkffPlL\nRZqjxO46oGPASK1XffvxphamuvzlnrPYVwvxUr3fQogMIZhdlHKHHMadeziV\nPxjKRERjAao6Nx3qpMU4jAFyR9CiFsw+QQTGsW7Ss55gXyH/9akmQzWjcV2p\n58g6sb0W1tqnBuzYqwrdW7PamGclOU6gOn9f2xWAb0Wgt7FcEw4eYezXq+S+\nL6OndmvE7XnyipgfSPlsUpAUYeVlOqZMv/mRsLyi+QxxWfajUUdQE7nHguUx\nP4Z+PwK1udxrSoCY7iWBsfLMBzEZ26q1DPwjacUYN+5RLEpK3PICzCClHfAA\nbw1wpD069HGpXFxyuZUWqhARJT8XoxRoqlat2nJl4ri53E0Kx+TpqfuHOySU\nZoB+JIgREPH2bWiz3fIKRF9P/eslD8TSYNYWjEYKjouWjFiBrbuTDkWHRGw0\np/zQ\r\n=cQI1\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-alpha.11_1574903778730_0.9382243871222478"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.12": {
			"name": "@luma.gl/core",
			"version": "8.0.0-alpha.12",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-alpha.12",
				"@luma.gl/engine": "8.0.0-alpha.12",
				"@luma.gl/shadertools": "8.0.0-alpha.12",
				"@luma.gl/webgl": "8.0.0-alpha.12",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "e6c1289b481129ee4c458cd707ee937624a74aff",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-alpha.12",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Erp0etGNsaC/IM3XSN7Y/33jpJT0N6MeYlwyy8x+C/b/AVcAkxYIaWcyOZtZj1pNtV/iTFzmz1Une0GlUTz9Wg==",
				"shasum": "2e95e10cd7b90bb3dd20835273af7155e3ab4118",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.12.tgz",
				"fileCount": 12,
				"unpackedSize": 1500603,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3zCsCRA9TVsSAnZWagAAeUEP+wfuQMOv9FPDRSoPgLnm\nHjtVOiwcOK0+LgvtvWV7d8zxAMAjsNcYwpGtmMH2N24RQOyNCtV47ebMM3S4\ne5ktxL+cWzvkCIf82WzTIGkVJWh2oBhiGf1vXVWd9sKwANXDEKjVq1GysQI9\n75I23vOXpYjiMRH3ykLZmctjQEhYAEsEw6T3RFRrDonViGVXTGLROGlJsz/5\nlXwJr7VZ6Lhu7szG8cF1RBQmGBBNC7gHQ7xAYU2JiXvKDtseeqZd+TG49/HU\n+6VG6bnFl5UFHbx7u8oHrHe+Wq158iVKyaKjHfXp6wjjlTjF8/8UuYxsRpen\n8q+kiiVTek7ai3VR7zBrmn4UvDXdDPqrOLcDgk/Q3r6RfLSbcdKhjuauY5ZA\n++iuzHxsyikZv7rabfNxh/akLpjghZ1K7rBParN1Qql27Ks8ACqGrDYrXj+q\nKATgMoijve7m/tBp61uT5Wl8fkp93F/xA8rHm7Z6M5UWSIDmFaa+o3YY9hTa\nO1PEb/mZ+cwKkPBY8K9jEd6fL4AW1Jzag83MBtl9hVKcXOY7GrAHAZ2PKmLI\nkZVhTqKXdHLNJswiL8wdaxe3o8K0MDpVHUlBq4DMxHUhGNEhXsZW8+Yb5UVH\nB9Y1DgWT8pFmF+aA/fLkVaorkmirW8vkqMzvHRtOyhD1/PbHYCoAMe6sCHDk\nBWYY\r\n=YIXx\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-alpha.12_1574908075817_0.23550076198009728"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-beta.1": {
			"name": "@luma.gl/core",
			"version": "8.0.0-beta.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-beta.1",
				"@luma.gl/engine": "8.0.0-beta.1",
				"@luma.gl/shadertools": "8.0.0-beta.1",
				"@luma.gl/webgl": "8.0.0-beta.1",
				"math.gl": "^3.0.0",
				"probe.gl": "^3.1.1",
				"seer": "^0.2.4"
			},
			"gitHead": "7387a28ccac98072ef4df83606c932e53c31dfa8",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-beta.1",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-9nKfDaC+a8da8PlUNcKNlajVtF6HtldbJm644sPzaRcJJ5HKdubZop/TKR5R6qJj+kW4RJ6XW3DBmshpYH8cPQ==",
				"shasum": "fe22310d390ddc256f395a036ffc6f1a8b8a3343",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-beta.1.tgz",
				"fileCount": 12,
				"unpackedSize": 1500593,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5XE1CRA9TVsSAnZWagAARngP/i9sv+6cAGFhz+DLEh4R\nZbL1WibFetpgcIiWiNfPdvPGtZoaWHKb3qJ+PVVR0JA6noGIiS0i/qWJNZQP\nNgzEiLtK0208V+At+ey9s7wE7Tumnd6AG5Jv8LGjeDWouq1f4iDOEb2PZKz0\niHg7RH/y7BDM8laBn/cV0fowyMTNiIB49YrcXeM7kq6yEDKGQG17iw1Oo8x7\nN26V1TNbcX6lFgnBWTrZ/QpCyyQwvvTsthqIqO8RrU83I57jEs9lyzJ1ySSk\nXY91ENh40rL1Jsa7BhUlgjeaYK1q0Al+wp6DqnH1IkmROWiWlKbYZAAExo5A\naNOtXTDC8ubJ+pNYLGoHt36qtYreML0V5UQPs46a609ghCYrNwo2ma7oAd3j\nEeZp8PqWxBUz804wnr8lR2s06R9bKGW7n+bkB0maLoSLlRTRVzdk4+6wusHu\nX8mkHHNcKeUZpzsLXCTm0XU+5X9CORKfzdiY72yHjNHUc6QAFwej/dERh5LK\nbTVqpiKRmWnlWUy83bu3TWk3DfeJhPdYU2IcE5lXYmrpi8y715W0txkkzG0L\ntgvVgEAKiLpSSS9BuIcBjbDQvv6HoxWMHUvG4Tq+WBPfw65B1hPyFynWBznM\nyZ9MtVpkvlh9znTkxx4TFj9dwyjUdgTLsvVyBDKjm+Hh5xuGNmJORidO+jqz\nXlJx\r\n=Bu+i\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-beta.1_1575317813080_0.1868427253185445"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-beta.2": {
			"name": "@luma.gl/core",
			"version": "8.0.0-beta.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-beta.2",
				"@luma.gl/engine": "8.0.0-beta.2",
				"@luma.gl/shadertools": "8.0.0-beta.2",
				"@luma.gl/webgl": "8.0.0-beta.2"
			},
			"gitHead": "3f15fc4b59555ed2cc2b237824a1ff50eccd4af3",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-beta.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.14.1/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-GWCdIAHkjobTYeKtD86Nhtg13Dm61uHTiWWXW+E0Oy9586OU5sUOUpnJrNLV3UvE1CC3Hh7XnT2D5xDvg2oeag==",
				"shasum": "5e5d8990c64f095b97e4bd30583471c953d2ff18",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-beta.2.tgz",
				"fileCount": 13,
				"unpackedSize": 1516898,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6vj8CRA9TVsSAnZWagAA7/QQAItnfSMWa0chur8SKdb3\nO38xD3YYgniex9Fgs8C7XhJwMRUsoZivhzqIpDnMV+tT1MKDWcenazsByvYz\nNa5iD6BRcx9W/70VfIABO5eIaPkqMKbZ9t6QR2jDM3kzBgkzugLiPFZRvrJq\nkPe4H+ftD8c8ahHD7jnZtVO1a/bUNr1cVs+oDrtN+t7m75GhD5Uvh+g/NUKt\nCYOMIKhww29MG6xqTep4ii8c4MBboNyHAgO6xLtqOYiUa8Aj2C7g9doQXgIZ\n5Fi8oYjxbK1fgB8WuluKfQEwftcFQuYA/XizjvPkHMQ8V4olVvYa/ivceEPH\nNnDv37z1zXgOUIRyp6oYn3cR0UakGPQaxyzrsK84+W2FDbclvtQODmu9Uk/O\nXUlguTSBsZ7KxLf70C4eKZkG9EzuRWgOgyoKVRRa/fqwgS9Uu4dEHsFUJK0Q\nHoDUcX1qtGpfeRaQYJ8Uc1bxwWxTwCA8xDw21OBJBw7Mt62Qz76OV786se+7\nB6nQ+wiBxi40tiBvu/83jhBvJAkUet5g0PyeJ23Vta99R4sVkx4uRlCejDVW\n7rLqQUud5Cu/S71B/G5vuwlrlgKVf3+6t6EieQKKdDrHrVjCoY7NI07wzQa6\ntTIwaALDzm2CE3LkTktPzbzxKm2RdUIjHluPwMpH4+BDJ5q91XDAEKjqqAFL\nRFPl\r\n=Gv3X\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"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-beta.2_1575680252068_0.5969807608797169"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-beta.3": {
			"name": "@luma.gl/core",
			"version": "8.0.0-beta.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-beta.3",
				"@luma.gl/engine": "8.0.0-beta.3",
				"@luma.gl/shadertools": "8.0.0-beta.3",
				"@luma.gl/webgl": "8.0.0-beta.3"
			},
			"gitHead": "7bff9e2cd189aa8d417f2ef32f4673c1c2026647",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-beta.3",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-E3EDSLa5hkOYa9OoOxyorZlWKD1QPfWwneFIplsTXYW32z1IgEWpZC45Zb8Fw3OLRISyQKgojqeI6P0qP29WrA==",
				"shasum": "81b808c2c52de7f7c63b0a8d578a22ac9ca8c923",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-beta.3.tgz",
				"fileCount": 13,
				"unpackedSize": 1516572,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8vVuCRA9TVsSAnZWagAAZEIP/jo0oLrUV44U0HPZDea1\nMZu3TuIeM298/9zZ8q/NKJU1lkKmOhFbAoOedRTBZzlnO9RBZOh18gXZiecL\nkzcdZGRBnb7CFI8zAQnuIEn6w8ebsOOTvQNKC7Iy3t4p3zGH44YiTB/z19f0\ntL2icWLxNBvfmoUfZB46eenFxdEZ5VMzfBE1YGUrTfpBRDig8bjugTATxWc1\ntmhOBHMvTOM5pdDW0cQV+pIyMvz+aoguC9FtjJY/7wNHrt21IpNW8QEZmB3K\n2YZ3AtWY6DduUJswHsAVmBipOF/VY4qifDA8Irew2i8fJAkriXglNpqxcmPI\n83XRkVZkyh6/b64I7HiQbDXoaFhRALdx91b6QdPD0MtqRGfvnmRlbQnpXOKW\nZOrmcP1aMC0kHJ/j/s0LYRej7Oyk3HKsCkJo877ymuHVWfh1LhDZXiPpc3XP\nE6Hml09qxlc03BX/3KMdRwQg//ySbKHfL/lVyxAFfpMm4PjmkOVZFQj8At1d\nhVBleFaRyKw40MVrFDXtou65zyLCkMoSnph38PPZzX7rKkeGxK9bpuEAMToN\nw2sDNWkLvlRPyqx330IuZcYbrOGYbqnROEDOQXvd1uIiyc9ywh1MZ0SH6AKC\nUeaJUfT+AfSXIqiSHKYpowD3ybrBUPAHSbBGef8SzCilamLNJ1bzuJKifLrS\nwoVq\r\n=2hfj\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"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-beta.3_1576203629641_0.8589281173586907"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-beta.4": {
			"name": "@luma.gl/core",
			"version": "8.0.0-beta.4",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0-beta.4",
				"@luma.gl/engine": "8.0.0-beta.4",
				"@luma.gl/shadertools": "8.0.0-beta.4",
				"@luma.gl/webgl": "8.0.0-beta.4"
			},
			"gitHead": "16d5f63716adde1980abdbc41197aa160479a010",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0-beta.4",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-J1dc6PE5nunemxXYhQtoW61+d0KOzu4osMB9ziDLoMSrS1gJBNAcyALc8Scidg4ESbM/DBuFVpmOrsyN3aNH/g==",
				"shasum": "bfd6a68dba4ecaab701d0de527580254615ff762",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-beta.4.tgz",
				"fileCount": 13,
				"unpackedSize": 1526313,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9/jYCRA9TVsSAnZWagAABPsQAJVxIbgKxE/P62Ta8vsu\n5QCBALylZF9E7SP3YTMxztd7++Pv43LmGkmyhlFHVMwe/hJ0pB/tsF3Bs8R0\ngYpUOoJeWKioJ/X75z+qPiSt5iGgGb0sKTOx90kAxzlm504U8P4KiZQ/3VBf\nZq03/DGrRjOFUK1IyoDqhaln8rUIprYDNUpigA+ESBXHtxsrbQZjKugoRrZW\nEa7P3QDQBb1CvjdtdzeC5ox7YmafuokbBz9TMfSLiE76QZ7WYnPD1/BmcLTX\nyZhZip1GGuUJ/uG26AOgKXnI71dINyjCjMY41A3M3VZvsIxTmyKgpqR5uSWd\nm7PlqIUbOR/wxd2k3U1FxIRuzz4AauIkHteEaXbpNDuBN1TchY5EVosfqAvZ\n6/AU70gxw9diUTEsOoUhAoi/H9Ihc0O9I/c9QVWKiV3U4y6fw0OTmtBHv5CS\nuizskM4YEmYCZY4NIoSp2+AVaxLhK8oMvan6rw5ieo2ykipmO1jyjDQ3/fyM\n1IDCJXVyymyKWK91EaLzyHadlnELMjZcyMWU3seXzH/WzTCW8rbyaRwYHcrh\nYIq2oLPhksZOXTWGt/XfuncLFlfVuaVgOb1sVvA9On6OhzSTTMHgePDzu/Qu\njZ+RH7aHTnwBhjmFS0DHK0bqBm356rRGqOhzNLKoRVP4+EXuornnJcaLcmKT\nBHWs\r\n=jztD\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"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0-beta.4_1576532184004_0.46440909149176024"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0": {
			"name": "@luma.gl/core",
			"version": "8.0.0",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.0",
				"@luma.gl/engine": "8.0.0",
				"@luma.gl/shadertools": "8.0.0",
				"@luma.gl/webgl": "8.0.0"
			},
			"gitHead": "06d7c84594c5b319c052cc91d01600a2c2615573",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.0",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.19.0/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-YbBRyewczC7i2m+4YBu2Cgn9ObPLQN6ee0EojiOgFF8Nl0MF7bPlMLhCD+QhB/v80WBQoOuG4l+BYK8yEdpvcA==",
				"shasum": "19b6ee0e72238fcd98d96309e1c1f883731fde7c",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0.tgz",
				"fileCount": 12,
				"unpackedSize": 1527509,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/YmyCRA9TVsSAnZWagAAy3cP/j9OPzWQMnje+ikm9FoD\nkdLGZFEVDeC5ltu1sL2ATRkAL2MYsXCKAE7CGxDyOpcny3vjf79yEZ6fjVdC\ndkraLOf5RJ/3P0fk09vZOqr7s+FmBhHO2ryMBWpkmYrf52Dv7Vg3bR7HiFng\ne30LqwizDqqYPQzT5ecxztnhnR+sCe1doG6iR4SdbAmV1g+ITrUZ0lKsmApa\nXnVRyLWuC2nOX+FGYjfx4puO3kK25UOla8LbLxsGU9fJProZbiMx4vBTWr87\njjgxSec6lTbHve9WUstCLCKKizi874z0IGJ81MgdeYbKAggxsGkjHU3UwY3D\nH56JqpP4tOyAM8r1tzNJKRibwxqb9JEJbk8SN75nJ0LZtTMjHYWhAN+hBkE5\nCTDlgVJPYtdUiAlfXfsHvpOxLcmG5wVR0x3itbpIlT7vtJ6YTdtYYhc2j0a9\n7uWoDf9d0jh4dInIJ45rzGMJ2ZVfD6ySUUfzAbEbhNCmig7RZ8xFjKnm+eTr\n+mhdOC7ATJ9y8ri3tmVhLcmkVZD9CWEP47E0Z/uOPOaNfYzsl853J61GN1Ja\nvTMNpOxnC543ZJma4ETzlnic0+t8YRG543fLPImzq6kNsbE/3wJPfnvIt9yx\nLdZzS4AKF/EbsXzjDLzea6Q9onEXAOkoahR1HPOEm0N6lyInoaseY3DAdGxA\nJ+42\r\n=NcKj\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"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.0_1576896946590_0.6052615735094624"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.1": {
			"name": "@luma.gl/core",
			"version": "8.0.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.1",
				"@luma.gl/engine": "8.0.1",
				"@luma.gl/shadertools": "8.0.1",
				"@luma.gl/webgl": "8.0.1"
			},
			"gitHead": "79173ebf287aa285975810a0c509bbac135a729e",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-QSCEq7GgN0RTZKvmF2BMIavg4S5uAYFKsrhp1eBzjANpdThgasSVG15fVYuGCmDfpUld/qGrtGtOs/KnFEW01A==",
				"shasum": "7401a3c802183885d3439de1aae3cd49ad8cfd8f",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.1.tgz",
				"fileCount": 13,
				"unpackedSize": 1526425,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeASzBCRA9TVsSAnZWagAAUz0P/jrdtrq2/bgBdiHc5Qet\nP6DbfKNCeIqxCSgUE1R4qa9UtB72QTsZH8s7DxECPtwl0QtmDrHWQ22u00BD\nuluME1AWydgCgXrNSWYh4gh1Wa3X76JVUS2bKou0vjPDtOoCublMctKha5hq\nRp9at6FaM4N8+k1TkU4ozR+ahjPVNHDV294AmVTIC4D0QRTjCHehgyCTs7Y4\nSjQJJlud3tWggTRFUrbxdzqKgBVC1ncXw0EEaGPjL/hBHOgFH1V6SBMkLTo9\nFxIgr+H4Q+mIOpywAMwySfQK7PzYapj0XuJ+8gPFaGJd8XtR1V/O5YG4s2eU\nOJXKF03rhLjmJWAQJn8UtyTBl2x8H+ApKWonF02HgdxdaxF1U47gp74eUeD9\nvWutj5g2U1frxqEDxDA40uui04vfj5vwEtlsBo6gcsbxLoYGlHmSUOt6CdmZ\nzdPdVnP9I3jMMezmUILZg5xO0L/NrzKSG+cGv8gnldLNalkVsvTBhnqXiWed\nj11arhi24kxeEDqlhlml7YUN0WUwblFOvz+3kYw6iL1WVIFcoET1E564fDfa\ntx7iuyYhacxf0vspBB5dtHG9gzGwZmDNu2HQqp+BIDRzS3H2jGEEMTPCrf4/\nNPTsB8FyG+AArP3XyFqzxfjEMa4oHUkF/HG5NBZad0Q63ZhoQQP0JIbyW/xj\n0WFm\r\n=o1dm\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"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.1_1577135297019_0.9179679165770596"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.2": {
			"name": "@luma.gl/core",
			"version": "8.0.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.2",
				"@luma.gl/engine": "8.0.2",
				"@luma.gl/shadertools": "8.0.2",
				"@luma.gl/webgl": "8.0.2"
			},
			"gitHead": "4d96c11d3a627c3581d2778fa2ee41a70724a740",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.2",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-nOFkrGH9S81em/DH6Ljgk7+ePPmoMEFZzLHgEJY1K8a59PRpRoKIllrr4tqswijbY8YkG6BzidetUUwI/VPAjw==",
				"shasum": "7092419df58c6b8b73a1e3c8e56fb8a932c07166",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.2.tgz",
				"fileCount": 12,
				"unpackedSize": 1519637,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJ2AqCRA9TVsSAnZWagAAtG0P/ipzShvf1OZFFkSVZ11R\nCk+1qJYh0P+rTh4qTAapfeOoG52Z2+68FbpBKM5YVeTfTZfvdmH7El2YULS9\npdBtjrw8fMGPSG8IA07VZNz0SKGE5zJe2SRVLn5UFynvbxbsEXV1Na1wAwCk\nqNMlFWMo4zOgsozYGcCMsunrmcm88zV9MjzLdWNTZODs3NVOeYkUCmxEGeOv\nETH9iE3OZD0h4t1EPPZI1v/Iz4Pe9ip2RgGIKMFfREM0CSHICKdmlliir9cW\nDs1ZLHzYvFkIZL21ngMyjZ78WBiZ3dOiOd68Bs8E20+NRzO9Dh1tQLKgRAMt\ngQcx7T3mJE2UQawmXTne6EKIKnTsG1db+hQBGBjoz9wCSE4aKcCzVfu6AUFD\ncMKOvwD+4pHON7Aqi7WceBJ3XzRmzQ0V/I+DLL3lnGo6yZN7dJp8TToGxAt6\nR17s0YkM/NuDg5oPcP6uKGm18n4/x0EvoIvkchjzBc5tTICMNcltTHg0/0t7\nmVSuERzHZr3HyRPNbWrZA1vh7yi+mxNAyyf8YOr2PV9umBRLCuAWpTuDQ9HF\nN1AAPSggeiI5Q6LT2exJHnTgO+IZIYdUODmiSiDxQwjpgtlwOCzQlppq0+35\nJETPKH0dseQA4o3r+sUvrOASTHToau4OstQ3pVHyN2dORoKvRNV7BMzJG84Y\n0kTX\r\n=0y2r\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.2_1579638826184_0.21366973091041697"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.3": {
			"name": "@luma.gl/core",
			"version": "8.0.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.3",
				"@luma.gl/engine": "8.0.3",
				"@luma.gl/shadertools": "8.0.3",
				"@luma.gl/webgl": "8.0.3"
			},
			"gitHead": "015f82ec111e5c17d86ff082e94aa27b9f859825",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.3",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-XjsIgBaLku5XxCDFp/cz0Dp3YCYAHgpMrbOPEb4fyE08J1hu7PnarudzpjG0DQsmOjeDZYsf0siAYcwcZXfnJg==",
				"shasum": "7befb15991ab89323a450095c2e28ec9099510d0",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.3.tgz",
				"fileCount": 12,
				"unpackedSize": 1519637,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJ2RvCRA9TVsSAnZWagAAeCQP/3TqERLLdK5Zzbjfa/MU\nt9MSMHBzU7ROf0ZsVQqxz9IRgEIcvKeK4rUdYEnBUBvs8hbfKlcP5dX8RSXs\neJJ+iDgS5IsmlhaAmeQSV64nkh9VX6NApcnFYWdCjWGk5etO4iqk5NRItXJJ\nIn9jfrK/OdQh8ku682xiYmavn1SXKNfGTy11sIOTcPeGRi9zP1NqtXSvGl+Z\n5w5VP/WKuVtPRRGGYi1FUMd20d9OKhf1M5RelYEI9H2+NO2y439O6TyjTjFi\no0U5NKYzXqV9Y1Vy4mfA/2S7BQ0jyvVCimZnEQXZkewLiE3wqopXB0khwILk\nZr3BdYbzudfycQJiL44/GizlReyGinRWVbJUZZq6VKwpBtp6r46qbK00bcRK\nHam9kEd9cpwZRp8TPsVZTUK49oGBolJmgN43el2G17q1RUCBf2/HjdfmU0EG\nQAUY5u2oAifBZUk6q3FcjRaztm6+4SEkWqgVNpFjMrFW/GZU4LuijW7JW8ky\nsXSsVBIKdahNa0wGCR+e9MHD1E7G+rQWN38D+V5q4YsU3jAHDuaD/5rnUBBo\nLOwXEt7uJ+INc0adk5PYlaCRS4SNG8v1D8hfvQPpB+cNjtncM6jh7PxM4Meu\nY25pSejdB/ProbatShfSZguMWIopKtesHHBQdBUuoo1SiCW47Ldmjk0zGKaf\nMJVW\r\n=ed7V\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.3_1579639919381_0.7018008575383277"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.1": {
			"name": "@luma.gl/core",
			"version": "8.1.0-alpha.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.1.0-alpha.1",
				"@luma.gl/engine": "8.1.0-alpha.1",
				"@luma.gl/shadertools": "8.1.0-alpha.1",
				"@luma.gl/webgl": "8.1.0-alpha.1"
			},
			"gitHead": "22c21487d6b022a8be971d083fb095ec1634bd12",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.1.0-alpha.1",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-fRjU+1pxO1djveINiPmEvc2KY8Ivu0O3XvjeJuZT6qRVXOVHuMamOkb/j2wbz89xIqSOnRYWRPysH+1ov9fBaA==",
				"shasum": "cfd38bd0ba7f9f8b5b5f30feb741e3674cb97379",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-alpha.1.tgz",
				"fileCount": 12,
				"unpackedSize": 1536542,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMfNhCRA9TVsSAnZWagAAPM0P/3AMpDZxU6OwIXaCAN0h\nRBIBmxZfXM2YtlIrq14PK2u+6x4ziBeIRB4XowRV3B3lZQh0Yu/pbw7aomID\nCbJYPHmKuPdRFiDyTG5a+sD1/BJhHd2xkEOQuthwVw+1i7Sr3juVtlHJMe8G\na/ym6g5Sx/fVQwuDRy71u+fdAOzjdrmi2PGu/XjsTICO/DwXj6QY+fV9pyuR\ndqvv9nCz+WdP3fd/WOh+EyZQXzQQxWG8IpfXKhypPaVqOUO/V5lCSJtaRd7N\nNKmeH+0A5QVeWoMnpQDc8pIwCJ6TN6UrYCJ9+EhoTgU6fmOPlofVxtGcVhPf\n+78XMZEUnCRMkaUCdZWitau5EZwRXdq4hDEhCaheK8zxurVleFdV+0uylB6H\nsj6+LIc3aPzJTC/eoh5HLaVP4/ntX7EGea1eC+rADt/iVU7vdMLqB/7IKfFz\nDmHx7k/CFEzvqCKAMePMpvJowcRvg72phZXKjX9KXiftOyKqBJTcyKUrTMFU\nPb63ZaBPyX0rdmYoUg7aab3nA+JWpVOs+Ni3tY2z8Z14IveRfuo6KoSJ6ME4\nrt0W/qoGo8m+joTMXnapzPqP23tyh3lJwxMSNJ3hdWiCgsgxnSlTHCuGMlyi\ns8cjvSq9wHCdtNxDENuwgLkTzYatTtbymx9xrD/dXlwlG+geZehsEcJ9GY8f\nLzE0\r\n=vgUW\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.1.0-alpha.1_1580331873386_0.13121153790592022"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.2": {
			"name": "@luma.gl/core",
			"version": "8.1.0-alpha.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.1.0-alpha.2",
				"@luma.gl/engine": "8.1.0-alpha.2",
				"@luma.gl/shadertools": "8.1.0-alpha.2",
				"@luma.gl/webgl": "8.1.0-alpha.2"
			},
			"gitHead": "c210cb310a98eb750c8b70e6f24d360743690725",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.1.0-alpha.2",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-6bYL+eLqozhFp0x8n8k24yjRCzh+tqld5DEqMTtIhTm326y22Fabw+RpT8JgMA1KD9ec9hEslq1mayCsP0nAxw==",
				"shasum": "3a8054b4d29f05398ffd945cbb548168d85457a6",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-alpha.2.tgz",
				"fileCount": 12,
				"unpackedSize": 1536616,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeO1M2CRA9TVsSAnZWagAAIdoP/RkAFgDxboMJ6lhGou3i\nMcekZg/hiq+rV79ShmptdsJ7TFMOYFBK7cyZcm2ZY2flVXyCBJ4g262uMm6u\nxNUrJP17h+ritFKdzoVtAtY1Pui0OdFiDEU+P1qs37NduqZnM+EN45Kh6nkt\nDnXnUPSwzolFyweLK7ve50BI7Mm4ykIOz/MKSYFa6VrUT1j2z93mhPLmanK+\ntUb9lqS46pWSy3X/xqPNMbf5Bo0L6AlMMpTlvE9NE5X2HWjyGRVMsKtoxwVg\nZ9hnr/OB342yy/3irXhT3IKmqKt0p5YsyI1hikgaJ+gcCnvir7DFZdETGm5Y\nTgPJscQWUxke5o8LOODz49EJDbtH2nq9Enl9DHCf9Ek3kMQLUUm8FNRPstHO\ns3FaajBAPH4cLPVH9UHnTIts6fIqt90oAryEePk5eQyMq8DkmaaEITFz0i4N\nhycMBy8Erj4WU6NfIWbhbe4XAXRfavT6AmMOkB/AAn2vSRdpmTvDrEtp8ujL\n+dtWrMECINdXFWH+M+IFIUBpUTWPaD2EkizOGqY6O5WySIKE9o0F5W7WwvDY\nUcsWy6BoVCc2QmQiVNrQ8KVySxJglPFnjQDNwnf3ydYeDTMW3kf+3pJiY+4j\npZ3Xf10IrUu4jxe+8VmiGZC20OIT2jN2ExCGQvlPl97xJwOGPy+DNaiBePCA\nLZ8B\r\n=+rf+\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.1.0-alpha.2_1580946230165_0.015294015752652435"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.5": {
			"name": "@luma.gl/core",
			"version": "8.0.5",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.0.5",
				"@luma.gl/engine": "8.0.5",
				"@luma.gl/shadertools": "8.0.5",
				"@luma.gl/webgl": "8.0.5"
			},
			"gitHead": "22992f5595fe92da394511c67f89973ad3d756cb",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.0.5",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-orX53L8+uFu493vGd8n4b1iMpspxPdidGk3MDdAhi4rcKgYmow7gWfDDW/tthP5aRmYAv8CovrcCuNlW/BEy6Q==",
				"shasum": "8b06cce6c4e7ff9a1996e3b415526c7cd211af04",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.5.tgz",
				"fileCount": 12,
				"unpackedSize": 1519688,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePeB4CRA9TVsSAnZWagAA1s4P/3btSEmYSK7aDCLGRhRg\n5ggHds05diCAhIxFd5OwSy+vEyRForZn23sx11t19hAy9LTSFhPlq4rHbkZf\n+uNWTHtOD3ZiSRsexgKxbIR8X9I8sTv+QC+sA2brdeKbGMtHwczrDq6o5Qlr\nKah3xswygMk0xbKdvWxb+222kX3lKxGEsTvedq5mF8jwvw5WVsU4xgzwQnxY\nUQlSrvuAE0csC1Rsk5CXDT9mriia6VlBzxgsY2LMKxCxrdAa3Zl/3oHarrlI\nT/4vTpKQptUpq8eE+jlCb4E7Pqm9vgMxVNf6eNFpVmUBzekb9grVVoWlXH6H\nKd/N+jSX6G7r3RNlOYqwTOXSIUr7lyCrUbbXEjUzjrKPZ05hspa4v1pzLuD5\nG2g61iFYQySj/OHT5qIO8+PrNB5OJguSuCWW64o58cDZr8xjvBYb++v2b7I0\nRZVd1E2otitunmKh9FJAkeMhNHR4Sepsv4jJrDoGGvqyXwaHMuiW0oPbfp32\nc/pbUZdgowOZyrMlh0mo1oqfGTWEglInaggGFt6T+H1AOWK4jkaHjignRQ9A\n1Fj7/4NrNhb266c2h3x4+Sy7a+Qr14lzmBMVrhMxAXmigDDNbl1+DyeL5e/Y\nDyRRrCjmtJJ76OqWcCo24QRuRB8Xab3g70msRKky+nciNw0rp6XH4X4Mp43E\ncu9t\r\n=ur9F\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.0.5_1581113464176_0.3466539941959599"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.4": {
			"name": "@luma.gl/core",
			"version": "8.1.0-alpha.4",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.1.0-alpha.4",
				"@luma.gl/engine": "8.1.0-alpha.4",
				"@luma.gl/shadertools": "8.1.0-alpha.4",
				"@luma.gl/webgl": "8.1.0-alpha.4"
			},
			"gitHead": "3ec457e9d3ef10d99dc10ce9021fc049e15dd896",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.1.0-alpha.4",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-wf6DPCTLo144f8ZiAYwZF2bkss29gqbcOVP4RgjuBO2GKEQHfVz1lK3YrnhxMP5V954r1GJ30CRIh1xARWbGyQ==",
				"shasum": "7b5e4a930cd7b859e05d34a7cd1d3102601eef2c",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-alpha.4.tgz",
				"fileCount": 12,
				"unpackedSize": 1537522,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTxOlCRA9TVsSAnZWagAAKrMP/jh57UnHoZLd9QtNVj/i\n7iGhdiIJ1xULpwBK4vT/0le7dHZsYENqcw5Y21e15EwEqPnWciDILcmDJ6cp\n69CdrwA3MBBM07YNsqjEbn2eIwnI5YufWY2tKNqJj6ihhWphUOu6OUyD1yh9\nnGKyW6omSZu+DFfZigHadE03jMdJybU14SkCPfl9Qj90/8vub5vZa8tVt0Nn\n73wR+KcKiUcN1lscFLJ3t6Lr6bolZYrexfA5wlbEvZWYLb2kIwam+Rq7Vwzj\nafWYW4ZePTjc3WQTn+IEe03NmmjdoJJXMsq72wcBOavGSrAA4CgzQAuG0y02\nbkGRUftRn1ObRDFyBm57/Oo4WSnPG+udEzta+dveXr6tFAXihUG+73EOH7du\nJ8tMhCRjhdEpdHmkpUGWam0mGIGcfQkd5rpgQJkA0P4MY892kdjdNB/T51TH\nIpYmBalou2fYXn+AXTGgsxXXaCrz7s1xu66xKmosJIf/D95HH3Y3B+0Bupu/\n7OVYef9X1vam9+rUiRh4szp+iuy207dtp2hV7D7ZDyBZhZb453uxzohsIn6t\nzFkWjwE/ohLCrsUyW6ohQp5sLBTM/sF6aKsgtetINPTPG1TuO5hgRXEK6ztJ\njN32fL4D2UfvE+N8hBoApQupQLJgE32TJrPF4k3c/Fh2VfOkb8GDrTZ+WBfF\nV+CN\r\n=sWa+\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.1.0-alpha.4_1582240676544_0.8480016312956307"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-beta.1": {
			"name": "@luma.gl/core",
			"version": "8.1.0-beta.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.1.0-beta.1",
				"@luma.gl/engine": "8.1.0-beta.1",
				"@luma.gl/shadertools": "8.1.0-beta.1",
				"@luma.gl/webgl": "8.1.0-beta.1"
			},
			"gitHead": "130560051d72855247007ed19d1c40305344f36e",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.1.0-beta.1",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-dS9APzmhgF9Ipmo8Pwsgr8XR4cFG0IrnI2oZdlJXKrdkFlhLqfu9A5suhYx1HzxcccVnfhDXM/yBz3kbpWXTPA==",
				"shasum": "4fdef06807a5dbe3a8e3a8292a7d92c2c682b88a",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-beta.1.tgz",
				"fileCount": 12,
				"unpackedSize": 1537517,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVGSrCRA9TVsSAnZWagAAv/4P/35ttC32j1669EumK9+c\nQzwApmJ3lHjZiutXNDbBvpxCILg1PeQLSt6CYT/tktf0LDd0X9r52DvseI2L\nBySWYHkBcEkwRuEwLe+sCwhKdHrzGJKaOHBqh02Vrk7ax9bToObvusx8cfCL\nIIvoqTaoyQgmGw/1bK+Fth9xgWN4rZSlsgHQywyzcRbPsjPeMMoTNOMCqBpS\nkae2ghX7t5fgL6OPZ4QHqX1rpKvPT/8vf4idLoq4rSlS3WskkNP+W5axNUNP\nDobAzNP1fb3Pphhj8yYJHfFudyEuFnwmuA2N5kOc7f8cx77PywKMaSKRx/70\nL5QutPjFRsWF90wuv5cu746wIHCE92/E6LalfYKVKbU3ovC24RGNr6j3ikp1\n0RY0PCKbefHxRvlnjQDsrH/3OJZKu/Bzey6ceS3ZBaaQyeb5ZcW1aaUhBIDg\no5QuRH9+lt3vjUeXeUOonYBwg0BBAxOxnR3QRjCg71uHyKLhpWTO3mZrcqGZ\nP5xCH3/XkHhbvLiTPcKiHDKVlOA59joy+CGKQgt/xugspjexVqi7HciSmemb\ntHTGkanyUbzBmxmB2HSNrliXjylioiilOKpCvVWKVk8xDanMkSVtPL69cfEB\nGJsXFdTg1sgQLJoFItYOfoACbk0E26xeclfd3ohHOCJ3inNo1zrO/OsFARVi\nIQry\r\n=jq47\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.1.0-beta.1_1582589099240_0.04989041302884023"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-beta.2": {
			"name": "@luma.gl/core",
			"version": "8.1.0-beta.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.1.0-beta.2",
				"@luma.gl/engine": "8.1.0-beta.2",
				"@luma.gl/shadertools": "8.1.0-beta.2",
				"@luma.gl/webgl": "8.1.0-beta.2"
			},
			"gitHead": "6417f1fff8dabc0fce12fd51a89aa03970e0caad",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.1.0-beta.2",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Ut7efqTXv9TQXN1OWCN1R8tBsMBITZ9TmOzBLCRnuHowDDRDiVxL3o8FgvMRr6SLCxFgclk19Bo2a2PPYmmABg==",
				"shasum": "0e2cbea13b2d041050c31e349ea9429802d6e557",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-beta.2.tgz",
				"fileCount": 12,
				"unpackedSize": 1537603,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXvBUCRA9TVsSAnZWagAAR6UP/AiM7XbxeQhjIBi8JIam\nIjg6sx/sAqqGMOKgcq/B6L8NiPVuXdeFaGRp1fwRK81qzJynzHMox2zrIiPS\n9VkKgSuWmjQM7PHu7TpghVMsKKFqrqvkJS9rEdiRbFAyu6otHNFQQqMhl2rd\nDlXbS1bHhk55qAcvBW55iUCGt6YJW6/eIvyoFGDUkUcKpW15Ouugr3SJnxW5\n9ngXdVcqhQo2Hj0nkTAkM1SukQtu/4ISqf3es7OAiGQMjjS3lAeyTxyhOc5c\nSCwwI09w+Tx6PLvOOqnDJ9bZgUtP5ojDY2tF9eyPlopTj/3cdq0pra5pwEXT\ny6JuY0Ayoq0BQltFp4AUlnLXWbkMc8EMpaAZkXeUtKuWPADqV4N2fPTiRw7P\nWq+2vECRxZPzkvtdCGqlo0FKHeK6vbZ/mqjtamXrnpIR4rHypr73WadPaez4\ncpA6d27UmFNrYSV2IwXd5SctXhJl1eW+X94N4cqaVEuF/GpByY7+Tnm10bUc\nke/zd/6fg3iCdlk9YrXKYXzhT1YNsLH7QlNNMi/m0uJQ8anSt1NH9Qcmo6zA\nK2B0aECzzjFjaPWrXXEltPiKZ4rcdthnIBLS98OYbqqbYfuhNbyP7V4U2rCb\nPscdvfS72hzkhuwk4qskgtvcN2cX80VOsQfX/5zMCLbKt+avP0ZDt6kF5uSU\nSldc\r\n=p4HZ\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.1.0-beta.2_1583280211829_0.7700843888828459"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-beta.4": {
			"name": "@luma.gl/core",
			"version": "8.1.0-beta.4",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.1.0-beta.4",
				"@luma.gl/engine": "8.1.0-beta.4",
				"@luma.gl/shadertools": "8.1.0-beta.4",
				"@luma.gl/webgl": "8.1.0-beta.4"
			},
			"gitHead": "7403e4e1c086f93b150ae61c996e2e2dcced00a5",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.1.0-beta.4",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-4FuwFP/bgflhN1/+XgjWINxVPRqg5rw/NAK5xz7E1wmZdQ64BNnA76lcwDVSqzP2kbJrAkeHnHVK8dvSkHdHOw==",
				"shasum": "cd725db30b629dbd29af5f11b9a00f019de70cf9",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-beta.4.tgz",
				"fileCount": 12,
				"unpackedSize": 1537775,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJebB0pCRA9TVsSAnZWagAAnWEQAIWrNEhWRmlTWRXXi+BG\nt97CvGt4ouzT4JOwjQZevsxnz0P7BDI2U3Cxux9tFJtEdSyn6+Fy8MDSTUtg\nKP5bmT0XLaEOGNn3SHJlmGVPmq2DgnVCxRBtboGcr9zotIIxC2ElUyly49l+\nl1u4GEGaDYNrNpTrn/snMoetI7Mc9oz9HDxYi2bNL2iHfsv9V3pPFHli4uOs\n9cJxqVeTgrRR9maoVdqwypG+PqREiPPuX3vAWQK5wUboHbBA+irlNwAzrTfi\nJgd2bOMjivOVDLETFSNb7naXqKeVGWtTNfm8wJhwPK/51QYeheqiTM1N2QFc\ngWD9Yfp7p9EuLG+6EkLBDlhyogCPDP0X6ud150exSYRBtzeEXyxBRZN0LuaI\nuz9q3qK9d7IwNGj10IihZ0Yzd0niQhIQEsJ9eNED6hI0xRBCmu15noql/kRO\nMSrN0arkQobeOitDOtZXYGkjLVbD0kc3FBH7BHx/GcD1iEUgM6GCGB6ivj4/\n4xYcVlIemNL4HOaaWDcVgC1NyLCYoPz1NJADJpxNoXO7Bd9cTjVSkZqiGIRF\nXxAYihBn+g58ajYiO+RaPvp6/8NVYmIkyoNMwU9i2j1j5CQVNr9dPKO/wQgs\n64p7kKtAWB3P6F5zmEQuYssZqHMyswNqp3m2YtLcsKSoY6/qo+klghE0ByR9\nzaPI\r\n=vamF\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.1.0-beta.4_1584143657061_0.7702109385793598"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0": {
			"name": "@luma.gl/core",
			"version": "8.1.0",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.1.0",
				"@luma.gl/engine": "8.1.0",
				"@luma.gl/shadertools": "8.1.0",
				"@luma.gl/webgl": "8.1.0"
			},
			"gitHead": "4ab9e214f52398c19bb0df0ebb97f84b65e0c1aa",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.1.0",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-zZwbO5tledK032jFBKA5zh6EG42bgocjc8sqpSFVrVyCXYlG6LMBsHQf7fEqpM/vUuQWdLqCvM3NsLzHrB97rA==",
				"shasum": "be1e1225ee442cfad1e604e86eb555d049bc5db3",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0.tgz",
				"fileCount": 12,
				"unpackedSize": 1537740,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecRB3CRA9TVsSAnZWagAA4KwP/jtsai2JSYA0vLgeoPjc\n/oclLhoQqHmJRqNPGWb7mSmM+gai5xsZzpuZ+PfS+z8u9ub0pYMnttfcZgbP\nUoGg/HFdyMXqzKN43W8L1NCoHLHvJaLgyi2m+4e7X5ldTq+AbJncDWN0UT/C\n3r1I7+ggt2YlTkgbGVQ9BD3Mo/1wSuA29TSKLxkpKRZF70ZoHbiwcLs9hLqB\nl+GfiwfZFHPPAbgI9sCUuutcQp0i2fOJG9IsSnapAo32dkXfR+8JsLve4vxv\nFJagr9NvZ777ZF9ezl0v9oa8he++8Bbu4SHyVhIKgzyM1f0RBmmpaXlJLGAc\n+fh1Yc0ZAjUZWtsxANXRKu1HRrVsN7oPW8zLbFJMXG8bdpByZpofUBvrnCRq\niuMXjLPe7qUt8g2/ajqXNfJgHK6BWP4lgZn1zknO0DtcXUHj+NA3wzx19fJP\n8JjBR1gYhEFoecqOSCc6bKWRI1yUDXaK819PtxUvIX8ErUVD8Z87Z6gK2YAf\nDKbKr4htL8VA8O1bmiPSSRJxSsCpQ1salLMOYBAIWXbtrlVhR3sY8aVcnuAb\nexezdjrIHD+sbikKwtYmkYADRy4lsunlL3K0VeEFC6EGaAf+ABrBIXXwikFe\nRyKARigh1etaJSER6tlE7DV8+qPrSojcG0DD+aeQS3Kk+cCxACBZ/LVcAU+Y\nNL//\r\n=FY+D\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.1.0_1584468087061_0.8593611064824167"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.1": {
			"name": "@luma.gl/core",
			"version": "8.1.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.1.1",
				"@luma.gl/engine": "8.1.1",
				"@luma.gl/shadertools": "8.1.1",
				"@luma.gl/webgl": "8.1.1"
			},
			"gitHead": "4400f4aee7f8ea408f6952c01dc580973f4a821e",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/core@8.1.1",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-xPl/fWviTOdYN+OLxDoUU6+DpJR2lyQ82ftFZ0UDS0duq6xTsYrEAxhEXO1akhSrjmtLQRn0DAhJyPXtPxTs0w==",
				"shasum": "ea222343649f5d7923f7208fae510c72113a9584",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.1.tgz",
				"fileCount": 12,
				"unpackedSize": 1537780,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenhFJCRA9TVsSAnZWagAAewoP+wYEG6UYweDza6sM4b8S\nFVuh0YPEDyPwDuOgioLC78AK96NvXvBQ5qKn47ka2M7Y9YlMLBDIMp4WiVt8\nIYUgnKXySESoQpuSuXU8X2PWigRra707ctnHQjbJ++noiSdrd053BlUTz4oQ\nPqk+Y/ZY4NNFNFmPke10sQymFiap1Cyj398NA2SHXJXCB/aq0gei6q+FFYSe\nXDiLGTQ/p5p11lSeGn28K9aqk5XFs5jIsarHk/sISjWFUUQzTSgkgsk5yaDD\nu0GL21FUYfj4iqp/jWQ3NMXLrJhVHzXPIWNpR9ie5njvry7RZkcsFSh5c1Sb\nV87YxeDSPP8bQslYEG90B66ugzS3Czzvq6n++ygyN0zK/x+5YY3s4MPQ8Bwg\nFiYg4LiAVlvuhmXVJwbh+KWcRHj7EG+lTYmr53nEPIef3h/8Lk0YbEy+I++W\n/KeAUX/RDpDtCQqakGCzrj2BHcj5cMZ9jWRGscqNUo/WtEFk34LKVSmZdH+b\niqw5VGZXbiPLcSQM8id0APhfGjEATWghMVOdeKBrhaWDqZwr6BLo4lJdydmJ\nvAFy0lNASE59+bRhxtfQxSg20//Y/czP/J/BvVsJbywiMC4bkv8zdwpAxj64\n2StKeUqQecC2DSPkojSqZnlgs9PObIok6yQ5uipzrYv7NoQ88I6sudK7+5bL\nMa/u\r\n=q12o\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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.1.1_1587417417380_0.7405591012322263"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.2": {
			"name": "@luma.gl/core",
			"version": "8.1.2",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.1.2",
				"@luma.gl/engine": "8.1.2",
				"@luma.gl/shadertools": "8.1.2",
				"@luma.gl/webgl": "8.1.2"
			},
			"gitHead": "3a8b3f262b401068dad3cb0f91305d4ee93aeec8",
			"bugs": {
				"url": "https://github.com/visgl/luma.gl/issues"
			},
			"homepage": "https://github.com/visgl/luma.gl#readme",
			"_id": "@luma.gl/core@8.1.2",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-l3yovFtqpY4LCRj0LRJFXv4fnC8tVGoEYpTPbt+wAW2yal8CGfAlODpd7h176yl+R/upq5PqX108/2G2NBk22Q==",
				"shasum": "9d0b3c50b3aaf86adcef0318191611ba32a05f82",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.2.tgz",
				"fileCount": 12,
				"unpackedSize": 1538058,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqPq/CRA9TVsSAnZWagAAfxkQAKKIjfPrR+2cispgiu4g\nTp0aGOyG2BxgcZ8vDYIb7uP5Ijvja4vPojnDnrHkfcfRbfm8ORXTiwPckimr\nLyJK5kPdUueoXF39hg0Wtoj0cCZnfhV4v2jPPW5mn4E7neSyeUx3QGMgFM6S\ncD40ZPynOCtYpdJN0WvTBz/ipt1I7k9b6jLsP0Eq7VX0PilOQFbO3LRr8n2c\nE42EU0qNz2hPgkg3koVIFrMk8cyULkfCOEKUwAeMbcCN2TynUVWaGAq5/ZX0\nvOexpXaBqB30KOxGQhomgiVnc6x6wK77VVnKXIuLE97oyjStRBtu0Osg62KE\nXVm7s5HD9laO9NS8FhSlhff6acSPcqAVUvBhiTlaqhQ+hhYD+v4358q8fE0y\ncGVkTLmDZEJ2Llm87sAtTPgGEUVg/fW/x11NmrNh54GVUIcvFMowqrYAE8kk\ndC5OOK9ju3AKQswpTdJUf7Dy8VReb7a+X6O+EXuIlvq8vCU+JwaXlwFBlFr/\n1h8lTJjpWKIUj30DxRHv1a1I0agSaR9AssBU/qkxtlyC8Oc+xZXyIjtVTK6T\nrhm/zDBVZTM6L8Id2TTMiBpNBOyf4TZ9r0enx92qYAuPvctuiK1k4HlcHlyG\nFN/nJQp8rSRKzgKQKoaM+shHAhsrtyYL8vlRCurWgfj5zPh8MIBHuo90jfYa\nK+Ui\r\n=GDKr\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"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.1.2_1588132543010_0.5543686177427982"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.3": {
			"name": "@luma.gl/core",
			"version": "8.1.3",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.1.3",
				"@luma.gl/engine": "8.1.3",
				"@luma.gl/shadertools": "8.1.3",
				"@luma.gl/webgl": "8.1.3"
			},
			"gitHead": "757c0c05617e902f37fc517ef8d97c3075e2ba4e",
			"bugs": {
				"url": "https://github.com/visgl/luma.gl/issues"
			},
			"homepage": "https://github.com/visgl/luma.gl#readme",
			"_id": "@luma.gl/core@8.1.3",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-/kp55gDx+uYG90d2aYkOioXOGkHiChiAhRp10HSTf15eYUoOkYkRWECMk2Pn1Hk3luHnCcisZoteTimITcSBFw==",
				"shasum": "71fcd223b279741b13629fb37049096418d164ce",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.3.tgz",
				"fileCount": 12,
				"unpackedSize": 1538058,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2qgaCRA9TVsSAnZWagAAlGwP/2Anxh7HiL7AAOJYWqN/\n5jtbgmml9/ZnuUJH5o88a9nqCUy9wLayPHhz6MTc7HqQvsCzGJaCtkMH1HVD\nFapkG3qXBGDa5MFR3oNdOl9A4Gs+6DPL93vuvbHiWTyjPFQ9ChxnNAYdv5L9\nYiboiKfsn2Ir0QL382ngOE+GS3lHROMxV4FaxqGujhPp3RyMbDCdnZXPMh5C\nfyhH17TamNDnVr719zzTSsbOpsLTlCOL6LAnLmR0A5p5zZNL8mZGmkoibOgz\nL6zE6EySdDLbWfy9w5UjvEVjdELSNhm+gMEpi8QvjWPjVfdykiX2r7bgNp1j\nwqRmuq5ENBnuTkAwUTTOiuNRr0kopp3s8THbzzVrQfX2mZWIuA8z2JRtXzAg\nTDx38u1/aaTyn2xMF1vuNiuboZs/IKaY+Iyqn1MgY5mgySNIeXGOOOipR1O4\n+edJywHTDwxb0YKNoYVBKD6FM7UEn0APfT0FYy7cyLY8VzdlAtWlHpQYfJTM\nSFrpU2LPO4yzy0UeTPsotPtt7j0m7zdKoDl7waKsK/hOkHAX8I5D0nJqaqVX\nPGVhTWexD0CPtQvkq8JxLcHH9XMbraoE5CHScXYGMk+sUY/6xJLyGvD81D3d\n4W/fvChIeJVLP47EMSSk4OzeYhBLeplMGp6ulON2ZH1qp0lOQy4v08GzRa2a\n3tQv\r\n=097k\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"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.1.3_1591388186011_0.825749028014072"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0-beta.1": {
			"name": "@luma.gl/core",
			"version": "8.2.0-beta.1",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.2.0-beta.1",
				"@luma.gl/engine": "8.2.0-beta.1",
				"@luma.gl/shadertools": "8.2.0-beta.1",
				"@luma.gl/webgl": "8.2.0-beta.1"
			},
			"gitHead": "6f5d8f8b9368aa9672980ad0151e7e5a023c1ce0",
			"readmeFilename": "README.md",
			"bugs": {
				"url": "https://github.com/visgl/luma.gl/issues"
			},
			"homepage": "https://github.com/visgl/luma.gl#readme",
			"_id": "@luma.gl/core@8.2.0-beta.1",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-IzvwMuWbI7YkLOCyDeQJ6DmYvFFHxmpreVyr8Sgoem8IOe1TwOx5fhHt6BhJKEDAl0p7A4V80EW8bQCN8O9TZw==",
				"shasum": "958dd4e8ebc14bfd8291e3d27aece3288caaa8da",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.2.0-beta.1.tgz",
				"fileCount": 12,
				"unpackedSize": 1536517,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7ACACRA9TVsSAnZWagAAx5wP/2Vsz7bvpSRgNx7qsH+B\nGPj0eLF6y8me9xPzct44hqFzvXY+YIn/pW73Pe3i85tenurv4RszfehMw/rS\nMZ6trToanw+tc3Hd4pAxb8wIoxIqhQ9q4ueXmUfZuUVcj5HU4IHkMLx6HfoG\nuPhdD0dyNQ3ANJu4wNsYFa/dQtFR3OJfJsky2SkvmAvKF14hHHXbkU7TyVGI\nobCehm/xko43K4RJlXIjsMyZh7idpjsjtqzkagMInKNUHTyim3bnUUWxCLWV\noFb1itCIV1a2cNZIkxV9biQRfUh7RognI3y9dH+OllFiVemQWAl19QOBMPgW\nNl8pvs+LJ70SKhYoWNpcK8un7EHIuadQpqqvWfpwwL5uC9Om7IoRcYsFfTCn\nbWwal7YSnGaOeuiHs1unR//tftFF11l3ifXsYMuXVYXOAVpAryuik8uZTQt7\nImF+2Z29uFyEL0n/DKNOmXJ09y5R6mr1o406m4+wv1HYn68TnIB1UuukbwOA\n/T2YB09SXdryLv2umMb2iA5R4fMgQD7rxNywYaT5U2bFeO1qPgLdffbE/AyK\nkC0OoT8Y0kZYSo7i/sRjhiRz2MljYCU8+SV2Z/7FCOanp51NNMl3fQBC0J2m\nOhaP7yasu1zEHbjp2YI+aXSWkx5A8s6UNCGqwnioQn4zEApjvggKOGuj2FPL\ns2Xz\r\n=Mde0\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"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.2.0-beta.1_1592524927729_0.7059758183705831"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0": {
			"name": "@luma.gl/core",
			"version": "8.2.0",
			"description": "WebGL2 Components for High Performance Rendering and Computation",
			"license": "MIT",
			"publishConfig": {
				"access": "public"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/luma.gl.git"
			},
			"keywords": [
				"webgl",
				"visualization",
				"animation",
				"3d"
			],
			"main": "dist/es5/index.js",
			"module": "dist/esm/index.js",
			"esnext": "dist/es6/index.js",
			"sideEffects": false,
			"scripts": {
				"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
				"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
			},
			"dependencies": {
				"@babel/runtime": "^7.0.0",
				"@luma.gl/constants": "8.2.0",
				"@luma.gl/engine": "8.2.0",
				"@luma.gl/shadertools": "8.2.0",
				"@luma.gl/webgl": "8.2.0"
			},
			"gitHead": "7f06b69b4bb78dbd9b8497ef74af73a19c80786f",
			"bugs": {
				"url": "https://github.com/visgl/luma.gl/issues"
			},
			"homepage": "https://github.com/visgl/luma.gl#readme",
			"_id": "@luma.gl/core@8.2.0",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Tz/vN5NnMGKQcbkwU8/5ALeZurZL0HEePpVePtlC7BKUtiAcSWyUXdh+xdU6iBS6Uo3Rck0yvFYcpQl8L84uFw==",
				"shasum": "935ae202826f91260bf9b89e69ecad259e5d13e1",
				"tarball": "https://registry.npmjs.org/@luma.gl/core/-/core-8.2.0.tgz",
				"fileCount": 12,
				"unpackedSize": 1536576,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe95+BCRA9TVsSAnZWagAA8AcP/igTyWgCvhJT73lzqjHK\nxSm2j6hHzmxW2q5DknGj2D0fVcT6+lk7qerRG2lsD3J1qPNVO2K1jKas4ahG\ny5TiefMN9Pmf/xCCN+qvneMhyaGDDDOalHIOp4mMV4M2neRociyRf9Z9i7wp\nuE+5N3rcOY3AsbSvBHs4oEal7vV/DPnTLVoh0N57Q7Tm6PtP2i/EBI1uubz+\nECzkJPilT1BF0SbfBQ7AnlExtpzZR9wJEPTrkaNttXU1d2HY6vVFHZEJ7Jfk\nMbV7cZD7gbaDH1Jfz+omwYOEG0uNFbmWOM2CZXXo5tPT6rhRFlLgdhz50WrS\n5nUbeaD/iPUCoCubQuOGX99JQcoEs0pPGzZKHjSA0MqN8F9uxiaOzTZfws24\nrSF4DPqIzYnJWwAHsdTtoxsgKWODIP8NERgZtUbv4mN7jBsd2hIol7jwfCXP\nWDzW5otFWlMOPwNll1f92pxXocWSjAbVOPZsjtif8EW7d5t6h8iHL+151kpA\nWNA5C6dgq1IChoXadIl+wdUroS7MONPLPdrn0vc9F3H08aOTGybUbrvUUY6m\nR4R95c/hOjCRnb3h+PaEzZxvmi7CzJzRHx3O6CthYcBcdx53KZQns7xezOyv\n7kIBZtPJWOQqK4OwwlHKw+xGHRIGcJk2WT5k9FbyyLp759uKVeiX56TNgwlI\nOYDI\r\n=FXRC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "chandu@uber.com",
					"name": "1chandu"
				},
				{
					"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"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/core_8.2.0_1593286529233_0.47653923705083834"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2019-02-11T23:30:05.785Z",
		"7.0.0-alpha.8": "2019-02-11T23:30:06.142Z",
		"modified": "2020-06-27T19:35:32.809Z",
		"7.0.0-alpha.10": "2019-02-12T19:08:45.745Z",
		"7.0.0-alpha.11": "2019-02-13T23:25:35.516Z",
		"7.0.0-alpha.12": "2019-02-20T21:34:44.560Z",
		"7.0.0-alpha.13": "2019-03-01T19:54:37.585Z",
		"7.0.0-alpha.14": "2019-03-11T18:38:25.784Z",
		"7.0.0-alpha.15": "2019-03-12T16:54:13.232Z",
		"7.0.0-alpha.16": "2019-03-15T21:01:59.545Z",
		"7.0.0-alpha.17": "2019-03-15T22:11:28.053Z",
		"7.0.0-alpha.18": "2019-03-26T00:05:12.471Z",
		"7.0.0-alpha.19": "2019-03-27T17:51:29.452Z",
		"7.0.0-alpha.20": "2019-03-28T18:06:39.513Z",
		"7.0.0-alpha.21": "2019-03-29T00:36:10.220Z",
		"7.0.0-alpha.22": "2019-03-29T16:11:58.934Z",
		"7.0.0-alpha.23": "2019-03-29T23:13:37.946Z",
		"7.0.0-alpha.24": "2019-03-29T23:45:51.313Z",
		"7.0.0-alpha.25": "2019-03-30T00:07:04.415Z",
		"7.0.0-beta.1": "2019-04-01T18:40:31.566Z",
		"7.0.0-beta.2": "2019-04-02T19:44:55.632Z",
		"7.0.0-beta.3": "2019-04-02T21:00:44.143Z",
		"7.0.0-beta.4": "2019-04-03T22:06:43.710Z",
		"7.0.0-beta.5": "2019-04-04T21:56:17.674Z",
		"7.0.0-beta.6": "2019-04-05T19:11:39.321Z",
		"7.0.0-beta.7": "2019-04-10T16:57:16.702Z",
		"7.0.0-beta.8": "2019-04-11T21:33:39.035Z",
		"7.0.0-beta.9": "2019-04-12T21:40:23.375Z",
		"7.0.0-rc.1": "2019-04-14T20:58:59.944Z",
		"7.0.0-rc.2": "2019-04-16T18:59:45.185Z",
		"7.0.0-rc.3": "2019-04-16T19:11:33.321Z",
		"7.0.0": "2019-04-19T20:35:46.004Z",
		"7.0.1": "2019-04-30T18:50:53.874Z",
		"7.1.0-alpha.1": "2019-05-09T20:10:42.093Z",
		"7.0.2": "2019-05-21T02:28:53.861Z",
		"7.1.0-alpha.2": "2019-05-21T14:09:18.055Z",
		"7.1.0-alpha.3": "2019-05-21T18:17:20.041Z",
		"7.1.0-alpha.4": "2019-05-22T20:08:42.183Z",
		"7.1.0-alpha.5": "2019-05-30T23:06:39.224Z",
		"7.0.3": "2019-05-30T23:49:00.914Z",
		"7.1.0-beta.1": "2019-05-31T21:10:30.801Z",
		"7.1.0": "2019-06-05T17:53:09.736Z",
		"7.1.1": "2019-06-07T20:19:10.392Z",
		"7.2.0-alpha.1": "2019-06-25T05:52:52.611Z",
		"7.2.0-alpha.2": "2019-06-26T23:06:55.442Z",
		"7.2.0-alpha.3": "2019-07-18T22:14:09.491Z",
		"7.2.0-alpha.4": "2019-07-22T18:26:14.386Z",
		"7.2.0-alpha.5": "2019-07-26T04:40:49.538Z",
		"7.2.0-alpha.6": "2019-07-27T06:42:44.140Z",
		"7.2.0-beta.1": "2019-08-06T16:53:20.823Z",
		"7.2.0": "2019-08-10T00:39:55.074Z",
		"7.3.0-alpha.1": "2019-08-21T20:28:12.819Z",
		"7.3.0-alpha.2": "2019-08-27T22:35:58.687Z",
		"7.3.0-alpha.3": "2019-08-28T20:03:48.693Z",
		"7.3.0-alpha.4": "2019-08-28T21:44:53.447Z",
		"7.3.0-alpha.5": "2019-08-29T15:54:02.958Z",
		"7.3.0-alpha.6": "2019-09-04T16:19:03.433Z",
		"7.3.0-alpha.7": "2019-09-06T19:00:00.163Z",
		"7.3.0-alpha.8": "2019-09-12T20:42:04.838Z",
		"7.3.0-alpha.9": "2019-09-13T23:22:22.306Z",
		"7.3.0-beta.1": "2019-09-17T18:20:08.140Z",
		"7.3.0-beta.2": "2019-09-17T23:58:02.182Z",
		"7.3.0-beta.3": "2019-09-24T23:52:11.200Z",
		"7.3.0-beta.4": "2019-09-25T18:19:14.313Z",
		"7.3.0": "2019-09-26T21:59:53.354Z",
		"7.4.0-alpha.1": "2019-10-01T22:15:42.793Z",
		"7.3.1": "2019-10-03T03:00:11.500Z",
		"7.4.0-alpha.2": "2019-10-04T23:01:23.620Z",
		"7.3.2": "2019-10-15T21:24:58.676Z",
		"8.0.0-alpha.2": "2019-11-08T17:28:28.157Z",
		"8.0.0-alpha.3": "2019-11-11T20:08:15.059Z",
		"8.0.0-alpha.5": "2019-11-13T16:50:24.804Z",
		"8.0.0-alpha.6": "2019-11-25T22:19:31.326Z",
		"8.0.0-alpha.8": "2019-11-26T15:05:24.784Z",
		"8.0.0-alpha.9": "2019-11-26T15:17:34.101Z",
		"8.0.0-alpha.10": "2019-11-27T17:21:53.846Z",
		"8.0.0-alpha.11": "2019-11-28T01:16:18.901Z",
		"8.0.0-alpha.12": "2019-11-28T02:27:55.987Z",
		"8.0.0-beta.1": "2019-12-02T20:16:53.243Z",
		"8.0.0-beta.2": "2019-12-07T00:57:32.289Z",
		"8.0.0-beta.3": "2019-12-13T02:20:29.807Z",
		"8.0.0-beta.4": "2019-12-16T21:36:24.200Z",
		"8.0.0": "2019-12-21T02:55:46.708Z",
		"8.0.1": "2019-12-23T21:08:17.160Z",
		"8.0.2": "2020-01-21T20:33:46.353Z",
		"8.0.3": "2020-01-21T20:51:59.586Z",
		"8.1.0-alpha.1": "2020-01-29T21:04:33.538Z",
		"8.1.0-alpha.2": "2020-02-05T23:43:50.400Z",
		"8.0.5": "2020-02-07T22:11:04.349Z",
		"8.1.0-alpha.4": "2020-02-20T23:17:56.730Z",
		"8.1.0-beta.1": "2020-02-25T00:04:59.496Z",
		"8.1.0-beta.2": "2020-03-04T00:03:32.023Z",
		"8.1.0-beta.4": "2020-03-13T23:54:17.267Z",
		"8.1.0": "2020-03-17T18:01:27.329Z",
		"8.1.1": "2020-04-20T21:16:57.504Z",
		"8.1.2": "2020-04-29T03:55:43.191Z",
		"8.1.3": "2020-06-05T20:16:26.232Z",
		"8.2.0-beta.1": "2020-06-19T00:02:07.906Z",
		"8.2.0": "2020-06-27T19:35:29.473Z"
	},
	"users": {},
	"dist-tags": {
		"beta": "8.2.0-beta.1",
		"latest": "8.2.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"035c8d0faa19245c36465c4821377beb\"",
			"fetched": 1600326174000
		}
	},
	"_distfiles": {
		"core-7.0.0-alpha.8.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.8.tgz",
			"sha": "4f56e12e3cb099eda55cfaf51d2c2ab0dbc63015",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.10.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.10.tgz",
			"sha": "2145a2995a68a04fda7b458abb6b9c0ec6c5dae2",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.11.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.11.tgz",
			"sha": "c71b58a0183c02fda5f6df2534196cfc0d5f0eb0",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.12.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.12.tgz",
			"sha": "fdf4b57d5a3b1cc7ee48caa84f1d783d0afcd379",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.13.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.13.tgz",
			"sha": "5791fe0c8581f6ee0562bfd6bf055f2df869db7f",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.14.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.14.tgz",
			"sha": "f9692265c43556f674961716fd4470e618e43da2",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.15.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.15.tgz",
			"sha": "73b37e3aef8760412207a3be0cddbcfeb326701f",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.16.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.16.tgz",
			"sha": "452e4b315c37ccadbd0a4676c661e138c401c8e1",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.17.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.17.tgz",
			"sha": "ed66fd790e2870285fe5e10b4676f310dae6887b",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.18.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.18.tgz",
			"sha": "bf38cd32b3d9843c69384c2580d97cecc9e6a4ca",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.19.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.19.tgz",
			"sha": "e8571f9093af1ba779f57022bbd53435c5348e68",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.20.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.20.tgz",
			"sha": "030b3b6cd4d2a4cfa02be4cd251b63197a00e081",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.21.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.21.tgz",
			"sha": "b6941bf43ccb7b77a1956d49dd8ee02d8a751f23",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.22.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.22.tgz",
			"sha": "855607f0ce6ca3c1310d532ac32c9e18b3bf4faa",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.23.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.23.tgz",
			"sha": "d443e450ec01d72e6457ea3a17882dde1d501dc1",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.24.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.24.tgz",
			"sha": "3025f43f2bd0f3004f87a9e70556bf652e994f58",
			"registry": "npmjs"
		},
		"core-7.0.0-alpha.25.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-alpha.25.tgz",
			"sha": "91443c0af1f0006f721711edcbdf3ea45e112224",
			"registry": "npmjs"
		},
		"core-7.0.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.1.tgz",
			"sha": "b9a40385ac4b72f1a065e89007fa026de4396c7e",
			"registry": "npmjs"
		},
		"core-7.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.2.tgz",
			"sha": "4e0e10b750f406f2d12625258d0f52319dad1451",
			"registry": "npmjs"
		},
		"core-7.0.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.3.tgz",
			"sha": "d7b7fbd89568d870a50670e524b9c4ad77e8e4a9",
			"registry": "npmjs"
		},
		"core-7.0.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.4.tgz",
			"sha": "b15990a30ca5cf9feab6c8412fde5f696afb86e4",
			"registry": "npmjs"
		},
		"core-7.0.0-beta.5.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.5.tgz",
			"sha": "429c524389f0208cc83390a1e9534babed294ded",
			"registry": "npmjs"
		},
		"core-7.0.0-beta.6.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.6.tgz",
			"sha": "9acdacf5cc03f6696556e10c9b90d3faa3f3ff06",
			"registry": "npmjs"
		},
		"core-7.0.0-beta.7.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.7.tgz",
			"sha": "492493694ed6326b9b4b53a9e569bd3f59255e90",
			"registry": "npmjs"
		},
		"core-7.0.0-beta.8.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.8.tgz",
			"sha": "64ba5e8d7b0033b4d05f6c026beb901d5d434f18",
			"registry": "npmjs"
		},
		"core-7.0.0-beta.9.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-beta.9.tgz",
			"sha": "6931ab90bf97730ead38a77399ad132caa40843a",
			"registry": "npmjs"
		},
		"core-7.0.0-rc.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-rc.1.tgz",
			"sha": "d57c5c0f7bfbf91a086a83cd3625862ccdd823ae",
			"registry": "npmjs"
		},
		"core-7.0.0-rc.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-rc.2.tgz",
			"sha": "030bd211693300b1b1765fedf4e6cb9978c0e835",
			"registry": "npmjs"
		},
		"core-7.0.0-rc.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0-rc.3.tgz",
			"sha": "ca5dd4fc7f691ee9985612f74b945fe967494455",
			"registry": "npmjs"
		},
		"core-7.0.0.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.0.tgz",
			"sha": "b534d17dffaca2690558c092d07435e34e0a6c02",
			"registry": "npmjs"
		},
		"core-7.0.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.1.tgz",
			"sha": "f1612238ebc84182558b709652aadc8759e8d939",
			"registry": "npmjs"
		},
		"core-7.1.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-alpha.1.tgz",
			"sha": "48290f8e44f2fffecd0790c39fb90fcdc130daf6",
			"registry": "npmjs"
		},
		"core-7.0.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.2.tgz",
			"sha": "a412d2450733fb64148627a7e8b5d2106bff54ec",
			"registry": "npmjs"
		},
		"core-7.1.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-alpha.2.tgz",
			"sha": "dcf6e665ec5987eb40ed5527021acdaa3c2a4260",
			"registry": "npmjs"
		},
		"core-7.1.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-alpha.3.tgz",
			"sha": "21b411d25a8b27a44f2446d767a3215bfe3d28a6",
			"registry": "npmjs"
		},
		"core-7.1.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-alpha.4.tgz",
			"sha": "25be0e9568e4e320d45ce26ca60034b33ef5224d",
			"registry": "npmjs"
		},
		"core-7.1.0-alpha.5.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-alpha.5.tgz",
			"sha": "cc975cdaa4ffed72cc2954e9e884e82340e040a7",
			"registry": "npmjs"
		},
		"core-7.0.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.0.3.tgz",
			"sha": "15eb2bfcc7c0ed40af547a4e0165e968ba5377bf",
			"registry": "npmjs"
		},
		"core-7.1.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0-beta.1.tgz",
			"sha": "d52354a866b36a8f92aef24faa83d4b5944dbf8b",
			"registry": "npmjs"
		},
		"core-7.1.0.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.0.tgz",
			"sha": "7395390031a4e939abcda8b52587db242d00c6bd",
			"registry": "npmjs"
		},
		"core-7.1.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.1.1.tgz",
			"sha": "cc9fde5845c2e76b1b1f7a38c6e50ceb49f5bcd1",
			"registry": "npmjs"
		},
		"core-7.2.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.1.tgz",
			"sha": "85edd66d67ed61294edc14d445e092f96c929127",
			"registry": "npmjs"
		},
		"core-7.2.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.2.tgz",
			"sha": "78eb7c17665e4952a615e43e6d816ee27e31d4ea",
			"registry": "npmjs"
		},
		"core-7.2.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.3.tgz",
			"sha": "d9f0a91f9b1b6d054ecd11a4c51f4478eddb2a4a",
			"registry": "npmjs"
		},
		"core-7.2.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.4.tgz",
			"sha": "ccf1fcf59c1f84f56bb040901a5ba401436647f6",
			"registry": "npmjs"
		},
		"core-7.2.0-alpha.5.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.5.tgz",
			"sha": "2d44d2416e29f7a1df8d04b0ab62455279a03ba0",
			"registry": "npmjs"
		},
		"core-7.2.0-alpha.6.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-alpha.6.tgz",
			"sha": "d02df93d526713f31c3e54035a682ec353dddeb7",
			"registry": "npmjs"
		},
		"core-7.2.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0-beta.1.tgz",
			"sha": "b671d33a70cb4ea0817acf11988d36e5d9ba586e",
			"registry": "npmjs"
		},
		"core-7.2.0.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.2.0.tgz",
			"sha": "fc8556ce7c9afe4a352cc795783fac501a2f1e01",
			"registry": "npmjs"
		},
		"core-7.3.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.1.tgz",
			"sha": "3af2bf2023d453fed074cb2846a4701ac69e115d",
			"registry": "npmjs"
		},
		"core-7.3.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.2.tgz",
			"sha": "5e63e835c9019ef17e06330a7c8de541024d779b",
			"registry": "npmjs"
		},
		"core-7.3.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.3.tgz",
			"sha": "0f60cdaa5812b0c24861a352c603a227573e649c",
			"registry": "npmjs"
		},
		"core-7.3.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.4.tgz",
			"sha": "47f785502f66cb9cc246efee77ce94a3bff5eb9c",
			"registry": "npmjs"
		},
		"core-7.3.0-alpha.5.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.5.tgz",
			"sha": "01f3ff5641987e6b23ecd7d047a1a8edd5859118",
			"registry": "npmjs"
		},
		"core-7.3.0-alpha.6.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.6.tgz",
			"sha": "3a75cffe77eb6c2fc45f11d8f4c1863437f213a2",
			"registry": "npmjs"
		},
		"core-7.3.0-alpha.7.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.7.tgz",
			"sha": "e7c813839d0baa7e71705dbf95f8f6c3e93eae7b",
			"registry": "npmjs"
		},
		"core-7.3.0-alpha.8.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.8.tgz",
			"sha": "0abc56dc02797eedfedb340f609daeb4f42e1f94",
			"registry": "npmjs"
		},
		"core-7.3.0-alpha.9.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-alpha.9.tgz",
			"sha": "17e7e297cf7d42cd35b172e70d2eac31b01bf490",
			"registry": "npmjs"
		},
		"core-7.3.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-beta.1.tgz",
			"sha": "27fe5bdc6e44c7a4838263a03a9f832711c43d20",
			"registry": "npmjs"
		},
		"core-7.3.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-beta.2.tgz",
			"sha": "7308212b90fa0b7aeffee1cfc6b56f2fb779998c",
			"registry": "npmjs"
		},
		"core-7.3.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-beta.3.tgz",
			"sha": "ea60fbb51f9de93d522c22b7c53344486b2df082",
			"registry": "npmjs"
		},
		"core-7.3.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0-beta.4.tgz",
			"sha": "02aab73f9585aab25c35f6e97d4a448be7da1e6e",
			"registry": "npmjs"
		},
		"core-7.3.0.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.0.tgz",
			"sha": "9d3c218497abbe23aed63b9195dd7fb9c63b8a8d",
			"registry": "npmjs"
		},
		"core-7.4.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.4.0-alpha.1.tgz",
			"sha": "4628465ffc25bf01ba5dfc7cb379747e9db70dbf",
			"registry": "npmjs"
		},
		"core-7.3.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.1.tgz",
			"sha": "aaaa3e927f1ff72517a1f37183570167b9a241b1",
			"registry": "npmjs"
		},
		"core-7.4.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.4.0-alpha.2.tgz",
			"sha": "e16fb1eec4fbbf67c6efacf87b87907dda1f0b9e",
			"registry": "npmjs"
		},
		"core-7.3.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-7.3.2.tgz",
			"sha": "1d006da99ead3f1a7d6323e5c39e1dd6086f1ecf",
			"registry": "npmjs"
		},
		"core-8.0.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.2.tgz",
			"sha": "bcbb88dcf0e232e598569a2510220d11fc99f462",
			"registry": "npmjs"
		},
		"core-8.0.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.3.tgz",
			"sha": "40ca9ec28c8a2ac7a0b38c2bdeb65765c76b3e9c",
			"registry": "npmjs"
		},
		"core-8.0.0-alpha.5.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.5.tgz",
			"sha": "79b73e49b814a6b0a0b1a6e62a0dd86bfba7ca68",
			"registry": "npmjs"
		},
		"core-8.0.0-alpha.6.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.6.tgz",
			"sha": "33ea8073c2ca8012ee275d35cf7fd87c7e5e6ecc",
			"registry": "npmjs"
		},
		"core-8.0.0-alpha.8.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.8.tgz",
			"sha": "568628f02ce606381c220daebe03286446451321",
			"registry": "npmjs"
		},
		"core-8.0.0-alpha.9.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.9.tgz",
			"sha": "e0e0d8704ce7869a358d43cf4b3f05d877ca7bd9",
			"registry": "npmjs"
		},
		"core-8.0.0-alpha.10.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.10.tgz",
			"sha": "7f245233b37978be5a3fc1c6ddfb23fa5ed0990f",
			"registry": "npmjs"
		},
		"core-8.0.0-alpha.11.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.11.tgz",
			"sha": "6d151b588fe9450abc697975c82316bb2b8b8924",
			"registry": "npmjs"
		},
		"core-8.0.0-alpha.12.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-alpha.12.tgz",
			"sha": "2e95e10cd7b90bb3dd20835273af7155e3ab4118",
			"registry": "npmjs"
		},
		"core-8.0.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-beta.1.tgz",
			"sha": "fe22310d390ddc256f395a036ffc6f1a8b8a3343",
			"registry": "npmjs"
		},
		"core-8.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-beta.2.tgz",
			"sha": "5e5d8990c64f095b97e4bd30583471c953d2ff18",
			"registry": "npmjs"
		},
		"core-8.0.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-beta.3.tgz",
			"sha": "81b808c2c52de7f7c63b0a8d578a22ac9ca8c923",
			"registry": "npmjs"
		},
		"core-8.0.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0-beta.4.tgz",
			"sha": "bfd6a68dba4ecaab701d0de527580254615ff762",
			"registry": "npmjs"
		},
		"core-8.0.0.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.0.tgz",
			"sha": "19b6ee0e72238fcd98d96309e1c1f883731fde7c",
			"registry": "npmjs"
		},
		"core-8.0.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.1.tgz",
			"sha": "7401a3c802183885d3439de1aae3cd49ad8cfd8f",
			"registry": "npmjs"
		},
		"core-8.0.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.2.tgz",
			"sha": "7092419df58c6b8b73a1e3c8e56fb8a932c07166",
			"registry": "npmjs"
		},
		"core-8.0.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.3.tgz",
			"sha": "7befb15991ab89323a450095c2e28ec9099510d0",
			"registry": "npmjs"
		},
		"core-8.1.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-alpha.1.tgz",
			"sha": "cfd38bd0ba7f9f8b5b5f30feb741e3674cb97379",
			"registry": "npmjs"
		},
		"core-8.1.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-alpha.2.tgz",
			"sha": "3a8054b4d29f05398ffd945cbb548168d85457a6",
			"registry": "npmjs"
		},
		"core-8.0.5.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.0.5.tgz",
			"sha": "8b06cce6c4e7ff9a1996e3b415526c7cd211af04",
			"registry": "npmjs"
		},
		"core-8.1.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-alpha.4.tgz",
			"sha": "7b5e4a930cd7b859e05d34a7cd1d3102601eef2c",
			"registry": "npmjs"
		},
		"core-8.1.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-beta.1.tgz",
			"sha": "4fdef06807a5dbe3a8e3a8292a7d92c2c682b88a",
			"registry": "npmjs"
		},
		"core-8.1.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-beta.2.tgz",
			"sha": "0e2cbea13b2d041050c31e349ea9429802d6e557",
			"registry": "npmjs"
		},
		"core-8.1.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0-beta.4.tgz",
			"sha": "cd725db30b629dbd29af5f11b9a00f019de70cf9",
			"registry": "npmjs"
		},
		"core-8.1.0.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.0.tgz",
			"sha": "be1e1225ee442cfad1e604e86eb555d049bc5db3",
			"registry": "npmjs"
		},
		"core-8.1.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.1.tgz",
			"sha": "ea222343649f5d7923f7208fae510c72113a9584",
			"registry": "npmjs"
		},
		"core-8.1.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.2.tgz",
			"sha": "9d0b3c50b3aaf86adcef0318191611ba32a05f82",
			"registry": "npmjs"
		},
		"core-8.1.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.1.3.tgz",
			"sha": "71fcd223b279741b13629fb37049096418d164ce",
			"registry": "npmjs"
		},
		"core-8.2.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.2.0-beta.1.tgz",
			"sha": "958dd4e8ebc14bfd8291e3d27aece3288caaa8da",
			"registry": "npmjs"
		},
		"core-8.2.0.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/core/-/core-8.2.0.tgz",
			"sha": "935ae202826f91260bf9b89e69ecad259e5d13e1",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"core-8.2.0.tgz": {
			"shasum": "935ae202826f91260bf9b89e69ecad259e5d13e1"
		}
	},
	"_rev": "2-2dd3e8f8023146bc",
	"_id": "@luma.gl/core",
	"readme": "# luma.gl\n\n<h1 align=\"center\">luma.gl | <a href=\"https://luma.gl\">Docs</a></h1>\n\n<h5 align=\"center\">luma.gl: WebGL2 Components for  Visualization</h5>\n\n\n## Overview\n\nluma.gl is a set of WebGL2 components for high-performance GPU-based rendering and computation in the browser.\n\nIt is the engine that powers applications and frameworks like\n\n* [kepler.gl](https://github.com/keplergl/kepler.gl) WebGL based visualization overlays\n* [deck.gl](https://github.com/visgl/deck.gl) WebGL based visualization overlays\n\n\n# Installation, Running Examples etc\n\nFor details, please refer to the extensive [online website](https://luma.gl)."
}