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

56 lines
1.4 KiB

{
"_from": "polybooljs@^1.2.0",
"_id": "polybooljs@1.2.0",
"_inBundle": false,
"_integrity": "sha1-tDkMLgedTCYtOyUExiiNlbp6R1g=",
"_location": "/polybooljs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "polybooljs@^1.2.0",
"name": "polybooljs",
"escapedName": "polybooljs",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/polybooljs/-/polybooljs-1.2.0.tgz",
"_shasum": "b4390c2e079d4c262d3b2504c6288d95ba7a4758",
"_spec": "polybooljs@^1.2.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Sean",
"url": "http://syntheti.cc"
},
"bugs": {
"url": "https://github.com/voidqk/polybooljs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Boolean operations on polygons (union, intersection, difference, xor)",
"homepage": "https://github.com/voidqk/polybooljs#readme",
"keywords": [
"polygon",
"union",
"intersect",
"intersection",
"difference",
"diff",
"xor",
"boolean",
"clipping",
"clip"
],
"license": "MIT",
"main": "index.js",
"name": "polybooljs",
"repository": {
"type": "git",
"url": "git+https://github.com/voidqk/polybooljs.git"
},
"version": "1.2.0"
}