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

80 lines
2.0 KiB

{
"_from": "circumcenter@^1.0.0",
"_id": "circumcenter@1.0.0",
"_inBundle": false,
"_integrity": "sha1-INeqE7F/usUvUtpPVMasi5Bu5Sk=",
"_location": "/circumcenter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "circumcenter@^1.0.0",
"name": "circumcenter",
"escapedName": "circumcenter",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/circumradius"
],
"_resolved": "https://registry.npmjs.org/circumcenter/-/circumcenter-1.0.0.tgz",
"_shasum": "20d7aa13b17fbac52f52da4f54c6ac8b906ee529",
"_spec": "circumcenter@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/circumradius",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/circumcenter/issues"
},
"bundleDependencies": false,
"dependencies": {
"dup": "^1.0.0",
"robust-linear-solve": "^1.0.0"
},
"deprecated": false,
"description": "Computes circumcenters of simplices",
"devDependencies": {
"tape": "^2.13.1"
},
"directories": {
"test": "test"
},
"gitHead": "4ee57b1df026a074a985288f85638f98896e74d8",
"homepage": "https://github.com/mikolalysenko/circumcenter#readme",
"keywords": [
"simplex",
"circumcenter",
"triangle",
"geometry",
"math"
],
"license": "MIT",
"main": "circumcenter.js",
"name": "circumcenter",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/circumcenter.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "1.0.0"
}