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

81 lines
2.0 KiB

{
"_from": "gl-mat4@^1.2.0",
"_id": "gl-mat4@1.2.0",
"_inBundle": false,
"_integrity": "sha512-sT5C0pwB1/e9G9AvAoLsoaJtbMGjfd/jfxo8jMCKqYYEnjZuFvqV5rehqar0538EmssjdDeiEWnKyBSTw7quoA==",
"_location": "/gl-mat4",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-mat4@^1.2.0",
"name": "gl-mat4",
"escapedName": "gl-mat4",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/gl-axes3d",
"/gl-matrix-invert",
"/gl-mesh3d",
"/gl-plot3d",
"/gl-scatter3d",
"/gl-surface3d",
"/mat4-decompose",
"/mat4-interpolate",
"/mat4-recompose",
"/matrix-camera-controller",
"/orbit-camera-controller",
"/plotly.js",
"/turntable-camera-controller"
],
"_resolved": "https://registry.npmjs.org/gl-mat4/-/gl-mat4-1.2.0.tgz",
"_shasum": "49d8a7636b70aa00819216635f4a3fd3f4669b26",
"_spec": "gl-mat4@^1.2.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"bugs": {
"url": "https://github.com/stackgl/gl-mat4/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brandon Jones",
"email": "tojiro@gmail.com"
},
{
"name": "Colin MacKenzie IV",
"email": "sinisterchipmunk@gmail.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "gl-matrix's mat4, split into smaller pieces",
"devDependencies": {
"dox": "git://github.com/hughsk/dox.git#api-context"
},
"homepage": "https://github.com/stackgl/gl-mat4",
"keywords": [
"gl-matrix",
"matrix",
"math",
"gl",
"mat4",
"mat4x4",
"4x4",
"mat",
"vector",
"maths"
],
"license": "Zlib",
"main": "index.js",
"name": "gl-mat4",
"repository": {
"type": "git",
"url": "git+https://github.com/stackgl/gl-mat4.git"
},
"scripts": {
"get-docs": "cat *.js | dox --api"
},
"version": "1.2.0"
}