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

72 lines
1.8 KiB

4 years ago
{
"_from": "gl-mat3@^1.0.0",
"_id": "gl-mat3@1.0.0",
"_inBundle": false,
"_integrity": "sha1-iWMyGcpCk3mha5GF2V1BcTRTuRI=",
"_location": "/gl-mat3",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-mat3@^1.0.0",
"name": "gl-mat3",
"escapedName": "gl-mat3",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gl-matrix-invert",
"/gl-quat"
],
"_resolved": "https://registry.npmjs.org/gl-mat3/-/gl-mat3-1.0.0.tgz",
"_shasum": "89633219ca429379a16b9185d95d41713453b912",
"_spec": "gl-mat3@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-quat",
"bugs": {
"url": "https://github.com/gl-modules/gl-mat3/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brandon Jones",
"email": "tojiro@gmail.com"
},
{
"name": "Colin MacKenzie IV",
"email": "sinisterchipmunk@gmail.com"
},
{
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
}
],
"dependencies": {},
"deprecated": false,
"description": "gl-matrix's mat3, split into smaller pieces",
"devDependencies": {
"dox": "git://github.com/hughsk/dox.git#api-context"
},
"homepage": "https://github.com/gl-modules/gl-mat3",
"keywords": [
"gl-matrix",
"matrix",
"maths"
],
"license": {
"type": "zlib",
"url": "http://github.com/gl-modules/gl-mat3/blob/master/LICENSE.md"
},
"main": "index.js",
"name": "gl-mat3",
"repository": {
"type": "git",
"url": "git://github.com/gl-modules/gl-mat3.git"
},
"scripts": {
"get-docs": "cat *.js | dox --api"
},
"version": "1.0.0"
}