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.
64 lines
1.7 KiB
64 lines
1.7 KiB
4 years ago
|
{
|
||
|
"_from": "matrix-camera-controller@^2.1.3",
|
||
|
"_id": "matrix-camera-controller@2.1.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-NeUmDMHNVQliunmfLY1OlLGjk3A=",
|
||
|
"_location": "/matrix-camera-controller",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "matrix-camera-controller@^2.1.3",
|
||
|
"name": "matrix-camera-controller",
|
||
|
"escapedName": "matrix-camera-controller",
|
||
|
"rawSpec": "^2.1.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.1.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/3d-view",
|
||
|
"/plotly.js"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/matrix-camera-controller/-/matrix-camera-controller-2.1.3.tgz",
|
||
|
"_shasum": "35e5260cc1cd550962ba799f2d8d4e94b1a39370",
|
||
|
"_spec": "matrix-camera-controller@^2.1.3",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
||
|
"author": {
|
||
|
"name": "Mikola Lysenko"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mikolalysenko/matrix-camera-controller/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"binary-search-bounds": "^1.0.0",
|
||
|
"gl-mat4": "^1.1.2",
|
||
|
"gl-vec3": "^1.0.3",
|
||
|
"mat4-interpolate": "^1.0.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "View camera control by direct matrix manipulation",
|
||
|
"devDependencies": {
|
||
|
"tape": "^3.5.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/mikolalysenko/matrix-camera-controller",
|
||
|
"keywords": [
|
||
|
"camera",
|
||
|
"webgl",
|
||
|
"matrix",
|
||
|
"view",
|
||
|
"controller"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "matrix.js",
|
||
|
"name": "matrix-camera-controller",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/mikolalysenko/matrix-camera-controller.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tape test/*.js"
|
||
|
},
|
||
|
"version": "2.1.3"
|
||
|
}
|