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-matrix/package.json

53 lines
1.5 KiB

{
"_from": "gl-matrix@^3.0.0",
"_id": "gl-matrix@3.2.1",
"_inBundle": false,
"_integrity": "sha512-YYVO8jUSf6+SakL4AJmx9Jc7zAZhkJQ+WhdtX3VQe5PJdCOX6/ybY4x1vk+h94ePnjRn6uml68+QxTAJneUpvA==",
"_location": "/gl-matrix",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-matrix@^3.0.0",
"name": "gl-matrix",
"escapedName": "gl-matrix",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/mapbox-gl"
],
"_resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.2.1.tgz",
"_shasum": "2d8e35125bf854f49abded8a0c8350b1a4907a26",
"_spec": "gl-matrix@^3.0.0",
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend/node_modules/mapbox-gl",
"bugs": {
"url": "https://github.com/toji/gl-matrix/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brandon Jones",
"email": "tojiro@gmail.com"
},
{
"name": "Colin MacKenzie IV",
"email": "sinisterchipmunk@gmail.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "Javascript Matrix and Vector library for High Performance WebGL apps",
"homepage": "http://glmatrix.net",
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
"name": "gl-matrix",
"repository": {
"type": "git",
"url": "git+https://github.com/toji/gl-matrix.git"
},
"sideEffects": false,
"version": "3.2.1"
}