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

70 lines
1.7 KiB

{
"_from": "gl-mat2@^1.0.0",
"_id": "gl-mat2@1.0.1",
"_inBundle": false,
"_integrity": "sha1-FCUFcwpcL+Hp8l2ezj0NbMJxCjA=",
"_location": "/gl-mat2",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-mat2@^1.0.0",
"name": "gl-mat2",
"escapedName": "gl-mat2",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gl-matrix-invert"
],
"_resolved": "https://registry.npmjs.org/gl-mat2/-/gl-mat2-1.0.1.tgz",
"_shasum": "142505730a5c2fe1e9f25d9ece3d0d6cc2710a30",
"_spec": "gl-mat2@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-matrix-invert",
"bugs": {
"url": "https://github.com/gl-modules/gl-mat2/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 mat2, split into smaller pieces",
"devDependencies": {
"dox": "git://github.com/hughsk/dox.git#api-context"
},
"homepage": "https://github.com/gl-modules/gl-mat2",
"keywords": [
"gl-matrix",
"matrix",
"maths"
],
"license": {
"type": "zlib",
"url": "http://github.com/gl-modules/gl-mat2/blob/master/LICENSE.md"
},
"main": "index.js",
"name": "gl-mat2",
"repository": {
"type": "git",
"url": "git://github.com/gl-modules/gl-mat2.git"
},
"scripts": {
"get-docs": "cat *.js | dox --api"
},
"version": "1.0.1"
}