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/robust-in-sphere/package.json

83 lines
2.0 KiB

4 years ago
{
"_from": "robust-in-sphere@^1.1.3",
"_id": "robust-in-sphere@1.1.3",
"_inBundle": false,
"_integrity": "sha1-HFiD0WpOkjkpR27zSBmFe/Kpz3U=",
"_location": "/robust-in-sphere",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "robust-in-sphere@^1.1.3",
"name": "robust-in-sphere",
"escapedName": "robust-in-sphere",
"rawSpec": "^1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
},
"_requiredBy": [
"/cdt2d"
],
"_resolved": "https://registry.npmjs.org/robust-in-sphere/-/robust-in-sphere-1.1.3.tgz",
"_shasum": "1c5883d16a4e923929476ef34819857bf2a9cf75",
"_spec": "robust-in-sphere@^1.1.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/cdt2d",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/robust-in-sphere/issues"
},
"bundleDependencies": false,
"dependencies": {
"robust-scale": "^1.0.0",
"robust-subtract": "^1.0.0",
"robust-sum": "^1.0.0",
"two-product": "^1.0.0"
},
"deprecated": false,
"description": "Exact arithmetic test to check if point is contained in sphere",
"devDependencies": {
"tape": "^2.12.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/robust-in-sphere#readme",
"keywords": [
"sphere",
"robust",
"geometric",
"predicate",
"exact",
"geometry"
],
"license": "MIT",
"main": "in-sphere.js",
"name": "robust-in-sphere",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/robust-in-sphere.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.1.3"
}