{
	"name": "@luma.gl/gltools",
	"versions": {
		"8.0.0-alpha.2": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-alpha.2",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-alpha.2"
			},
			"gitHead": "07e2a074d37155ea97f16d1ee7b627284acc4840",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-alpha.2",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "lerna/3.14.1/node@v11.9.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-CherauPgxowwKVFhjP6QuFGrYkIdOR4PmWTur7cDTmqBHiyoD+Vu5ECPua7VIV6JI6lf6lkPO7Oji8UXCfnSgg==",
				"shasum": "a685a15e4f2086c0a10951940d4ec0b8f4eaaadb",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.2.tgz",
				"fileCount": 123,
				"unpackedSize": 599528,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxaW0CRA9TVsSAnZWagAAs9gP/0bVbmu8wLsLhu1UxHS0\nycjkzP90Z0KNEnt31q/LxMvGatbjOeQNtp9Qx6g5jYoJOm01ytKrOmPoXvih\n4C1gYt2XASMQUKiF84bA6lIETq0ZnjhxSI+YIBE45d+/S56HmIRrEFTp5Jzf\nXPiprQE+cqWppeVAJ6QUO48/czIr1RkY0kz9OW5nwHm4HUXjt+6o8z0X6G7Q\n8EbPQy9oIOC17KvmNErgLZJZ9rc3t16+yLWhWueSzS11wH1zFWD3jDhgtNxg\nMN8FS1PXsHx0I2vPACshqgvzjrPrFhHmhkPEuTNdFyvh2gQaQTdTO6HYsup5\ngjPEjeSbcjhQH9KBEwdNIUqQMYUJpvR3eAEVjHu4M6C/59nPOpBXoWYUfWmG\nx5PWCnAEI6PJZ7IU9qGIlD05Dhgq4aP5Z7m7fvZQyiUMoXfkB4cWfX2a4Ex5\nMw1AsudeKN+RrLJewjYrhCFXPOvx+GVv6w7Qw6u/ak32xRrXoLy7outXMZNt\nUMDjDpkZkYWXu4wzolfVZ86htk02TbGdnYKZsesSetwIo/eiG2yHLwhYMdLH\nbhrr4A9xNK/olthPcOhXG8u4umVeP3N3nAwhK6Rt42SBFxKT9NqumptRtDg6\nHL6Up16YHlfnX60ByVFHi5enmc/rIYa7jzoyrBhYXYJ0gbJS3RMqC0RCtSKS\n/ZLv\r\n=t2L7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"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"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-alpha.2_1573234099878_0.7093454652831939"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.3": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-alpha.3",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-alpha.3"
			},
			"gitHead": "d5d70464aa3a9a1709830070fa70100b71009432",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-alpha.3",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-WuKfGTLv/nxGhjD0TNfMut2kV6h5C1ZZyA0nVCnk1wrg0b5GDhWFtu3lSm+wVJgFw72ss9u/LEC/OMX8bE1HPg==",
				"shasum": "8119507d950ff02d42269676bbe7e200e5e56563",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.3.tgz",
				"fileCount": 123,
				"unpackedSize": 599528,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyb+kCRA9TVsSAnZWagAAMrMP/0qZxKVFce4uvIfNgUOQ\nps0VgwhS1eT7GJBAGJTwKY2zao3AA4x4srWr/bCf77JmtMog63RIiLphH8/E\n3mCapLaYlBrYqEgRC5h/U2nETMmBLdsNc+vlsjWukdAk3iYqGZNfa6oMN3zQ\nSqr/mKPHh7SskPB5EU31+F4qkj4svT2FyXbxJzbtGzDSKZY/QwEJu9f5gRSo\n2gwZE3ovkQSZUgD8rsb7jXiLRI2hYAuh9K/io3K6VHBECbPkLHdYLaHTiVUd\nuygi/iiyGZI/B8mj+fsDUOaR8W/+Kh4HNAk/3Mhg6cAUTVjFEXB75Jgn/znx\nwNT57YIcSsTwqWSqKXe54FQdrEJHW/D7X9/hc+DO/VT3TzYfhwuiCnE0qRaG\nhTJBc7Sp9dK3BGETTZWqxk0k0/0Rm8wk6skwb0NSt0jQSL9VMzT3O4F8txCy\nlP8w2jKYQeXyXSBxSq1jCHJJcHi8O8esSsVU0FXto2dltbNeI8PlauQwuABo\nu0j8ACiOG9rsyU4msLQfhcraSIVeTwDtYiTX/uTBS8XTxvnbIfDbrMFXLRI+\nGXDM4tUxCYCo7OZv9y1hnf1gJh7Dwd1Ixvc/1bSssfB1f6wPHxKqIzPIYheg\n8Yzd6YEoyQT2nS9oi9QQd90qTsJVf7isfCouCpzpPTUDII4IQ0IYsXsL9KB6\nCR90\r\n=YFXz\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-alpha.3_1573502883934_0.8677085323265763"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.5": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-alpha.5",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-alpha.5"
			},
			"gitHead": "07f5ea0576cd58ec3ff355c1ac493059c863dd51",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-alpha.5",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-LKidjJayj8Dk6KOllJB8nSVVzntnzPam2TT9DVCv3zjpnkQ75g2E+qXBCrGVCHNUGvYQm0r+w4hZMo6LjnlZNw==",
				"shasum": "024feb5b18fdd230ed225fc6eebf5de032d6a816",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.5.tgz",
				"fileCount": 123,
				"unpackedSize": 599528,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzDRCCRA9TVsSAnZWagAAW78P/080qD6xBXb+U+xgV5sk\nQAJxEK99ioDss3AHu/5Qjj3Yb6XZ+kOVGLzcC22zsZQKsdzmH9sIN7tPFoQX\nEGJDQJlAL+v2hgsY2coCSAw4Nuszudv642AnkVI6dxV2CBjMeMkbjQnTgUz1\nJM1WMzZKQxEZ8dZ7Yioq3ZAiwrZCOv+i/iuRdgNa+f4OzSbQt/JHTRR9VK2H\nLHs5d8liCorwwDc7WHN5G8KJ8wF4HJ13JAT3xzYfUbJerodowdrYh3kVdUQP\nQ7Ae//eo+JDcKM0+bZwRBvvTFXuyNpYDCmg9BRIrc56xTHdxsO9/GXFJQgJf\niosiCSuPgrRqTIMkqJuSmIoxcEfy5M5EEGp08hibxkgIVFSdLbpVj/zvprU1\nrPBf2JgkxVeXZIf58VS0ONwQikXJUmt10J8OVRXfuBFLFKdYu6nzm/tLlr5u\nRNttnqsU6bGowL9sN8ZXpGT2+UIOc2boY6yCt1DrlEzPcHkDBLgq1u34LcCz\nJMVez8tMdGE29YuEv8WIQCqmNkmevSzab2CGs0UUPWyJLIcrTHvPr9+zFd2x\nxx3eWcCQ81gxycQnKmER9ZjIXJzmQPpCZSKNNi5K95VjrQ+uyzprebEbmRJN\n1H4cFnXTmVqFx7f7caC3h7aM5wDb+gM5Fx72KycQjTOZh2g+Ib/Yu5sbB0Eg\nNqKY\r\n=uc9K\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-alpha.5_1573663809799_0.05192496945314096"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.6": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-alpha.6",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-alpha.6"
			},
			"gitHead": "5176c2192744847c87fd282ddf41ea7c8b68c983",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-alpha.6",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-D6v/jaygo473OSfBGaZ3U6XVj8nVIjDKQF5MGjkXUcPwLscHLP8hP+t/09vOPwUi4qE/6t8yi6oRDZsv1ahYcQ==",
				"shasum": "9802ae1116e84804d992e646fc16aad8ec6fcccf",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.6.tgz",
				"fileCount": 88,
				"unpackedSize": 564561,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3FNnCRA9TVsSAnZWagAAJjQP/iK8jGSQE6MCzkUrRg2E\nJXCrRRm7Vt7QKfLW2h+EqUEDOWjaCA5ZFyCOSGNg12bFLmUsB8kjLUqplv4H\njP2WngROYJBipSiLUJ2XLcyRhoJV6VIybj0vu251OaC9ghWRPfg5wqHnjJUM\nuwqFFzM/5XZZSisHD9knbYWvOnnJ+9LEqEetDerRFEXwYjDH5AwbMQUb/8uw\nRwT5IeIpYUebe84MFJGwaTVslZZ1Co20Tjxnj6kaBA0R621DK++HOYCrgpAq\n+17rL6wXPi7abgEMRCC50t/BAq6hzYxWIoBmh7l97SqegAhtH7zYG11mqC6J\nG/3CNhboxS4b2f3iZ1C65ghW7NCcK48c6CSySyh9EPdmWJdodnhQVHjru454\nQSzPEpxDGRgg91XlApSTxeHg8/DRjEd31wec4HYiN5r03V/AZ1eVp6j4DToM\nErpvvor/8gWmE1Q4AeEGFVb8SMnpwurbP2/R6UkksJxL+puEMcaTPZ61wrEN\nobFcxQgrfISjCUtDL4JcrI2mn7RK4OamPP+qzvr1s/QEVqpUdH4HbvcFXvLS\nYY2DU1n77tGxD/fuVr7HPF7oIXVY73YdmNPI9V8iIBZnTROjhpxW7uvNyu+N\nsR6knhPya2MaiPfXIW7Zz3bGJvsnrsmRpbITR8xm9UVCLmFj6WRnw9srGDa/\nyi9S\r\n=kc5d\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-alpha.6_1574720358654_0.7781767372892974"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.8": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-alpha.8",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-alpha.8"
			},
			"gitHead": "021feb6bc03370c35cd7fd15e984989bacbe0a6c",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-alpha.8",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Y1p2CG/qhMlt8vqsyA5B6EwSjeqW2rTrMbPFmxnNuTusvAqVlkslSTbnyQcausl+XfActwbvSVS2Rn3zM7CGvg==",
				"shasum": "29f90eb8d4a91f2a8020fb86433778d8a332a5dd",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.8.tgz",
				"fileCount": 88,
				"unpackedSize": 567187,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3T8hCRA9TVsSAnZWagAAZgcP/3aVnzKOrzK1eFL82iCV\n7VbsvnDBp6Bxciu0QtuomXmMWElMT3iKR7TKOWPpU2woxZ/qlCvulEClHmOw\nv+esQGQiCusqYSgye3cyw/6MhGX1R+PqBc9ok4L7be0uuFFFuijdxeCDAfyA\nWXe+AEflL0eKU4MnK2d9fjKXUUpFRTaF+kCIrCE9Xyvd3J0VaNfxuvgrWbEY\ncmfybF1QSmL8HS8GBFfrMxTMAuT3jqIbFN4HYuq0r5pkyFA8cT9k0SnuQiqF\nAYcMCBnUj7Uo0pqtRw4EdmzD2UbAH0nNNJ8J9EJyzxlsqE2jZ6whgqJtwgSe\ndS3TTuBYVC6IqPrmK/oFZot/O9PZrnAYL+nI1OcPVjxKuQ0IefNI7DKUG0+Z\nBYSOxl3DU1adA9HD8lTkVu5UWCW050KCMSSrCiR9u79HgRldBJ8Fmqh9ygCz\nuUhqazS3TJQCO+xwdjdoWoIvh3+/qFlY1U/CJneprR0dGtAX9JhaA/ZRJgt5\nV3NGVev14+/81RGDd6p41bKdgoaxwXNN3w8EcYBJ/iMaiVy1U7eUr0auFzX6\nXVNMSCGN+oxbCbTIC87IdVCNrKdSKbdjDF8kAlLDBvX8bGLwTnm0BH/nZBg2\ntHrP4RSwNNyLlPIP1QUmMia/ybJMcFba5wuqYl4TeNlP2uBXRw4lHXLo7Y9r\nCeli\r\n=bPfQ\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-alpha.8_1574780704956_0.6982153036679537"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.9": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-alpha.9",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-alpha.9"
			},
			"gitHead": "fed10cf18cf978b4c1fedd4dbaf3c16b957bbb0a",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-alpha.9",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-k23oIh0cDvA8oL9k9MFu+Jl+vEu9B9KqZ40aY4JVp1uJUc0PD98Vc9GnPQjoNHNAKtuXM72feWqTp+tKUZW2gQ==",
				"shasum": "18172b88f960c0d649dd53a547ceaca9510731e3",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.9.tgz",
				"fileCount": 88,
				"unpackedSize": 567187,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3UH9CRA9TVsSAnZWagAAJGgP/iVc/Bo36NN2zJXFbIAQ\n72gSiYA8iOgzKqbIk0YlmaAfv6u0WWABF/R1cJSTIMO4hvgSg41NYjVxnQjT\npLWfFpBHYS7S3llJoaQ3v49R95asVY0hamJjHx0uqt+B0Ha3VJCxCkoezYPL\n9CK2d0Iwxy7iW5XJ6nxLmDyRNoDtBQt9KYBBCIk4YI0AWAJATu+eO2fFgz3m\naQyxr9qOrW2kp+n14qMN9IqFEgL83MzI0lyy7iVGQbiB0BCF0znCavXlGwVq\n4E38f8BstsuFOFih0E9Yj9LUcXoD+j6VqDnXUSSzRKayswaKfqEm0wMOHLfj\nL0+S8Hc1Bb8kFCgCEUu0bOU1URERNbE0Fa7SsnxvrHjsHEJWmbDRlDCspkOn\nRieTMBlFaE6STmaqVFXD2XXhfgQM7a9/MwMu6O+vsEmNElFM0JibTLX2kPix\n7CM6dw3oy64kgl/8llOcrBS4dAkr+LfcWxNy34rtcvuENv6/MhIy/VdPJYI5\nTP3J8JtLmHUZxnd6cxNiWEyuuyFpm4Zw4jcGcbHTjV5U+AE9v0UZw/qzO2L3\nABfaJqHcxGJho4RffIqbNpN51dGOHFu6DynbRY4qtKZN/kDyTtBDg8IRumyT\nRCT/O1EhV/c5uRlryslsZZPWT9JgGGAyQt9bKrVy0PsrXIZQTQAjrieJGUTM\nPBlf\r\n=YjLO\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-alpha.9_1574781437200_0.05216775114457639"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.10": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-alpha.10",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-alpha.10",
				"probe.gl": "^3.1.1"
			},
			"gitHead": "49834deb7c9729385bc53e0b2b01ebef5e86e16a",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-alpha.10",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-yBhfndA0MoZzgUp9PantQoyAsrOJfiRGCafzVLVk10sMLLQ6G6dPzBDX9QiLHckZ7LWMce9DCRjQoHLKAS8YXQ==",
				"shasum": "76a98d9956efadb035ea54be7c08ea4c16b38fdd",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.10.tgz",
				"fileCount": 103,
				"unpackedSize": 839115,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3rClCRA9TVsSAnZWagAAk70P/j6JMOlQAOYgVeID2eLC\n0axuEePs4sNIbRlfYFpBKgSa2xPo8mTBXOnUqPjMa9I2cV6wBoH4ltoiyzIp\nt/Xw9tSuI6H8kFBzpvoBekOBuQ5+wxj8jRtXKbwuNDbYcd+drqOrmlGU7bEE\nZBUt6hQ17oLrkCMzXTmdmiGek/b+gUT28IolS7YqC1ZaWm1AXiiev20x5JBL\nYCNuRZOYUg54Y3bKH1JlcpvsLHEgDaIe3Kr5AvDdt8IBJrB1PWFH4NvynV+2\nPNeqg1V3TIhzo1wIUYtYbuP05ZX/Inb86loXMM5pz7xWipvoJYXV5iEYNmSv\nWMRaGNW6aDiodPzueHa8ePSzh4yq/vHVdxG1WVnwwGv1zkIWCGh2yAQSmmwy\n/hLT9OEjVPqBqoMIPNfjpSkScbp6IpK/kpDa6I/xIYxBn96QGtLVWVDwWTRV\ngFxX8qmcqmznQ6kdhQHepJFRtZwSdHU2Cb8ZRtXvPT+beEifKJURXSLQzmCu\nWkbx7hUY/TbpzjSohv2RXFLQs4go2YnM7cJETDUtoprCqW+KCIohXCRdw4wl\nbROtlh/Xwf8hiDn1cl30OXtNbDE/qYtf0YIN1QjwJ1wi5csf8BhVdcHU8QP/\n8LSYLKoB/hPEU1OK/GpDrO3j4R3oko1apcPm6BCCJ1hE0XrDcBt6sE8qzdC5\npSV5\r\n=3Ud1\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-alpha.10_1574875300855_0.9778574064917531"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.11": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-alpha.11",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-alpha.11",
				"probe.gl": "^3.1.1"
			},
			"gitHead": "40546f8aceffd3be7e8431bfc20b69ba203cf0a3",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-alpha.11",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-xv6T2bDCDp+fdP8v3joCpA0MSXAqNuW0lC7s/xrwdDqQerwv3TQ+vG7mcKPtrhr9ItlRmK3M7B0f5NiC+MbnoA==",
				"shasum": "fef1be0ade4846349fb007c7096658ce2f96e116",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.11.tgz",
				"fileCount": 103,
				"unpackedSize": 834682,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3x/WCRA9TVsSAnZWagAAEkMP/jc/QvXFQg3kJJQ/7WOt\n18LohWMKONKP+89fREmHg0m2P1H8+FCYRfktXB0D6nDsiZhX0xHxl30icCLH\nGrLalWEWF7EzfVaz/drFKaX+GIWbQsnGX8blUvLXw3XXOjVyzKzarphzWYje\nulyPVKUxorm5xxkEFZes971Yn05bOEvKl+VfMWJwmwOBY1UvA7WPhi7K/3Gi\niqDZXg85UbtNuXJbw7MQJvnTvtWDVX/1j8Ghxsi6LpjggsgHaJZAgd0S/nq0\nuFBEwP7yuxUEGA1MMET37Gpx+mPve7SJkiVCLdFiEtX+Jdg9RHt86xju+x2I\ntxIOoao3uMsAXy3DBb55YMtP20D/ozLP240JCDt9dTZP5UiUjd7seDs9rKts\nziZcgLxeTe+ydpu1v8UGdehdxBhDr7HWx6YdhE0dMGRhXULjPwluSicW9QMI\nX7UFU5RyBMPOxxTIDU41SnXCDVcEXb2ju9e8Go2FHTbKK0PXdlf9RmL3O30M\n7bRUR9LQClxFHqisXTNEwxWUrwJumQjq2lm3F+1XeRpDT3Oy3n8lna0Tna+0\nvq5C1BmRY4eg62npp3I+2a8FeYe5w5FBRI60JCqK5+Ka+y3YQ9UVOsVfyCob\nMaGMYtbcj7ewqUfWka7T2vt3Ndl1pDVTgrzKjzeHl91PW2zYaq6cfHqmndqc\neWji\r\n=0BUk\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-alpha.11_1574903766350_0.4776436464039069"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-alpha.12": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-alpha.12",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-alpha.12",
				"probe.gl": "^3.1.1"
			},
			"gitHead": "e6c1289b481129ee4c458cd707ee937624a74aff",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-alpha.12",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-hrvWfaG6v6dqx1Sp1K7jG5VvpWX0sTpt6UvWOdv37g0atuxi1CefVCWN+ZdLtPGeG90K6bEjBOurB4xc6b3jPA==",
				"shasum": "e66718d66a3683364ab745281b2a19e759ba728e",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.12.tgz",
				"fileCount": 103,
				"unpackedSize": 834682,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3zCeCRA9TVsSAnZWagAA64YP/R5Pja35gQPtzDxeIVTL\n3nwSXNDaIC6ooT0kUaPlBMLTmBJ/veYyObnpemkRqLEjeQaye97sVmnfxDU3\nIB3EBidGEZpBI04L+nNptX7KnIZdL9hazOKfScbaChPHJ1eQ2YcCpgCxWJj9\nUA7D3wute3MMfRu2kQME9I2U2B7nf59C6rinkXZoeMowcKaVJaD4zboRb1lO\nUL7Lk8KsqJe4NX5JLSk0WeUg5+1rEgsXZTNVCwRXI1l5N1Dc+cJ8nGcvW44y\nbL9Q7Ce4tH8HOZNHpjEtdygW0SBPTZIqr/CzqVtEdKJDk8DCcV9VK0C+2bW1\n5RMIJhRvsk40QrHIq+AX/1TiiN2HvzBu+xVmYpbidssirU0JraX90Aw9C0IA\nPHmQO5TPDTRxJg+JkW8+5NApoTl9mSBV+G4KTgYLUbZPP1awIpTbX6d+bhSQ\ny8d1rwBbf+uxkJ1zAtJeKVO0GRhNG3nona7m6he4E3vSQMiAjMEzIEhaYNyt\njFdrzjCy6xPrx6T3H1FhZa7mrm6qX9jfcwlc6J0Odc3wr4NdrUwKW8ZiZLb4\nSF/WPZf6tlAe8INIGt+pC353LquZT6OmTKz44ZlnkpTNq2oqHxXp9jHTco+l\nrI9GKEVtUGY1c5vGKh+l97FRK3Ww4GQATVykOoQmSpuKdgfyw1e1m/MYc4Wk\nMnnC\r\n=+4Wc\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-alpha.12_1574908061580_0.9160930775312066"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-beta.1": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-beta.1",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-beta.1",
				"probe.gl": "^3.1.1"
			},
			"gitHead": "7387a28ccac98072ef4df83606c932e53c31dfa8",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-beta.1",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.14.1/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-AiKNn4SiK0Et0pHA63pjPFB/sdDoVw9sVj//cieOpO6ePIvABrYHmPQ3P3GKiqqNh35o1zKB5ByACP3/2HUtsg==",
				"shasum": "e6615137d7862b9fd3b4f3ad164b23749f0148f1",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-beta.1.tgz",
				"fileCount": 103,
				"unpackedSize": 834678,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5XEpCRA9TVsSAnZWagAA/8UP/iSWN/aQ2x1VHOMNcxvb\n2H4rYuOwSZAIUpbWSh3tIOOuuyV/x0uGQTo6UU5aSpmcMm0IahcgaX5OLukI\n1TZqcZ3Hm16oZSf+VPsOPBJaxfaOWcbsKUCw8F3534hULHLY3dxMA4b/IC9k\nVmGZV0TgmG1nChAbteitZL/HYH10LGddV34UkcBhbvYGAH9UGy4/7g5qa+Ea\n9s4SkBlt2QqRF8H4NpPvj8NfxejXmG9sd41+KAS6tIBXRhKZ0Nq4aapz2X4b\n5793xTp7NTGZ3KbN3SJjC6LQ2SyUs/zxqie6AKmA+jLH4kccD382jaPhc9b8\nR7qQQC1Vs183Bun8hS6dxYzu+fqU1XUAkKYXjstypS9Ar4BPCy2XuPrLFIdW\ntg/lxB17RaSr8lM3JQVtrLZq5l/qRSoziDAbyayXMH86/b5xf0Q65tphYNSF\ncqTOfQI5FsUCEtI+KdOQG/y4P4/Y87JixGSKoUXOo97DbjRxVM3EyQ5gX0De\nWZyQAuQeFJ+O33/QbytNToUMBTyvYupXOtGQCFuz2ZhWTMYQz5cXV2Dfp4fw\nd5zbFPsk4JRi/kMY/s3N9PLDuYxY2TSFrv2yeBi548pz/PPSicWPVzJ7x3WR\nfgLsv3NdBB93XZpoyoX0q4rtZ22/zfseQ42jBBcuy1Uf0FfrWE6e11hfc0LK\nZEuy\r\n=f1Wk\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-beta.1_1575317801236_0.7755330484342486"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-beta.2": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-beta.2",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-beta.2",
				"probe.gl": "^3.2.0-beta.3"
			},
			"gitHead": "3f15fc4b59555ed2cc2b237824a1ff50eccd4af3",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-beta.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.14.1/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-hse5y0nVrCR9/dNPOkH0rGJJHUN8n/b0Eg8R1Vj38beMeQusb3l4vXPPqumdQT6rpB8Ha0Oiz130RmZ116N8ZQ==",
				"shasum": "8709bb4fa1c36e919eae68f0854175869b38573b",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-beta.2.tgz",
				"fileCount": 88,
				"unpackedSize": 820049,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6vjyCRA9TVsSAnZWagAAcoAQAJsZXRhsujAwPMalwfsl\nVGS3XxjrLUSJ53NtWeLid4Cjx3131hPFWj3MV0CpD8KO2Doqg+OQd8QtSvPQ\nRpy/colJRqwpR2TI/PEXtcTbqRE3uKCHIWdOH3bG9kVzYA2kuGcYutHwwxh2\nMGrYhVNJadfzHf/PYSMMjfk6hKQ9SD2hA8IFRCPwhhKNT8DeWSvQ9qAHkqaY\n0XjxEMIV8nRu+KUME3jKFDJFb9fOhvcrHXPU/dRnOacWQUKarG22sukIqsQq\n+/S7EEm8uug94ypw2fh3HqXn5hAY7B2ZV18+d5k8wF43Fzg2F8b6D4O8Qfxk\no9tFulRf6CysotumhBXKO6CirR1xx8W29nWnEDEO/qz3YB7cpGxvp1bSdo/H\nvJXHRilZqe6HflZuln5xIsPw3Ev5bfNIT5AjphH7iJtVqeQPXGitFlG9CS+g\nBfU95l/sPgHQxxQtM0t1dqmxTnuSZfIKzEZSQ9JutOVvaJSbgcEx2Hbfdh/5\nlYzS7zKK325b2jeZSpP6hokA104h9DulPc5s1seJCLAkg2NWlW9nhWIKFNwZ\ncv3cgYzpmzMOH4QNsAK3Tkt3e0E7pkQcf628sRFVfTraV8fgOQInOTA3BnoW\nqWc4a5kgJ5iEvv0sj4YkXLGx5OKss6omvzpfRVwCjYyNjTH+xImmBMAgt81J\ntv/F\r\n=XLuk\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-beta.2_1575680241789_0.7257097102363035"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-beta.3": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-beta.3",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-beta.3",
				"probe.gl": "^3.2.0-beta.3"
			},
			"gitHead": "7bff9e2cd189aa8d417f2ef32f4673c1c2026647",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-beta.3",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.16.4/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ql/5qzwoMKXQ4ePbdaPYMGDTi3uzj9B2HKxI5bXeHzB9NqXsyhCztjME+g+F2SqJ3j7cCe01/Ewg6qddXX13dQ==",
				"shasum": "84a30d304b8efdd2fb1279ccda001a37ca07c0d1",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-beta.3.tgz",
				"fileCount": 88,
				"unpackedSize": 820049,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8vVhCRA9TVsSAnZWagAAKzIP/RKaptmH2K4QkMT0Fr8P\neiB8Wcq8yGvC7jhqOSLZlaIHtA1JwGmI/BvWllkycFPeZQiz3yCtqOX4dznN\nSyeq3x37qCkLIvGToALP7kWcOt9iG5OPYNabxj8HpQnsYfmDnVntEkuegN61\n5mzrxDSVcVX+iAouRJnSXpvv7g+856bd8Ebvr/58EEdpyPrVQ97rCqj9/AYk\n3Xz5Hp1/y255w9WPKsS/iSPe3cNC+RvbBKo2wu0f59X+cphVVgQS9KyZWwnv\nw2ipGBzKpzUUSvAtvnReXAMGLzRbx5ImppVRwtGPdE/bL0nWOAl8HGYDNmx2\n/jcyfsu9GrzC9z+clBFbYanoDYjSx21wNkVtEeDFjzrlwVazfTZQsyH6ADGb\ntD0q47lemFRcEnvWU3TaMHPsTIqKXkhlKMGysFjqevR/3aad3lIPZ2rRmBF0\n2ktPlLbiBIOQ4k4iDat91vwfOrfPmDoJWOCV/HL9krGGw53c5FZNa9aL94AW\nTvuYG1suqG2umrsEQQ7WRFpAPXndFhxyw/LzvB/n3bFCIPxOHhzl9nvOPYfO\ngCz2GiVZ8QtkMy6nqrMBBmUvbWtRfyMRz5EWNnwLa6SC18C2+/r5JOkOqrur\nKY7n9HWYY0LBOngLJ/41QowHAnqBl5CADEJdNlvbWVu9QrqMC3e2Yzhfx4wq\n6ZOH\r\n=AtLU\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-beta.3_1576203617246_0.5570107676381482"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0-beta.4": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0-beta.4",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0-beta.4",
				"probe.gl": "^3.2.0"
			},
			"gitHead": "16d5f63716adde1980abdbc41197aa160479a010",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0-beta.4",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-W9IA0XLLd8BxFif6i2mKJaOKoLjWjdNvf1XH14cgQvbNcDh+Z7lXEDWMy9iXD6c4njljsoVsGSJruy0T3RL0TA==",
				"shasum": "d45bb476fe3465a37e27e339eca6f40c38e168a2",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-beta.4.tgz",
				"fileCount": 88,
				"unpackedSize": 820042,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9/jKCRA9TVsSAnZWagAAnioP/3oJbXKVMZrJ8g0aKuXp\ncmc6nk5dBMUhWAWPBVgrgvy7HjFhxRZMWRXg9hH3zA767yRXx63XhtUo7dsy\nUi7LE4dd+7ApxJzbdkT1TcNa089oaO6QdsDcuYBI+oey/aXo/l8fOnltsjTl\nSzrFjvEkzQFlySHE5ea2HMlvfsFlVw7bRtB48nXt1siF4yUWnFvM5tiO02+0\nim0R0PE1QO6He14NiN+qcLvjI88bvIufA4O9CMSRRwanwNi2BjkR9RQToQi3\nCOK8LL6k0Dt340gorqd84/wdRuSpKWdHzDvG5pl7+9yATf9duh9wvWFXnOGr\nx2GUOZ61FcRQPHqr6OGf/4Xzwnd72/szN9nQk2auNl3b4wmaUxfzEQ6tzbot\nUeqkeMyFu66OLKzE/dA3UFzEBikZ0PNbeiKxe0aOuX1vsHVlYnXYXleOapUI\n6nM3DuEdhvOOLuPbk6y0camNt1aVocJDtCSHQ8vvVTMVEtwee9NH4x1NyEBL\nVUhUWz0bMRuynuO39YOBNb38HnEfpheKY0wCksL7ju3DxSweogs33+hli28P\nO74A3A4/9XlNU93OUYIlJctFK+8VDLsK8fA9lQ8js8rYKaoWNN3m1AT7wB2l\nDL+oHVoofdGKzCBMLt++gNLTq0CYnbg/qRBF8gwlukDpd49A4ueSrLTR2LFY\nKvUi\r\n=dQAn\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0-beta.4_1576532170290_0.4219187464950489"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.0": {
			"name": "@luma.gl/gltools",
			"version": "8.0.0",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.0",
				"probe.gl": "^3.2.0"
			},
			"gitHead": "06d7c84594c5b319c052cc91d01600a2c2615573",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.0",
			"_nodeVersion": "10.14.1",
			"_npmVersion": "lerna/3.19.0/node@v10.14.1+x64 (darwin)",
			"dist": {
				"integrity": "sha512-XVsvf+WhyOBQEYWB/0uIKY7zHvKxsl5YzZDEH9h1mGiWy6jsp3ny3qOz8h5hHuLRYk5xljH1bN9oObbg9Mk0xA==",
				"shasum": "84b801a5ae6be62b7a0f47ae4673bb8f2ee07855",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0.tgz",
				"fileCount": 88,
				"unpackedSize": 823484,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/YmnCRA9TVsSAnZWagAABPcP/RnUEeaIOjP5zNqcO5t1\nrHv7k8Lipzo/mzdiEzKWlVX1hSg9ovTso0Nvr+9DQW4OIHyY+TinbDIuo6IF\n+xxSZjpxsBKH0cX6Sjl7M6ymBuIFJLe/INMScjqpBju6xsQTufmzU0Xw57j4\nH9lsQYY+e/A0r7XAy9+RF01KEgt8tT2IHTK6vtzo6/YbV8xW4BzUFQSvz1hR\nIhi6ivBhLcZU+XsYvU0sZJIqFutNTZcmKQr0GuUEL6OHv9yQ0J6qeLMGA7iL\nAdE3+JFHiHxuiEkyt3eufhu3te5KmfBDIeGgJI4Dc+FndzfRGR2PSjngSa8/\nNP1OGAdSB12abvxPe/gEyIXgtfo89eVDH8vFIchdnSOal4mOoitKpSbKMpE4\nknMKZaTidQYgZQKZAR7SDfwZAUkJzE4jGpD7wjagWZPGrjtxJB/o6cDsj6we\nT2vxULn9LB+srYGEhyD+90o/GTkeYOrQPnerrqpVSYpNN/NFWDV5tCMjDGSk\n1tI32O3QT9XMCF/SD7jtMYC/OTWbh2ODswrln52yp1LU3bY3V15/LXV0RYMh\npWcgLOSsPieYyT1IMelotdwVfiAEoaO5SF1tcLalK+/7T41FOGe3HM49J5g+\ni0n8dnMwI14LaTuruNquLMmEGWWzBTjSHigVReTs2m/ULf1TstBYsiL29ZTu\n1A9B\r\n=RSJZ\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "1chandu",
				"email": "chandu@uber.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.0_1576896935125_0.03523307693483191"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.1": {
			"name": "@luma.gl/gltools",
			"version": "8.0.1",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.1",
				"probe.gl": "^3.2.0"
			},
			"gitHead": "79173ebf287aa285975810a0c509bbac135a729e",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "lerna/3.19.0/node@v10.16.3+x64 (darwin)",
			"dist": {
				"integrity": "sha512-2blTU6KUkjNwDasefyJRZK3ip1tY5d5QRKm9d8cIiWDeDYwbwgmVakwCzzKYfyHA0vabwS11cAjMuQP9Y8ZoVw==",
				"shasum": "9287d2f5f857b82a49e1119a6bcd58f934fcbf75",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.1.tgz",
				"fileCount": 88,
				"unpackedSize": 820014,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeASy0CRA9TVsSAnZWagAA7bkP/24YTotnUqDGZlqw0Rjx\nQXB8CFeNHOVPKlULRas7b8jWNwVZoPeEuqIPJ7tIg5lXu5NA26NnKIOZkBjc\n0NcaUpMALH+ai6GUpeZ2Dh+SZ1+uG4LpaoWZ5Gzae7PL7r42fP8auEUlTQ+K\nZ+Ze/LuTrlv/ModBtPddUtEsmuf4RussDuCRvGzApMtQh8eu+iHrXFXaLRAz\ntVkChokiG+VwvDPDCTKUW24jFBA6JacxrPnbOJdmc/tK3MOuexU779KSKBXi\nnx6ZoGd5Wszhx/D4YUlb8HMNPZmzonyZQBpHU4QOl9gVhAQqa5CZok8G7TgF\nNyKpdUYIouyh8YYb98QPrtK6Z1/c6ayU94Aw7njvdnqqS5eeVSg+LZY3Ivj1\ndflIC0cI8W41A2pd1l/Di/EonME9xAvm58hVFeqObHHIpyF29xjA1zJBMEL+\newYA8nj4TUHrjB6ucylEJXBNaVSpMRs4+BmuxgfJReDAhGbyqPTEcimZLgHC\nRmtjCk+PZqNN8spm9TN8lgD+lZdaK/fZAffsD8aGkJ6qBF8VCQpHE9xK0i7o\nQNYmA/FtKiNtCgffEXiz0n1+u9LYE5mlXDunhlsP/TLABJyfZqAt1Mp19RRT\nzgJf3H4UOe7QLUXQnzLDfZvqkalTh4AII2VAvKzU9mneYs12A797ZkqG9YC9\nfKc7\r\n=I19E\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.1_1577135284109_0.823036448199653"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.2": {
			"name": "@luma.gl/gltools",
			"version": "8.0.2",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.2",
				"probe.gl": "^3.2.0"
			},
			"gitHead": "4d96c11d3a627c3581d2778fa2ee41a70724a740",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.2",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-sgKdXYHl9jHni9G7BS6NhcBzBMoe+hsC5J/HkVfZPk8YUBC/RhpIUoO3hzV62LH2vchMEt4QJ2No17hf85ju+w==",
				"shasum": "0435ba5e084d4e851df80597c00c3cd119897969",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.2.tgz",
				"fileCount": 88,
				"unpackedSize": 819690,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJ2AbCRA9TVsSAnZWagAALXMP/2eZsjjwBXFdTcsF8+98\noFe9Hs/ea3s5d/fusFGqxSAcj7l7nhg5gwzOh7+2RVicKHr9GiEZ1t20BC4l\nlX8NBbKprnM5JU56LiY0qZWyvt/8IaAaEofDSeF8uHgzYOiAna27a13PzyVJ\nM/wpwpwPN51TuxUaZgusjVkJlHOZsohsh01eMsU5fwzxiscIKORSCtvBvDjY\n6xYRgvf718UognC47U64nWUzte02F6eBpZcUavEmSqjyuo+oXw/boneDVFZ5\nX+0Q0jZAMoDfA0aPkddoAS/0VOzBBYCquTkj/B2Dx9/wmaI+fVguLzHQx2x0\nolxGNZitCc/RaV+xP+mXua5w1prhkq3ReB1unLvzoBwb8cN+84UmsSj+2XIa\nBf4vmqbKXIRC0ux2cm7q6Y3Pab8Zp5l9AZhpvgAyYQXF7J3Y85Hup36LJNtz\nlMoZbzNLI0gP8hcIwv8y7TRYV75f/PAO20tJNMOoylVvXSCYhgxJAqvuPJct\nmTKOWdE6Xj42MNi4cvQqI7xbC8AJUeqXb9IoVbNkWqZI/9UNzayRuqvLsaXI\nusiQ6yOdBDAXTVB2ayGqbIaG6O+3cOwF4mMHcczAa7b/+MiT5c8f88cJjL50\nbc0ISGDTIflhC/Kwm72uDsuNUsUUlM0R9/pB5/W40GUEryaWxjHlhCVVyzQl\nJT1z\r\n=geX6\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.2_1579638811281_0.7476109993881375"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.3": {
			"name": "@luma.gl/gltools",
			"version": "8.0.3",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.3",
				"probe.gl": "^3.2.0"
			},
			"gitHead": "015f82ec111e5c17d86ff082e94aa27b9f859825",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.3",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-SMExUgaVweGkYPRDZVvmOfYsphD5h00/VPQp2/du5idbeiq1H9HtAj5hKAvddtpGTQPwW7GJHof+/FA/MsZpEg==",
				"shasum": "1e02f94c3cb56d8d85e2d98c0ebdd8d25afeb98d",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.3.tgz",
				"fileCount": 88,
				"unpackedSize": 819690,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJ2RhCRA9TVsSAnZWagAAD+wP/izmDr0u4zpM7bsz3R1k\nZvxZbY4JK8GktpZpVR29nE3m8/HyWA5g6mk+DSV4oQta5PDtP2bMFXRNF59R\nNNHXQXEJ1Xf6T2EDaCtUKeOm160qj7TeZCNMLv8ZvneC9OOf/qnzLLEq14b1\n09uAyU8QbyMW+UT02ejuty0nur74608ZOxGJ4D1en1kfaN1EqH7Y4S0sYDo1\nt3u5YLW7sFY4nGQqS6ye/d49OqQTp5S4oHo+kY2+iAwEaPEWz36VFImcwhfz\nAKKC40Lp+NXHm9by1Q5UklHlSProGcNgAhWO2D9KlI5wBFbbycQZkE3kE6Ja\nTn9GKCwgpwctosF9wyC0ofel5o59HsnKfnrP6quu4ZGgIrc18VT6oaz6+D2T\nqkqD1AzlPhibobPv4xSIt7kUzM78dWbu3EYXaWnTf6llIfQo4DN6v77duiBQ\nWcVdPjv+EysSP0aB8rgEGlY5MrrfUoHSdsuC/sRbHMtiCzdAr5T+2d+EhHY1\nD2jgurFPCkVmIhtBGMrCBXNAMPWmboHtwcWvkd4zfaqUzXOEstIGHtGfbBJu\nJeZMVaZBqVIzTbI8kK3PbuMvbUfBiRzVuNDCFTZDNzzodaobKypleUmnzARp\nbLBVe1mKNx64UX3SzkgjIuY9+XAqizHW+Ew1lb5PQy50/z4/ebiRkdh3rp1y\n9b2+\r\n=/5YO\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.3_1579639904667_0.23697438982011398"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.1": {
			"name": "@luma.gl/gltools",
			"version": "8.1.0-alpha.1",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.1.0-alpha.1",
				"probe.gl": "^3.2.0"
			},
			"gitHead": "22c21487d6b022a8be971d083fb095ec1634bd12",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.1.0-alpha.1",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-xp3a8dgFo+SYq8SR+YuabwrIRgup4qOoa/yzofcdOKdY1Tgsg6mJfnhS7gdPFl9LRTdnFo0xabt/4k+/xtKzqQ==",
				"shasum": "12f1c5cba2c7fdf573ac1ad516424b9411f824f5",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-alpha.1.tgz",
				"fileCount": 95,
				"unpackedSize": 942861,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMfNWCRA9TVsSAnZWagAApa0P/3dhfS62TM+mb3c7QukK\nlJpXjtXph7x5JeYMrcdcFRy/G2jL9CV6GEjgWZonrVy85I/WH7J6AFrcvafV\nKfEAHHwqZw7iZHs8BpN/7iDDrsb8RZDB9jXvUH0GQ7X+toS7O9QHaAIaUv3E\nX5RQC0KM00ToXioccKAf8nRLybkewf+bywcKa7kL6EifTLHbWm1Eps45JuS/\nct7HUB2G4mhETSRbVGisLfl4xtLC6hZ9zrZPZxySe8yvK0pXaLjfREClZgSc\n0g4Wo3EtOR1RMIK4KJjMYRdASDrmmcxtiYhRwXrGtE6haQjVFSKX0j2CKcv3\nndcI/xUgyzWiD+eUrr1q3+gu6Wl4dM/m9TR36fZzFxjeWgA2QPPlabQTqA50\nEsAO2EcQmozF19i4klQ17pzc0Ounhb6DOGh71xiMX0cxzlKv9MZ7oya+3V/a\nAVbFhRKbEmEH1cvwM6Pp0ZUEByu1B3Z+QMjyUCIs1g6nD4hAV9rG99r2JfMh\nF2odHqjmREAe5PuTVq2XvKsBu2R4D+L7i1ZTHioe2n8iAXk5piBVVj02mIFR\n8Ua8dpIc8KJximVSu/cbIUkk7By/Zrz1s5LgGcKyOyQngmt7BRD7FMks8SNe\n/0nPOTPgDV6dWPqe16dHHa0Cxbmp0Ohn7vOXDkmxGkHXOJXlmXd+iPVCWlPo\nWH/G\r\n=myu4\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.1.0-alpha.1_1580331861699_0.08928533021565932"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.2": {
			"name": "@luma.gl/gltools",
			"version": "8.1.0-alpha.2",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.1.0-alpha.2",
				"probe.gl": "^3.2.0"
			},
			"gitHead": "c210cb310a98eb750c8b70e6f24d360743690725",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.1.0-alpha.2",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-t6GGPzTmx4eT8nc7J0ORqnFPOl7+DZAhWI/73gO349Ah1tJh7IW9gILX2KIDHB6SFC76bCs5V7wvYp+MTDmCBg==",
				"shasum": "5a52c65118af1aac321802796cf50761ea6750e9",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-alpha.2.tgz",
				"fileCount": 95,
				"unpackedSize": 942863,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeO1MqCRA9TVsSAnZWagAA3pYP/3q/UE+xAQ7to99zm0/n\ngRIGjkEbrVvMPv0oHsTMvRj/SaGfX3ZaU/EqMNaDP1EdIlDPUYmWTtz/OmIR\nDqd2MngpM/FUfERrhDeXCWJBKslt9oqNQk66pB5bYqKBP9uxq3XmGwxkR96w\n1ry4hdNc1HVPTVnJXb7a96xpvmMiBAABvIDjEY8+dGfdyzQ/EtwS9cqpczKN\nrJzNh9OBBs17E3Az8Z82Tv7cbEqvF4MMfiednYytzlLRpr9mL6PkHzdlDJwY\n4PG6m80GNurBbFD2gF5qyMc7JWbTrrZB/szg3ECF7fjhCPMvjla+HpA+x0g/\nY4LCsmfJ0gnkmbuh86g2eLYXJE4illSlP3pXnhJosUngdXAe2lx7kH/vLCb5\nNpKgwebFWypVRM/GuGRvDXya72b8C3QIMKPkk7grWeafjEq/Gft0cLtwdCqd\nBXwTkcdaPVmBh7uYhvTc9AUW2l0ZDke5eDmEz1oJNL7qXECamGncWPKHIJ4u\nivsSS+D7AJ47u85OuY0Jr4jx3jXCEzylpd10ciima8d5vROtg+65eIgMQdsk\noHFJFHhs4w/497VKWZ7W8gTortURH+foRI4Ha75E+xxqHyb/JGILwmkLt8wJ\n8twyLts3rIwGYB3C/Jd/cWMw+62oa6zfyMhKBvu0BDllnfs4W35rJ/dSknsw\na109\r\n=mvUz\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.1.0-alpha.2_1580946217876_0.6097033542403103"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.0.5": {
			"name": "@luma.gl/gltools",
			"version": "8.0.5",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.0.5",
				"probe.gl": "^3.2.0"
			},
			"gitHead": "22992f5595fe92da394511c67f89973ad3d756cb",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.0.5",
			"_nodeVersion": "12.13.0",
			"_npmVersion": "lerna/3.19.0/node@v12.13.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-+qfogtK7oYcLXYWILbf+UxFhWgl293vebf+cvm7KBsNbPYKO8YHgXHO3KjrS3dMl6JmNay+3gUeCrmmtmWIvWg==",
				"shasum": "e6cd444a155006e03752b1e369ac7671af19cab1",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.5.tgz",
				"fileCount": 88,
				"unpackedSize": 819690,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePeBtCRA9TVsSAnZWagAAXXUQAJQI0ZZ70hXNcKCb/GaF\nGOJUxH8B0T/4Qq+RyUa5EhtHIjEDggHW2NutXOk6GSOqA+KfKzlrHQ6uB0z4\n8Hg+vlzWLEgAiSz60h/xwP75KvrY/WoG3m4Q/SDMnzJEJTQDTBTvi3mA5j6e\nnYD8keIUxLc3VIunq1hoPlWI1P82D6dJSmqJfHqP/FqYsm9coAShtDpRevsg\nj4buRX6eAFIJZGSusy6BZFY+p4dPg1OpNZ4FcXtQ0D7pFhvNd1cfWb3foZn/\nd/ee5y+DEF1O+sZSfJEcg4kNRVCcvGd+BbqYlAZQW6UQ9HKZpwI7rCvEPIei\nGR2GMcHOwCtU+UCOB6OpI5spHKkDUZYiTXGNZL5lPXMLOs78OStlVTSJkHxP\nRpSPGvkPtHXpTKLtoPrYDu4+3xXG+uV0BXqRocY4eTOMrjmHPv/5LrnYHW7N\npg06SRpCsEBxVfkVuAVMsIOzJDgODHiTkgBQsQ9Pxd0T8YqbUl72iPtm2ViJ\np7bPZ8rJA0UqLs5shMWzAl3MZRd00ncbefT0AwtG7pC451adSqXgqCV8SjJw\nwuGM30NvHI1EWzMspd2EriPeug/s0qeVJyz6RToP64Lk3KihFjmiQzsWvT/F\nBmFAP+WJb2B3leExPGyboBbb29EwWH14E+Tp9BDIEEsEmMA/H+U1Y2fJ0XbL\n/moJ\r\n=xYPb\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.0.5_1581113453084_0.0957403084477284"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-alpha.4": {
			"name": "@luma.gl/gltools",
			"version": "8.1.0-alpha.4",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.1.0-alpha.4",
				"probe.gl": "^3.2.0"
			},
			"gitHead": "3ec457e9d3ef10d99dc10ce9021fc049e15dd896",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.1.0-alpha.4",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-gPZBEU8xj13E6P90oJ0/ajbuvaqu2QhVD1Xo68TSkBuZxFdVg7HNezrqalsBPOxh80ji3+vTgMagLJwg4pQ/ww==",
				"shasum": "512328c3fec44e3d0afb7b799bbe909de6a6a883",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-alpha.4.tgz",
				"fileCount": 95,
				"unpackedSize": 942863,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTxOYCRA9TVsSAnZWagAAxl8P/Rg/TXEM9bYt7duVSv1U\nZ+PoPKEYGLqmn1XSkW8I4SJZEXTV9yaBHBLbRiiHwGMe9FKFLqYAo6nuAhZT\n8DawQeaakX+UpM0bl6iFfVRAWJ3zaCSWCxun8xJ5bpCBkowFyfjp9zmOhz02\na6URS24jogFCUdoLAZCTFZRzpzaefiIEVHrHi2baAQlkPjeO6/Eblk6kx4xJ\n5v2lC6xBTcBFiXCEEe2F3EaRNni38e7HSEaq29lw6WOEaQwt+r3vF60QA65K\ni5Cqeq6N63QayUZtS8y/+K2w+ck0PakJYJhmk1lALINEG9WCqp8M8wgb17qH\n0OazRJVne/moxErxLiwK1o3hOeaxPawPklewqgfM52YLhIx0uARZgXbn+cF/\nsurY6xht3JbU8iEXOOXxiShYdiS2JviBPFQqtd6zrnOt28AMh8FtFBrnNaTc\ngtr9RjHuL7woP56mr5iAzAv9pHi04RVmIu2oIbzptzzoNEDZIKhicZpIBCfK\nHm85+u6T4uO1wlpG3fa74yoOWr33eCEtjBif2zs4y7HFu2tsJveZkMewf5sq\nHFwT1nVuyoHoKneeRv1h2KNOs9k1uWVrSAM1okUHM3ndziTMPoOFjA72fOyu\nmvPzT5cVSIGW+4UnzbNuSgMxaHDeQJS2FJxn4K4BRzhXNEwcZZzffB+Sf4WF\nO+n7\r\n=L5XM\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.1.0-alpha.4_1582240663806_0.9590638271522105"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-beta.1": {
			"name": "@luma.gl/gltools",
			"version": "8.1.0-beta.1",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.1.0-beta.1",
				"probe.gl": "^3.2.0"
			},
			"gitHead": "130560051d72855247007ed19d1c40305344f36e",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.1.0-beta.1",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-klvFr9hmm/iH7PHoKEJ2r8reMEBnxNlvEOid/pHZmTQcS8VtwFQxSKBeBovXGVI0z72q1mVg7yGciOZirToGHA==",
				"shasum": "d0bff013eb4659ee13020eb45c509d9bf22291be",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-beta.1.tgz",
				"fileCount": 95,
				"unpackedSize": 942861,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVGSfCRA9TVsSAnZWagAAqbIP/RzcVLjxEbfJt7LXFQqX\nqoMEIhyHiVDV89vZQjMkMzj3Wj6t2ouwVkAsdHePq3naonszK9N6TsdC3STR\nbmrpugg3tjezbATSyQV/ZqDGyZSy+JXS8Bkas8aK9rF5To5tqCXNgKSulSkb\n3u8Zlp9Tulj6qMFqTq4q/qd8OvCsKcGq+bnBl3ZRYpIaI7m81tbX9aFa28PV\nGTdGkq9S78YqZMtjpYUOReuqa8A79RDvYSZWXbUy3zLZ8uEZx0XJZCdqQff9\nULXr6xjVVEiO5YLGProIBOL/lnDtf252zZwFDstZ6XhQhVbadHwS49TS8oe3\n7CUo9j+gA0D0GDHchcRsWH2Vz8j73zS0cDcFDD+WdyW0FORlVQBGTxWDexAz\nfXqwfBEABRIIRhM84YkOCpf6piMBRoki3cxcy6sT6fdfeijjiaxcVmuMdRoH\nQpWcDrB7iXjggoPnqqpZeegFuRn1eac4utpss8wTk1YsMdaOiH2qrX0RHyV4\nGPqr8gJhZe8PYd3GSFmI7YdE1pyzCHihaXrQgdNNEA4J1Pzr5bfsajB5YBm/\nqkGOH33Ra33KgRU+6NFsPzYh+FeXmp0OeesKr/D/SijhgJp56x++swnIBYOw\nFhTQ5jx6yOE1eSkdXwJRzgRCPX3p0/zkAhfLD2xyE+pCAPqPXhCxlGv/pA/S\nLwNa\r\n=UMij\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.1.0-beta.1_1582589087341_0.9400390416684212"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-beta.2": {
			"name": "@luma.gl/gltools",
			"version": "8.1.0-beta.2",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.1.0-beta.2",
				"probe.gl": "^3.3.0-alpha.4"
			},
			"gitHead": "6417f1fff8dabc0fce12fd51a89aa03970e0caad",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.1.0-beta.2",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-SFF6Hj+zoPOPIcS/0hO3VxEzQpxFq6YXRbnnp9EMi/mJ+F6YOreqsfMn98UC461ksrHtNzYQZdkOnImtDndO9g==",
				"shasum": "eea9bc4c74e881cdc0ccc9235af43786d70fb395",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-beta.2.tgz",
				"fileCount": 95,
				"unpackedSize": 942867,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXvA8CRA9TVsSAnZWagAAi2kP/2ux8ctCx7nmuLnGRDCA\ntodwhkMwCuAn6heg1pmBvWJhtFPP4swhfp+KQKhu6L4H4ZgQ9hDCTDv67bBn\nVffW2Zs7rsSkpROF6dugobPBlEB+cg69KwnJWNcXHKIhWhAFP3VMh0ffxEO4\ndCCZF72fbBOANxviB4NYpuHrXDTfPH79FySEBufELZ1rNZZHH7JoQxXwbALP\n1ODf8XfWJBt2canX3x1aTnJlR+9/m25i8xtRSktjZzun/7V2qGDea7xqVSBg\n0fpAyJ5VmuVOfhfEmjmJbP6HxZLhmJDCBuAgGYLPr6SlM+jwkbrXoTCuxob5\npAT3EV/RhVh5ABuTKrH+68/8v5besSKxF7AY+SfEM2nmVuo7Ha++W2NA4wJv\n5ODtsOesBwCmFGQnRuNlsCtvh3xuS8Qw8vCf1oYj27ce2w8MevuYVPvD9kUn\nzJcE7nUJ41hTqp/PWUJ8vpSYDQGGxTH3ZH0EbD0rjl4GB5uGyr2UfNUhf1hk\nA/1iwAK25OgnG1IUJcRtaRJ/ToO9oNU2UqaIe9/ENdT1cQsAFdCVy91earU6\n75WbAk3IHWjgrcjRW0MAdygVjbP1Tzfy2RpNCjz0cBvUOW5qMBZb3v52lcNC\nFRT3jFhcAEbSgTOgrJvQTpvG6Y8eSQELcsI9NK7nS73ogDO2teLuLjMxX7Og\nwl6G\r\n=qmIb\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.1.0-beta.2_1583280188053_0.8275339363329401"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0-beta.4": {
			"name": "@luma.gl/gltools",
			"version": "8.1.0-beta.4",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.1.0-beta.4",
				"probe.gl": "^3.3.0-alpha.4"
			},
			"gitHead": "7403e4e1c086f93b150ae61c996e2e2dcced00a5",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.1.0-beta.4",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-bMolfJuoSO5tdRO0LIivmwYIaQI1GTztwE9+yxmpTJ3NhWA6nenwszObtSXkpl9UU7dkq6GLCH0FQSqC9wj9uQ==",
				"shasum": "50a8bf8f3d9982ce55549db3542c40748467f3b9",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-beta.4.tgz",
				"fileCount": 95,
				"unpackedSize": 942867,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJebB0aCRA9TVsSAnZWagAAPFYP/2kdLflSsHTE2TOUbqEr\nwYsKhuCHsXKF+Y7ZhW4AsdYAb7OuBYhgx3xKNnLh2zSMguj11aMQ+ZAaa8N2\nsOM1zWviSDQEOWFtIHVk9sDrDouFGU+2E7jXCjQ0KUhCSJCLEsAtkbYQV2s8\nOi/YsboTThinughClIgW8P6AGz4bBPT+DzWT4c2Bm8Jz0qMbrdRlnIT4XktM\n/THx5Qa28WECIrPzg94Ezml68hyS7r4HceVfTNijnpEzlnKrcL7ckJaTPgy4\nK2KXANzAd0nRazdKqmkHGvZJG7r18+Dxuwb0B/3AIokydlIHfMqFiVX0fu0v\nReb+mDUBJD+wF9+aZ1vGhdUzpphxe3pf5YE9QWb03LruTXgF0p2Lweq1zg9s\nNgFu9EuA7hzyEH7Rs5yFm3jWkUVRriHV7BWolx24HQbS2zuLc85E/umIGhO2\nT7If/cHLxnPwB06jbvAbcwcgny+lLl79BQbaE1mI1qw3Vs9Zm02ds2WXUp0o\nW+gAs47pIXxMCCfzcPvrWEgtuiCekE/+/CLgbLJ3kVG6daUACBIA39BKScLL\neuYw9YnKFFt+AO1aNWKqVfsnXJDSEjv0QL4QHpBa4Xt8n5mrs75mwksWIE3S\nqP9J7surWrFOsKrl53KJua7ovmqwD8IwAE+2XXlShjl0g6zqUz4zpQ0hDwn3\nt9rx\r\n=r+t6\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.1.0-beta.4_1584143642311_0.24502916887393122"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.0": {
			"name": "@luma.gl/gltools",
			"version": "8.1.0",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.1.0",
				"probe.gl": "^3.2.1"
			},
			"gitHead": "4ab9e214f52398c19bb0df0ebb97f84b65e0c1aa",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.1.0",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-+6k/++mJRcsJMqts90Oabap6+MDnw4Rf3G+eIZ6gI6oH4NSrLu+kY2KAKycQwoljQ4zVwLRcPydlpcPMJx7zhg==",
				"shasum": "8c5958c22eab7379b90ebf6f8f78bc81b7fe851b",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0.tgz",
				"fileCount": 95,
				"unpackedSize": 942845,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecRBaCRA9TVsSAnZWagAAgmIP+wQgjqOxPUh69FfjUOjq\ncuzr3+rNa5HnA4bizi807VBQ+ly4Df5OrGGCaIawOwmYuS6rlqWFxqsXdLzz\nVPDK4PZKGcgv0+IGqf+HL/v+xKxlbc3V2b0HqVeXNI4DeD7ziPjCA7ZwjBWG\nEvC8NkR9qp6EpK84TincNRA+mMZTxGf5g3U0mZJYHfgHe3pAp0al4ZW/FTH4\nJG1N+lFvp7RCWtEnKgv8GYn21nCcarO/qPYVsrAcyOPk+ZEEeze6tm0db535\nOOcOKB6vguUSHjDIOUJAhkOHS6/9n4SqJ7ZtmT6ARgFzwxChhXenwTQcWKKM\nIeMvvHwnbgUSFuhUk0sbjuhMhq4sdZ5qe8mQaU1yJENY6bR73saoyyZxCu/1\ntnD3O+EPdHr9Aa7Pv0BI6NgZzfju4sOGw0tLld7P0y1Lk/mE6qNYO3VbbrEl\nxQzkiB/RmsdinAkI9sjHgUf/p7l7wd+qTyLse7W4Ao3NYC20IkARh6Ho20ja\nBBy/nFkvK2lJOTsC9VPml5CB6KbPaCZL2cSxDUQkq8lkom7o6C8eiptFdbC5\nP47gh5oO2hVEbvSwFb5HKaaYZeqTU252QE5vYtU9apPTII9uKc4nhXLNCTrk\nZu8RL9IFX1xakQ5E4JsL4pmdjcF3NToE0upVIMNidVh9LH7CDbJ9l3pbRQER\nLZ+V\r\n=zUFq\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.1.0_1584468058347_0.6779146131000222"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.1": {
			"name": "@luma.gl/gltools",
			"version": "8.1.1",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/uber/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.1.1",
				"probe.gl": "^3.2.1"
			},
			"gitHead": "4400f4aee7f8ea408f6952c01dc580973f4a821e",
			"bugs": {
				"url": "https://github.com/uber/luma.gl/issues"
			},
			"homepage": "https://github.com/uber/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.1.1",
			"_nodeVersion": "10.19.0",
			"_npmVersion": "lerna/3.19.0/node@v10.19.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Q8wayEm9zS3bd5+Ck97Ap4MLeJRhQjcQGvSbc165sbisUjVA7+m6VqwLE5rHQ2GWma2oEYBHltb/GeVEU2t5FQ==",
				"shasum": "1d346233d9a57acc4f8fc6b62dc41b75a9f9f288",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.1.tgz",
				"fileCount": 95,
				"unpackedSize": 942979,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenhE3CRA9TVsSAnZWagAAMcUP/jZxtEnkdz2tB+GrteAI\nPrcBZAPlPMilvg/wgs632WMxPwozm30uKM/imdGFn7Qz5jpxGGzRFCPojb4O\n7Os/txz1JPP5KLBqKhWG/Q2PyOXkgiqKQ78uTjZdjGzyA5W2ZqPzBNq4b5n0\ngDib4s3YtH9gadOsiMwZSIClSslJ3g+VTJcQkP/KPNja8paYR3wY0q1LUPz+\nOnUYg/WqVDgmGVoBuGK3v2pna8V4j+k7w/yJ212iote+dL8VBqUfKe/vIamB\nfoO/sXM9NGK8Ut1bN2ioZa3ZAocjo0A9zDB8UF8VLZhcLuG0DkGl9fXfTOUR\nkLPaRZVCc0vJUVa+Q/zN7JpbKHpsS4IcXbOMs9bkUjLScrZFTYgygsSxDVFo\nolPKzCoSfJwV1ysScv49uJHPeS9NK12HhnTNLn6IOEPGh9fLPz3brSU3WCxJ\nPvJFVmbU1FSp10KS07PpQBxpq4aeVHslAwxEddl3uOjML3ypz3hos+Dy8AG1\nPto+WNAgP74ifwlx+9z7r8owZpt8H4yiDnGWm93HqlXPRnytnqLPkyaaVNxq\nVg53z4SAXB4JKi+0o1USEfnQ/xSWifPTwjgqezTx6RSVfVvM1+u1jrUi/RQT\nWYSMMR5Mi2JoRksxWJcVIY/XTEcdG77VG125jl2pSjYI1FSYQsQI+zDLZbK5\nsAUC\r\n=QJra\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "tsherif",
				"email": "tareksherif@pm.me"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.1.1_1587417398559_0.05229513142019471"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.2": {
			"name": "@luma.gl/gltools",
			"version": "8.1.2",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.1.2",
				"probe.gl": "^3.2.1"
			},
			"gitHead": "3a8b3f262b401068dad3cb0f91305d4ee93aeec8",
			"bugs": {
				"url": "https://github.com/visgl/luma.gl/issues"
			},
			"homepage": "https://github.com/visgl/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.1.2",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-I8J+7bEm8ucfhoKlHtQhyaYF3NyGmTeYYMRNq9h8hbGQko4ztJBUWYKzBaEk49RxcejXhCv1RDaPCFLevXM2sQ==",
				"shasum": "cf169322b573a1e0ae3390061da40b397b7e15e6",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.2.tgz",
				"fileCount": 95,
				"unpackedSize": 942980,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqPqzCRA9TVsSAnZWagAAD1UP/1/1Y6ZCiXWzrI/Y9Zs1\nGVST9iJXkz5UAI5iB3crbg93w3X8ytpZ+ud3yA8YtnRydF+Teodrt7lc/CnV\nApgizhOXbTXEYoAhcS9LV7UwMF6HT3DUxmiTxwRE+xEpRuDjodGqHVvVNxO4\ncxJrk9Cj5uAliBRg40vdE16Styh9s3f5Of8xaVMEOPDSewogod1YN1pE2j6i\nfWxFW1iFi2uHujL91hXYjMVBBBSmRo163dtgOYv0IdGvRr2kzgiC4F7RCe7C\nZQ2LkULs95EoC6wtzJrI3rmccyCsiDcZpsTFQLXefAvf2NX2b5wmVnDbNUMv\nHh030LQ1CI5SDmHnyYXXOWmo8abETFzwcWDImcBCiaAmQn+ru02dv//UCM1l\nW7qR1Upcq8RZMG9XGpQYEl9na6LovZP7OmZQyFk0zKny6xVvk64A1XUVze7D\n5dyQO1jPn9H4oJui8A1NmPAYsMiiaM4GC9raq0N9eMsS/wh0aGKmzwXOQjkE\nUoRDPAsceQsFAJ4uPpitRRezAdhUbLuGjKMR7mk5xSt2+ij38VeBHFh0GUO2\npNsRS9jDay9I6r8pGk9e8kKJfZQdUaAbYUPvilBG3/Ddo2pxCf8jXcf7HlzJ\nMwEYmgJh5Aq6vlXd5VP8AMQUD0B4+1exCTeVyjyy8xWv3d+ocyxMReohVPiF\nlyoI\r\n=1q2p\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.1.2_1588132530784_0.6478823835555585"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.1.3": {
			"name": "@luma.gl/gltools",
			"version": "8.1.3",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.1.3",
				"probe.gl": "^3.2.1"
			},
			"gitHead": "757c0c05617e902f37fc517ef8d97c3075e2ba4e",
			"bugs": {
				"url": "https://github.com/visgl/luma.gl/issues"
			},
			"homepage": "https://github.com/visgl/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.1.3",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-ySq5c6GB4fYyJBHrsFoV8U5Nvamb16l+HqPdwyyKGxqZinHY4Q/PwETBWN/hs9g1rFNg3znSupIlRN5ut0o29Q==",
				"shasum": "27dc9732aae951f3b98ea841d8bd14c103188c8c",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.3.tgz",
				"fileCount": 95,
				"unpackedSize": 942980,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2qgPCRA9TVsSAnZWagAAyEIP/0/ZJkSkLZfnvDBoMwGu\nOuKz0l5LdTlPO7if1l6j9HJiOnA9dAWmrGoEWI3dtUs3eT9V8VKJCtQ9wn/F\nrSomjjjSBoXdhOo2ZBSE475XX/ljozlJRVuqdiP/P45/3pqbhtDVLLaWTJN+\nA6GLIMWOkBUBHlozdI+eTNKB6f/GzICJWfjaN0zjNkjOsfWFpgDqLUkPOCJO\n1Kj6FGlEalFYGaBytRVseZeh3u3v5lwNbaXnuh6FvQrSG43fSfGZaH8kAlpO\n0crMH5A6QC2k3trEVAS/Ie96C7FLNS2v9HVghDywq3IijzOyhguS+/LptZKJ\nZXuGlZZZpEeqb0ikSr+rr0bpZmHw1w3xSKiEx+d0FqxgGIfDN0uFNZ7gBQzq\ntq5RTmiOpudnfJ/S2N8TNMiXHniuCFI5K6XyI4KNCMbHPInXNON6yVnN6v7v\nezYGuj8t0MU+ms3YmxSxB3Yg+ycZgXEwvYm36j85wkXdCQwyH0vrcD+aOVGq\nd6OtylQtZ3AMuD53U8zPk8jWD4EZXLZgWHMFHsCJ2BptdTx/W+5Ad7H3G6b8\nMe2PtWJuJkZCq573xkj9ZiQuqb6hC5NNjkzpaQ1LC05UxP7zG9GI6PfiUgIO\n/+G5sjqMFge+0FGoP0eq+3wTuTuDd7jWeh8Ro5Eq6n6liG/qtTVb5XUnAu4m\n/YwR\r\n=6HVt\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.1.3_1591388174627_0.4437691441926632"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0-beta.1": {
			"name": "@luma.gl/gltools",
			"version": "8.2.0-beta.1",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.2.0-beta.1",
				"probe.gl": "^3.2.1"
			},
			"gitHead": "6f5d8f8b9368aa9672980ad0151e7e5a023c1ce0",
			"bugs": {
				"url": "https://github.com/visgl/luma.gl/issues"
			},
			"homepage": "https://github.com/visgl/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.2.0-beta.1",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-k8OrLGrB7KuMQ9qLiI0PwItthwGPZlqlBfyyH7D6R+yyBs+eL7J9q5PlqzNIVa03Bz71bIjr6pZcyfeAx6BVEg==",
				"shasum": "14da0509c4031951112951fcaf141c529152bdb3",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.2.0-beta.1.tgz",
				"fileCount": 95,
				"unpackedSize": 942994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7AByCRA9TVsSAnZWagAAIw0P/AydD4IN/Psby8QQwo1x\nfJWoDQ/70dQDjWnKwfXKJncuSzxCRfpl01ScrrVOi4pEVEyrl63q9X54pJ9D\n1BW7CByeSONsd5Q2ZQyzsWKKE7CN04wEAsHXY9CTkG1BgtDl201ObWLvS/oM\nDTaak2npUWURrP68AdqvXSFVpTV8BGhy04xvMreQSpz4C8E48JrYnq/8u5nF\n2rzp2rOEsgerne8Gu0Xvi4axv7Hx0i1ADfJLdMUfyaJ5PGMsSEdn9tsiGSu0\npsrp6jcUNFnUpVI/kL9eFXFt652qgaep1Yro2P9gUNt4WOFMtmi5g5litYqd\n/pmRhVtcgSxXDgEeqlCWoRwSBlUg1euPb0JWwAeWydunD0v67k/vz6OODooI\nek8O8q00AsetxS5jX8Z/7D4ZEwN9KQzShOcl/BSBUmWiRGMVjCAMtLe5AUIy\nm2gmpa15YYHXPTlp4iJ0zKgcuJJZF/DQd1PI6aKrUuS4J7u0OfAAoXtgAtDI\nZVFftj/1Okvc/YVXWpYfiin9OKW7wp7dVD1aqIjg6hzGoE380ppx7kh8hikw\neJS6t3AoNaCbTBaXb3CSJ37m5SddId4gSpUvjla5sOG8k/3usZ/f8xC5HD8e\nwDJ+5ZdPV+6kqOHdUXoNEjXPvmIThOGYOq/fGM7VudFDUwpJx0MFLISYpUQQ\nRqf+\r\n=qCDI\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": "tgorkin",
					"email": "tgorkin@uber.com"
				},
				{
					"name": "tsherif",
					"email": "tareksherif@pm.me"
				}
			],
			"_npmUser": {
				"name": "pessimistress",
				"email": "cxiaoji@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/gltools_8.2.0-beta.1_1592524914360_0.24412097376258335"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"8.2.0": {
			"name": "@luma.gl/gltools",
			"version": "8.2.0",
			"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/visgl/luma.gl.git"
			},
			"publishConfig": {
				"access": "public"
			},
			"keywords": [
				"webgl2",
				"webgl",
				"polyfill"
			],
			"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": "8.2.0",
				"probe.gl": "^3.2.1"
			},
			"gitHead": "7f06b69b4bb78dbd9b8497ef74af73a19c80786f",
			"bugs": {
				"url": "https://github.com/visgl/luma.gl/issues"
			},
			"homepage": "https://github.com/visgl/luma.gl#readme",
			"_id": "@luma.gl/gltools@8.2.0",
			"_nodeVersion": "12.12.0",
			"_npmVersion": "lerna/3.19.0/node@v12.12.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-pc0jMKFkob4PLQ8g67C6XGP3hsmiXmc4DHNPCZR7LvQAxjxgcILTA9mle0TSeGOdn1eeTFvbqwvFqh7tnHGPQA==",
				"shasum": "44911630addcbb37deffaa74ae92233cdabab72d",
				"tarball": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.2.0.tgz",
				"fileCount": 95,
				"unpackedSize": 942994,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe959xCRA9TVsSAnZWagAA/iUP/iQx11Ga3WgQ4NFsWjnM\nQMPUShgTNhrT9iKpG6DkCGV7gDYNmT0xM56bTdKZl+sVEV9qoGDvsPwVtsFw\nPulk8lPDN28dSL1iPrDhZx+tu1k9WdV22TIt1q+B5gPM7d9IwPvaMwXkQdKL\nqQV/QLjA4Ev9fA1Au/BGNdH8WqWmA5Mb4BsZVfIMvUheX8obFUbcMy/Y7VaV\nh/qu0k1179+2UpOuM9faxRsNByZ+0imelYwgThich+OAZ9R72cdsjtFVwNy0\nG7YfFVH3bziDixUawLLYtjHZQ1tCKBrQ8PAylInoGDgLvmbRsjgP6G+v/IPf\nHdqhzGshUY5wvaKhscQeVpx2Y5RaE49eZ96iNikIyqauCgYUVU4U8jVa82v4\nJOEp5uO5/BMQDGxFbTVAEf4kxEMOKwUMlx6+NuUwCkWUaTrxA1dHZaygpXIS\n4aaqybQ+BRgszcCLD4+qtBqoFCSgp5yTqseF0x2ipK916vhyStsOpuJsBTgC\n01zpvWnf5F/JGIUVv8zWYtmCZuoBRh1Be0PwU292lERVWakokefm929aC7dH\nuMbJxbzK/X+T7wSaMor7k1+1iR9e3xTjXeZHHbW8Ma5lM2AuH0bg+mtiDlDJ\nxwMljEsQP4fHf+MaPgoYUkno2li5mrg4B77MRV5qXD2JOpj3JSUH+DPIXG/2\ntiR4\r\n=gf3e\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/gltools_8.2.0_1593286513096_0.6839363349661556"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2019-11-08T17:28:19.695Z",
		"8.0.0-alpha.2": "2019-11-08T17:28:20.036Z",
		"modified": "2020-06-27T19:35:16.609Z",
		"8.0.0-alpha.3": "2019-11-11T20:08:04.108Z",
		"8.0.0-alpha.5": "2019-11-13T16:50:09.946Z",
		"8.0.0-alpha.6": "2019-11-25T22:19:18.798Z",
		"8.0.0-alpha.8": "2019-11-26T15:05:05.119Z",
		"8.0.0-alpha.9": "2019-11-26T15:17:17.369Z",
		"8.0.0-alpha.10": "2019-11-27T17:21:41.030Z",
		"8.0.0-alpha.11": "2019-11-28T01:16:06.544Z",
		"8.0.0-alpha.12": "2019-11-28T02:27:41.789Z",
		"8.0.0-beta.1": "2019-12-02T20:16:41.429Z",
		"8.0.0-beta.2": "2019-12-07T00:57:21.908Z",
		"8.0.0-beta.3": "2019-12-13T02:20:17.449Z",
		"8.0.0-beta.4": "2019-12-16T21:36:10.493Z",
		"8.0.0": "2019-12-21T02:55:35.293Z",
		"8.0.1": "2019-12-23T21:08:04.257Z",
		"8.0.2": "2020-01-21T20:33:31.498Z",
		"8.0.3": "2020-01-21T20:51:44.912Z",
		"8.1.0-alpha.1": "2020-01-29T21:04:21.864Z",
		"8.1.0-alpha.2": "2020-02-05T23:43:38.032Z",
		"8.0.5": "2020-02-07T22:10:53.268Z",
		"8.1.0-alpha.4": "2020-02-20T23:17:43.969Z",
		"8.1.0-beta.1": "2020-02-25T00:04:47.514Z",
		"8.1.0-beta.2": "2020-03-04T00:03:08.273Z",
		"8.1.0-beta.4": "2020-03-13T23:54:02.550Z",
		"8.1.0": "2020-03-17T18:00:58.509Z",
		"8.1.1": "2020-04-20T21:16:38.757Z",
		"8.1.2": "2020-04-29T03:55:30.931Z",
		"8.1.3": "2020-06-05T20:16:14.755Z",
		"8.2.0-beta.1": "2020-06-19T00:01:54.575Z",
		"8.2.0": "2020-06-27T19:35:13.287Z"
	},
	"users": {},
	"dist-tags": {
		"beta": "8.2.0-beta.1",
		"latest": "8.2.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"3425e9ff9f332af74bc1c3b86aa0a75f\"",
			"fetched": 1600326173788
		}
	},
	"_distfiles": {
		"gltools-8.0.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.2.tgz",
			"sha": "a685a15e4f2086c0a10951940d4ec0b8f4eaaadb",
			"registry": "npmjs"
		},
		"gltools-8.0.0-alpha.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.3.tgz",
			"sha": "8119507d950ff02d42269676bbe7e200e5e56563",
			"registry": "npmjs"
		},
		"gltools-8.0.0-alpha.5.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.5.tgz",
			"sha": "024feb5b18fdd230ed225fc6eebf5de032d6a816",
			"registry": "npmjs"
		},
		"gltools-8.0.0-alpha.6.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.6.tgz",
			"sha": "9802ae1116e84804d992e646fc16aad8ec6fcccf",
			"registry": "npmjs"
		},
		"gltools-8.0.0-alpha.8.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.8.tgz",
			"sha": "29f90eb8d4a91f2a8020fb86433778d8a332a5dd",
			"registry": "npmjs"
		},
		"gltools-8.0.0-alpha.9.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.9.tgz",
			"sha": "18172b88f960c0d649dd53a547ceaca9510731e3",
			"registry": "npmjs"
		},
		"gltools-8.0.0-alpha.10.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.10.tgz",
			"sha": "76a98d9956efadb035ea54be7c08ea4c16b38fdd",
			"registry": "npmjs"
		},
		"gltools-8.0.0-alpha.11.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.11.tgz",
			"sha": "fef1be0ade4846349fb007c7096658ce2f96e116",
			"registry": "npmjs"
		},
		"gltools-8.0.0-alpha.12.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-alpha.12.tgz",
			"sha": "e66718d66a3683364ab745281b2a19e759ba728e",
			"registry": "npmjs"
		},
		"gltools-8.0.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-beta.1.tgz",
			"sha": "e6615137d7862b9fd3b4f3ad164b23749f0148f1",
			"registry": "npmjs"
		},
		"gltools-8.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-beta.2.tgz",
			"sha": "8709bb4fa1c36e919eae68f0854175869b38573b",
			"registry": "npmjs"
		},
		"gltools-8.0.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-beta.3.tgz",
			"sha": "84a30d304b8efdd2fb1279ccda001a37ca07c0d1",
			"registry": "npmjs"
		},
		"gltools-8.0.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0-beta.4.tgz",
			"sha": "d45bb476fe3465a37e27e339eca6f40c38e168a2",
			"registry": "npmjs"
		},
		"gltools-8.0.0.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.0.tgz",
			"sha": "84b801a5ae6be62b7a0f47ae4673bb8f2ee07855",
			"registry": "npmjs"
		},
		"gltools-8.0.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.1.tgz",
			"sha": "9287d2f5f857b82a49e1119a6bcd58f934fcbf75",
			"registry": "npmjs"
		},
		"gltools-8.0.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.2.tgz",
			"sha": "0435ba5e084d4e851df80597c00c3cd119897969",
			"registry": "npmjs"
		},
		"gltools-8.0.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.3.tgz",
			"sha": "1e02f94c3cb56d8d85e2d98c0ebdd8d25afeb98d",
			"registry": "npmjs"
		},
		"gltools-8.1.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-alpha.1.tgz",
			"sha": "12f1c5cba2c7fdf573ac1ad516424b9411f824f5",
			"registry": "npmjs"
		},
		"gltools-8.1.0-alpha.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-alpha.2.tgz",
			"sha": "5a52c65118af1aac321802796cf50761ea6750e9",
			"registry": "npmjs"
		},
		"gltools-8.0.5.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.0.5.tgz",
			"sha": "e6cd444a155006e03752b1e369ac7671af19cab1",
			"registry": "npmjs"
		},
		"gltools-8.1.0-alpha.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-alpha.4.tgz",
			"sha": "512328c3fec44e3d0afb7b799bbe909de6a6a883",
			"registry": "npmjs"
		},
		"gltools-8.1.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-beta.1.tgz",
			"sha": "d0bff013eb4659ee13020eb45c509d9bf22291be",
			"registry": "npmjs"
		},
		"gltools-8.1.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-beta.2.tgz",
			"sha": "eea9bc4c74e881cdc0ccc9235af43786d70fb395",
			"registry": "npmjs"
		},
		"gltools-8.1.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0-beta.4.tgz",
			"sha": "50a8bf8f3d9982ce55549db3542c40748467f3b9",
			"registry": "npmjs"
		},
		"gltools-8.1.0.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.0.tgz",
			"sha": "8c5958c22eab7379b90ebf6f8f78bc81b7fe851b",
			"registry": "npmjs"
		},
		"gltools-8.1.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.1.tgz",
			"sha": "1d346233d9a57acc4f8fc6b62dc41b75a9f9f288",
			"registry": "npmjs"
		},
		"gltools-8.1.2.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.2.tgz",
			"sha": "cf169322b573a1e0ae3390061da40b397b7e15e6",
			"registry": "npmjs"
		},
		"gltools-8.1.3.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.1.3.tgz",
			"sha": "27dc9732aae951f3b98ea841d8bd14c103188c8c",
			"registry": "npmjs"
		},
		"gltools-8.2.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.2.0-beta.1.tgz",
			"sha": "14da0509c4031951112951fcaf141c529152bdb3",
			"registry": "npmjs"
		},
		"gltools-8.2.0.tgz": {
			"url": "https://registry.npmjs.org/@luma.gl/gltools/-/gltools-8.2.0.tgz",
			"sha": "44911630addcbb37deffaa74ae92233cdabab72d",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"gltools-8.2.0.tgz": {
			"shasum": "44911630addcbb37deffaa74ae92233cdabab72d"
		}
	},
	"_rev": "2-52356d7bd5f2a06b",
	"_id": "@luma.gl/gltools",
	"readme": "ERROR: No README data found!"
}