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

69 lines
1.7 KiB

{
"_from": "mat4-decompose@^1.0.3",
"_id": "mat4-decompose@1.0.4",
"_inBundle": false,
"_integrity": "sha1-ZetP451wh496RE60Yk1S9+frL68=",
"_location": "/mat4-decompose",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mat4-decompose@^1.0.3",
"name": "mat4-decompose",
"escapedName": "mat4-decompose",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/mat4-interpolate"
],
"_resolved": "https://registry.npmjs.org/mat4-decompose/-/mat4-decompose-1.0.4.tgz",
"_shasum": "65eb4fe39d70878f7a444eb4624d52f7e7eb2faf",
"_spec": "mat4-decompose@^1.0.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mat4-interpolate",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"bugs": {
"url": "https://github.com/mattdesl/mat4-decompose/issues"
},
"bundleDependencies": false,
"dependencies": {
"gl-mat4": "^1.0.1",
"gl-vec3": "^1.0.2"
},
"deprecated": false,
"description": "decomposes a 3D matrix",
"devDependencies": {
"tape": "^3.0.3"
},
"homepage": "https://github.com/mattdesl/mat4-decompose",
"keywords": [
"4x4",
"decompose",
"gl-mat4",
"mat4",
"decomposition",
"interpolation",
"lerp",
"linear",
"tween",
"animate",
"css",
"matrix"
],
"license": "MIT",
"main": "index.js",
"name": "mat4-decompose",
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/mat4-decompose.git"
},
"scripts": {
"test": "tape *.js"
},
"version": "1.0.4"
}