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.
92 lines
2.4 KiB
92 lines
2.4 KiB
{
|
|
"_from": "delaunay-triangulate@^1.1.6",
|
|
"_id": "delaunay-triangulate@1.1.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-W7yiGweBmNS8PHV5ajXLuYwllUw=",
|
|
"_location": "/delaunay-triangulate",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "delaunay-triangulate@^1.1.6",
|
|
"name": "delaunay-triangulate",
|
|
"escapedName": "delaunay-triangulate",
|
|
"rawSpec": "^1.1.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/alpha-complex",
|
|
"/plotly.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/delaunay-triangulate/-/delaunay-triangulate-1.1.6.tgz",
|
|
"_shasum": "5bbca21b078198d4bc3c75796a35cbb98c25954c",
|
|
"_spec": "delaunay-triangulate@^1.1.6",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/delaunay-triangulate/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"incremental-convex-hull": "^1.0.1",
|
|
"uniq": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Delaunay triangulations in any dimension",
|
|
"devDependencies": {
|
|
"delaunay": "^0.4.0",
|
|
"delaunay-fast": "^1.0.1",
|
|
"esprima": "^1.2.2",
|
|
"game-shell": "^1.0.1",
|
|
"game-shell-orbit-camera": "^1.0.0",
|
|
"gl-axes": "^2.2.3",
|
|
"gl-matrix": "^2.1.0",
|
|
"gl-now": "^1.3.1",
|
|
"gl-simplicial-complex": "^1.0.0",
|
|
"permutation-parity": "^1.0.0",
|
|
"robust-in-sphere": "^1.1.1",
|
|
"robust-orientation": "^1.1.2",
|
|
"simplicial-complex": "^1.0.0",
|
|
"tape": "^2.13.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mikolalysenko/delaunay-triangulate#readme",
|
|
"keywords": [
|
|
"delaunay",
|
|
"exact",
|
|
"robust",
|
|
"geometry"
|
|
],
|
|
"license": "MIT",
|
|
"main": "triangulate.js",
|
|
"name": "delaunay-triangulate",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/delaunay-triangulate.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.6"
|
|
}
|
|
|