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

65 lines
1.7 KiB

{
"_from": "gl-matrix-invert@^1.0.0",
"_id": "gl-matrix-invert@1.0.0",
"_inBundle": false,
"_integrity": "sha1-o2173jZUxFkKEn7nxo9uE/6oxj0=",
"_location": "/gl-matrix-invert",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gl-matrix-invert@^1.0.0",
"name": "gl-matrix-invert",
"escapedName": "gl-matrix-invert",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ndarray-homography"
],
"_resolved": "https://registry.npmjs.org/gl-matrix-invert/-/gl-matrix-invert-1.0.0.tgz",
"_shasum": "a36d7bde3654c4590a127ee7c68f6e13fea8c63d",
"_spec": "gl-matrix-invert@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/ndarray-homography",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/gl-matrix-invert/issues"
},
"bundleDependencies": false,
"dependencies": {
"gl-mat2": "^1.0.0",
"gl-mat3": "^1.0.0",
"gl-mat4": "^1.0.0"
},
"deprecated": false,
"description": "Inverts a matrix in gl-matrix format of any dimension",
"devDependencies": {
"tape": "^3.0.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/gl-matrix-invert",
"keywords": [
"gl-matrix",
"invert",
"inversion",
"inverse",
"linear",
"algebra"
],
"license": "MIT",
"main": "invert.js",
"name": "gl-matrix-invert",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/gl-matrix-invert.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.0"
}