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

81 lines
2.0 KiB

{
"_from": "mat4-interpolate@^1.0.3",
"_id": "mat4-interpolate@1.0.4",
"_inBundle": false,
"_integrity": "sha1-Vf/p6zw1KV4sDVqfdyXZBoqJ/3Q=",
"_location": "/mat4-interpolate",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mat4-interpolate@^1.0.3",
"name": "mat4-interpolate",
"escapedName": "mat4-interpolate",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/matrix-camera-controller"
],
"_resolved": "https://registry.npmjs.org/mat4-interpolate/-/mat4-interpolate-1.0.4.tgz",
"_shasum": "55ffe9eb3c35295e2c0d5a9f7725d9068a89ff74",
"_spec": "mat4-interpolate@^1.0.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/matrix-camera-controller",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"bugs": {
"url": "https://github.com/mattdesl/mat4-interpolate/issues"
},
"bundleDependencies": false,
"dependencies": {
"gl-mat4": "^1.0.1",
"gl-vec3": "^1.0.2",
"mat4-decompose": "^1.0.3",
"mat4-recompose": "^1.0.3",
"quat-slerp": "^1.0.0"
},
"deprecated": false,
"description": "interpolates two matrices in place",
"devDependencies": {
"dom-css": "^1.0.4",
"domready": "^1.0.7",
"matrix-to-css": "^1.0.4",
"tape": "^3.0.3",
"tweenr": "^2.0.4"
},
"homepage": "https://github.com/mattdesl/mat4-interpolate",
"keywords": [
"animate",
"animation",
"matrix",
"mat4",
"gl-mat4",
"gl-matrix",
"4x4",
"matrices",
"decompose",
"recompose",
"tween",
"css",
"style",
"quat",
"slerp",
"interpolate",
"mix"
],
"license": "MIT",
"main": "index.js",
"name": "mat4-interpolate",
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/mat4-interpolate.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.4"
}