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

81 lines
1.9 KiB

{
"_from": "gl-quat@^1.0.0",
"_id": "gl-quat@1.0.0",
"_inBundle": false,
"_integrity": "sha1-CUXskjOG9FMpvl3DV7HIwtR1hsU=",
"_location": "/gl-quat",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-quat@^1.0.0",
"name": "gl-quat",
"escapedName": "gl-quat",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/quat-slerp"
],
"_resolved": "https://registry.npmjs.org/gl-quat/-/gl-quat-1.0.0.tgz",
"_shasum": "0945ec923386f45329be5dc357b1c8c2d47586c5",
"_spec": "gl-quat@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/quat-slerp",
"bugs": {
"url": "https://github.com/stackgl/gl-quat/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brandon Jones",
"email": "tojiro@gmail.com"
},
{
"name": "Colin MacKenzie IV",
"email": "sinisterchipmunk@gmail.com"
}
],
"dependencies": {
"gl-mat3": "^1.0.0",
"gl-vec3": "^1.0.3",
"gl-vec4": "^1.0.0"
},
"deprecated": false,
"description": "gl-matrix's quaternion, split into smaller pieces",
"devDependencies": {
"dox": "git://github.com/hughsk/dox.git#api-context"
},
"homepage": "https://github.com/stackgl/gl-quat",
"keywords": [
"ecosystem:stackgl",
"gl-matrix",
"matrix",
"math",
"gl",
"mat4",
"mat4x4",
"4x4",
"quat",
"quaternion",
"slerp",
"spherical interpolation",
"mat",
"vector",
"maths"
],
"license": {
"type": "Zlib",
"url": "http://github.com/stackgl/gl-quat/blob/master/LICENSE.md"
},
"main": "index.js",
"name": "gl-quat",
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-quat.git"
},
"scripts": {
"get-docs": "cat *.js | dox --api"
},
"version": "1.0.0"
}