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

67 lines
1.6 KiB

4 years ago
{
"_from": "split-polygon@^1.0.0",
"_id": "split-polygon@1.0.0",
"_inBundle": false,
"_integrity": "sha1-DqzIoTanaxKj2VJW6n2kXbDC0kc=",
"_location": "/split-polygon",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "split-polygon@^1.0.0",
"name": "split-polygon",
"escapedName": "split-polygon",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gl-axes3d"
],
"_resolved": "https://registry.npmjs.org/split-polygon/-/split-polygon-1.0.0.tgz",
"_shasum": "0eacc8a136a76b12a3d95256ea7da45db0c2d247",
"_spec": "split-polygon@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-axes3d",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/split-polygon/issues"
},
"bundleDependencies": false,
"dependencies": {
"robust-dot-product": "^1.0.0",
"robust-sum": "^1.0.0"
},
"deprecated": false,
"description": "Splits a convex polygon by a plane",
"devDependencies": {
"tap": "~0.4.4",
"tape": "~1.1.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/split-polygon#readme",
"keywords": [
"split",
"polygon",
"clip",
"sutherland-hodgman",
"3d",
"2d",
"graphics"
],
"license": "MIT",
"main": "clip-poly.js",
"name": "split-polygon",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/split-polygon.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.0"
}