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

61 lines
1.6 KiB

{
"_from": "cell-orientation@^1.0.1",
"_id": "cell-orientation@1.0.1",
"_inBundle": false,
"_integrity": "sha1-tQStlqZq0obZ7dmFoiU9A7gNKFA=",
"_location": "/cell-orientation",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cell-orientation@^1.0.1",
"name": "cell-orientation",
"escapedName": "cell-orientation",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/compare-oriented-cell",
"/reduce-simplicial-complex"
],
"_resolved": "https://registry.npmjs.org/cell-orientation/-/cell-orientation-1.0.1.tgz",
"_shasum": "b504ad96a66ad286d9edd985a2253d03b80d2850",
"_spec": "cell-orientation@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/reduce-simplicial-complex",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/cell-orientation/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Computes the orientation of a cell",
"devDependencies": {
"tape": "^4.0.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/cell-orientation",
"keywords": [
"orientation",
"simplex",
"cell",
"complex",
"topology"
],
"license": "MIT",
"main": "orientation.js",
"name": "cell-orientation",
"repository": {
"type": "git",
"url": "git+https://github.com/mikolalysenko/cell-orientation.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.1"
}