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

64 lines
1.7 KiB

{
"_from": "boundary-cells@^2.0.0",
"_id": "boundary-cells@2.0.1",
"_inBundle": false,
"_integrity": "sha1-6QWo0UGc9Hyza+Pb9SXbXiTeAEI=",
"_location": "/boundary-cells",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "boundary-cells@^2.0.0",
"name": "boundary-cells",
"escapedName": "boundary-cells",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/simplicial-complex-boundary"
],
"_resolved": "https://registry.npmjs.org/boundary-cells/-/boundary-cells-2.0.1.tgz",
"_shasum": "e905a8d1419cf47cb36be3dbf525db5e24de0042",
"_spec": "boundary-cells@^2.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/simplicial-complex-boundary",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/boundary-cells/issues"
},
"bundleDependencies": false,
"dependencies": {
"tape": "^4.0.0"
},
"deprecated": false,
"description": "Enumerates all boundary cells in a simplicial complex",
"devDependencies": {
"oriented-simplicial-complex-compare": "^1.0.0"
},
"directories": {
"test": "test"
},
"gitHead": "1d6b36821108ed468a8d667e2f498b73ae1a50b3",
"homepage": "https://github.com/mikolalysenko/boundary-cells#readme",
"keywords": [
"boundary",
"cell",
"simplicial",
"complex",
"mesh",
"topology"
],
"license": "MIT",
"main": "boundary.js",
"name": "boundary-cells",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/boundary-cells.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "2.0.1"
}