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

65 lines
1.7 KiB

{
"_from": "triangulate-polyline@^1.0.0",
"_id": "triangulate-polyline@1.0.3",
"_inBundle": false,
"_integrity": "sha1-v4uod6hQVBA/65+lphtOjXAXgU0=",
"_location": "/triangulate-polyline",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "triangulate-polyline@^1.0.0",
"name": "triangulate-polyline",
"escapedName": "triangulate-polyline",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/vectorize-text"
],
"_resolved": "https://registry.npmjs.org/triangulate-polyline/-/triangulate-polyline-1.0.3.tgz",
"_shasum": "bf8ba877a85054103feb9fa5a61b4e8d7017814d",
"_spec": "triangulate-polyline@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vectorize-text",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/triangulate-polyline/issues"
},
"bundleDependencies": false,
"dependencies": {
"cdt2d": "^1.0.0"
},
"deprecated": false,
"description": "Triangulates a complex polygon",
"devDependencies": {
"tape": "^3.0.1"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/triangulate-polyline",
"keywords": [
"triangulate",
"complex",
"polygon",
"hole",
"loop",
"polyline",
"multipolyline"
],
"license": "MIT",
"main": "tripolyline.js",
"name": "triangulate-polyline",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/triangulate-polyline.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.3"
}