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/elementary-circuits-directe.../package.json

55 lines
1.9 KiB

4 years ago
{
"_from": "elementary-circuits-directed-graph@^1.0.4",
"_id": "elementary-circuits-directed-graph@1.2.0",
"_inBundle": false,
"_integrity": "sha512-eOQofnrNqebPtC29PvyNMGUBdMrIw5i8nOoC/2VOlSF84tf5+ZXnRkIk7TgdT22jFXK68CC7aA881KRmNYf/Pg==",
"_location": "/elementary-circuits-directed-graph",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "elementary-circuits-directed-graph@^1.0.4",
"name": "elementary-circuits-directed-graph",
"escapedName": "elementary-circuits-directed-graph",
"rawSpec": "^1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.4"
},
"_requiredBy": [
"/@plotly/d3-sankey-circular"
],
"_resolved": "https://registry.npmjs.org/elementary-circuits-directed-graph/-/elementary-circuits-directed-graph-1.2.0.tgz",
"_shasum": "c6507f42566507c646b5bb144b892fbce1656371",
"_spec": "elementary-circuits-directed-graph@^1.0.4",
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend/node_modules/@plotly/d3-sankey-circular",
"author": {
"name": "Antoine Roy-Gobeil"
},
"bugs": {
"url": "https://github.com/antoinerg/elementary-circuits-directed-graph/issues"
},
"bundleDependencies": false,
"dependencies": {
"strongly-connected-components": "^1.0.1"
},
"deprecated": false,
"description": "Finds all elementary circuits of a directed graph using Johnson's algorithm (1975)",
"devDependencies": {
"eslint": "^5.13.0",
"tape": "^4.9.2"
},
"homepage": "https://github.com/antoinerg/elementary-circuits-directed-graph#readme",
"license": "MIT",
"main": "johnson.js",
"name": "elementary-circuits-directed-graph",
"repository": {
"type": "git",
"url": "git://github.com/antoinerg/elementary-circuits-directed-graph.git"
},
"scripts": {
"lint": "eslint .",
"test": "tape test/*.js"
},
"version": "1.2.0"
}