StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/gl-pointcloud2d/package.json

82 lines
2.1 KiB

{
"_from": "gl-pointcloud2d@^1.0.2",
"_id": "gl-pointcloud2d@1.0.2",
"_inBundle": false,
"_integrity": "sha512-KDfuJLg1dFWNPo6eJYgwUpNdVcIdK5y29ZiYpzzP0qh3eg0bSLMq8ZkaqvPmSJsFksUryT73IRunsuxJtTJkvA==",
"_location": "/gl-pointcloud2d",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-pointcloud2d@^1.0.2",
"name": "gl-pointcloud2d",
"escapedName": "gl-pointcloud2d",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/gl-pointcloud2d/-/gl-pointcloud2d-1.0.2.tgz",
"_shasum": "4cd692bf5a021759bdea5878e94a0f9683a8a431",
"_spec": "gl-pointcloud2d@^1.0.2",
"_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-pointcloud2d/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Robert Monfera"
}
],
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.2.1",
"glslify": "^7.0.0",
"typedarray-pool": "^1.1.0"
},
"deprecated": false,
"description": "2D WebGL point cloud plots",
"devDependencies": {
"canvas-fit": "^1.5.0",
"chttps": "^1.0.6",
"fps-indicator": "^1.1.0",
"gauss-random": "^1.0.1",
"gl-plot2d": "^1.2.0",
"mouse-change": "^1.4.0",
"mouse-wheel": "^1.2.0"
},
"directories": {
"example": "example"
},
"homepage": "https://github.com/gl-vis/gl-pointcloud2d#readme",
"keywords": [
"webgl",
"point cloud",
"pointcloud",
"gl-vis",
"2d"
],
"license": "MIT",
"main": "pointcloud2d.js",
"name": "gl-pointcloud2d",
"repository": {
"type": "git",
"url": "git+https://github.com/gl-vis/gl-pointcloud2d.git"
},
"scripts": {
"build": "browserify test.js -g bubleify | indexhtmlify | github-cornerify | metadataify > example/index.html",
"postshrinkwrap": "chttps ."
},
"version": "1.0.2"
}