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

84 lines
2.0 KiB

{
"_from": "surface-nets@^1.0.2",
"_id": "surface-nets@1.0.2",
"_inBundle": false,
"_integrity": "sha1-5DPIy7qUpydMb0yZVStGG/H8eks=",
"_location": "/surface-nets",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "surface-nets@^1.0.2",
"name": "surface-nets",
"escapedName": "surface-nets",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/gl-contour2d",
"/gl-surface3d",
"/vectorize-text"
],
"_resolved": "https://registry.npmjs.org/surface-nets/-/surface-nets-1.0.2.tgz",
"_shasum": "e433c8cbba94a7274c6f4c99552b461bf1fc7a4b",
"_spec": "surface-nets@^1.0.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-contour2d",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/surface-nets/issues"
},
"bundleDependencies": false,
"dependencies": {
"ndarray-extract-contour": "^1.0.0",
"triangulate-hypercube": "^1.0.0",
"zero-crossings": "^1.0.0"
},
"deprecated": false,
"description": "General purpose level set extraction",
"devDependencies": {
"gl-matrix": "~2.1.0",
"isosurface": "^1.0.0",
"ndarray": "~1.0.11",
"ndarray-fill": "~0.1.0",
"svg-3d-simplicial-complex": "~0.1.1",
"tape": "~2.12.3"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/surface-nets",
"keywords": [
"surface",
"net",
"marching",
"cubes",
"polygonize",
"isosurface",
"ndarray",
"extract",
"boundary",
"volume",
"marching",
"squares",
"surface nets",
"dual contouring",
"dual",
"contour",
"isocontour"
],
"license": "MIT",
"main": "surfacenets.js",
"name": "surface-nets",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/surface-nets.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.2"
}