{ "_from": "gl-heatmap2d@^1.0.5", "_id": "gl-heatmap2d@1.0.5", "_inBundle": false, "_integrity": "sha512-nki9GIh0g4OXKNIrlnAT/gy/uXxkwrFKgI+XwRcUO6nLBM1WbI2hl8EPykNFXCqsyd08HJQbXKiqaHPW7cNpJg==", "_location": "/gl-heatmap2d", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "gl-heatmap2d@^1.0.5", "name": "gl-heatmap2d", "escapedName": "gl-heatmap2d", "rawSpec": "^1.0.5", "saveSpec": null, "fetchSpec": "^1.0.5" }, "_requiredBy": [ "/plotly.js" ], "_resolved": "https://registry.npmjs.org/gl-heatmap2d/-/gl-heatmap2d-1.0.5.tgz", "_shasum": "90364ea643fe48bd555ce84143df076344dbb398", "_spec": "gl-heatmap2d@^1.0.5", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js", "author": { "name": "Mikola Lysenko" }, "browserify": { "transform": [ "glslify" ] }, "bugs": { "url": "https://github.com/gl-vis/gl-heatmap2d/issues" }, "bundleDependencies": false, "dependencies": { "binary-search-bounds": "^2.0.3", "gl-buffer": "^2.1.2", "gl-shader": "^4.0.5", "glslify": "^7.0.0", "iota-array": "^1.0.0", "typedarray-pool": "^1.1.0" }, "deprecated": false, "description": "2D heatmap plots", "devDependencies": { "canvas-fit": "^1.5.0", "chttps": "^1.0.6", "enable-mobile": "^1.0.7", "fps-indicator": "^1.1.0", "gl-plot2d": "^1.2.0", "gl-select-box": "^1.0.1", "gl-spikes2d": "^1.0.1", "mouse-change": "^1.3.0", "mouse-wheel": "^1.2.0" }, "homepage": "https://github.com/gl-vis/gl-heatmap2d#readme", "keywords": [ "heatmap", "2d", "gl-plot2d", "webgl" ], "license": "MIT", "main": "heatmap.js", "name": "gl-heatmap2d", "repository": { "type": "git", "url": "git+https://github.com/gl-vis/gl-heatmap2d.git" }, "scripts": { "build": "npm run build-a && npm run build-b", "build-a": "browserify example/1e6.js -g bubleify | indexhtmlify | metadataify | github-cornerify > gh-pages/1e6.html", "build-b": "browserify example/simple.js -g bubleify | indexhtmlify | metadataify | github-cornerify > gh-pages/index.html", "postshrinkwrap": "chttps ." }, "version": "1.0.5" }