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

66 lines
1.6 KiB

4 years ago
{
"_from": "barycentric@^1.0.1",
"_id": "barycentric@1.0.1",
"_inBundle": false,
"_integrity": "sha1-8VYruJGyb0/sRjqC7to2V4AOxog=",
"_location": "/barycentric",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "barycentric@^1.0.1",
"name": "barycentric",
"escapedName": "barycentric",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/gl-mesh3d"
],
"_resolved": "https://registry.npmjs.org/barycentric/-/barycentric-1.0.1.tgz",
"_shasum": "f1562bb891b26f4fec463a82eeda3657800ec688",
"_spec": "barycentric@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-mesh3d",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/barycentric/issues"
},
"bundleDependencies": false,
"dependencies": {
"robust-linear-solve": "^1.0.0"
},
"deprecated": false,
"description": "Converts points to barycentric coordinates",
"devDependencies": {
"tape": "^2.14.0"
},
"directories": {
"test": "test"
},
"gitHead": "9158ac95623661f3c955980e4148123b72994601",
"homepage": "https://github.com/mikolalysenko/barycentric#readme",
"keywords": [
"simplex",
"triangle",
"tetrahedra",
"line",
"barycentric",
"coordinate",
"geometry"
],
"license": "MIT",
"main": "barycentric.js",
"name": "barycentric",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/barycentric.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.1"
}