{"name":"luma.gl","version":"6.1.0-beta.4","description":"WebGL2 Components for High Performance Rendering and Computation","license":"MIT","contributors":[{"name":"Ib Green","email":"ib@uber.com"},{"name":"Nicolas Belmonte","email":"nico@uber.com"},{"name":"Rye Terrell"},{"name":"Shan He","email":"shan@uber.com"},{"name":"Mikola Lysenko"},{"name":"Wesam Manassra","email":"manassra@uber.com"},{"name":"Shaojing Li","email":"shaojing@uber.com"},{"name":"Ravi Akenapalli","email":"chandu@uber.com"},{"name":"Xiaoji Chen","email":"xiaoji@uber.com"},{"name":"Jian Huang","email":"jianh@uber.com"}],"repository":{"type":"git","url":"git+https://github.com/uber/luma.gl.git"},"keywords":["webgl","visualization","animation","3d"],"main":"dist/es5/index.js","module":"dist/esm/index.js","esnext":"dist/es6/index.js","browser":{"gl":false,"gl/wrap":false},"scripts":{"start":"echo 'Please see luma.gl website for how to run examples' && open http://uber.github.io/luma.gl/#/documentation/getting-started/examples","clean":"rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6","build-es6":"BABEL_ENV=es6 babel src --out-dir dist/es6 --source-maps --ignore 'node_modules/'","build-esm":"BABEL_ENV=esm babel src --out-dir dist/esm --source-maps --ignore 'node_modules/'","build-es5":"BABEL_ENV=es5 babel src --out-dir dist/es5 --source-maps --ignore 'node_modules/'","build-size":"(echo \"source size\" ; find src/ -name '*.js' | xargs cat | wc -c) && (echo \"dist/es6 size\" ; find dist/es6 -name '*.js' | xargs cat | wc -c) && (echo \"dist esm size\" ; find dist/esm -name '*.js' | xargs cat | wc -c) && (echo \"dist es5 size\" ; find dist/es5 -name '*.js' | xargs cat | wc -c)","build":"npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5 && npm run build-size","cover":"NODE_ENV=test nyc --reporter html --reporter cobertura --reporter=lcov npm run test-cover","lint":"eslint src test && npm run lint-yarn","lint-examples":"eslint examples","lint-yarn":"!(grep -q unpm.u yarn.lock) || (echo 'Please rebuild yarn.lock file using public npmrc' && false)","publish-prod":"npm run build && npm run test-fast && npm publish","publish-beta":"npm run build && npm run test-fast && npm publish --tag beta","bench":"node test/bench/node.js","bench-browser":"webpack-dev-server --config test/webpack.config.js  --env.bench --progress --hot --open","test":"npm run lint && npm run test-node && npm run build && npm run test-dist &&  npm run collect-metrics && npm run test-browser-puppet","test-ci":"npm run lint && npm run build && npm run test-node && npm run test-dist &&  npm run collect-metrics","test-cover":"NODE_ENV=test tape -r babel-register test/node.js && nyc report","test-fast":"node ../../test/start.js test","test-fp64":"(cd src/shadertools/test && webpack-dev-server --progress --hot --open)","test-node":"node test/node.js","test-dist":"npm run build-es6 && node test/start.js test-dist","test-browser":"webpack-dev-server --config test/webpack.config.js --progress --hot --open --env.testBrowser ","test-browser-puppet":"node test/start.js test-browser","test-shader":"npm run build-dist && budo src/test/fp64-shader.spec.js:build/test-bundle.js --dir test --live --open --watch-glob '**/*.{html,css,scss,js,glsl}' -- -t babelify -t brfs-babel","test-size-es6":"npm run build-es6 && NODE_ENV=production webpack --config test/webpack.config.js --env.import-nothing --env.analyze --env.es6","test-size-esm":"npm run build-esm && NODE_ENV=production webpack --config test/webpack.config.js --env.import-nothing --env.analyze --env.esm","collect-metrics":"./scripts/collect-metrics.sh"},"dependencies":{"math.gl":"^2.1.0-alpha","probe.gl":"^2.0.0-beta","seer":"^0.2.4","webgl-debug":"^2.0.0"},"nyc":{"sourceMap":false,"instrument":false,"include":["src/**/*.js"],"exclude":["test/**/*.js"]},"readmeFilename":"README.md","bugs":{"url":"https://github.com/uber/luma.gl/issues"},"homepage":"https://github.com/uber/luma.gl#readme","_id":"luma.gl@6.1.0-beta.4","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"ibgreen","email":"ib.green.home@gmail.com"},"dist":{"shasum":"706c1f81355917b1d3076639ad3980a61ec1b93c","size":1394961,"noattachment":false,"key":"/luma.gl/-/luma.gl-6.1.0-beta.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/luma.gl/download/luma.gl-6.1.0-beta.4.tgz"},"maintainers":[{"name":"belom88","email":""},{"name":"chrisgervang","email":""},{"name":"donmccurdy","email":""},{"name":"felixpalmer","email":""},{"name":"heshan0131","email":""},{"name":"ibgreen","email":""},{"name":"kaapp","email":""},{"name":"pessimistress","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/luma.gl_6.1.0-beta.4_1535679740575_0.7189565217012832"},"_hasShrinkwrap":false,"publish_time":1535679740946,"_cnpm_publish_time":1535679740946,"dist-tags":{"beta":"7.4.0-alpha.2","latest":"7.3.2"}}