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/async-settle/package.json

69 lines
1.7 KiB

{
"_from": "async-settle@^0.2.1",
"_id": "async-settle@0.2.1",
"_inBundle": false,
"_integrity": "sha1-dnRi1XOACNx16sQkYiNSjyE3E5Y=",
"_location": "/async-settle",
"_phantomChildren": {
"once": "1.4.0",
"stream-exhaust": "1.0.2",
"wrappy": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "async-settle@^0.2.1",
"name": "async-settle",
"escapedName": "async-settle",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/bach"
],
"_resolved": "https://registry.npmjs.org/async-settle/-/async-settle-0.2.1.tgz",
"_shasum": "767462d5738008dc75eac4246223528f21371396",
"_spec": "async-settle@^0.2.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/bach",
"author": {
"name": "Blaine Bublitz",
"email": "blaine@iceddev.com",
"url": "http://iceddev.com/"
},
"bugs": {
"url": "https://github.com/phated/async-settle/issues"
},
"bundleDependencies": false,
"dependencies": {
"async-done": "^0.4.0"
},
"deprecated": false,
"description": "Settle your async functions - when you need to know all your parallel functions are complete (success or failure)",
"devDependencies": {
"tap": "^0.4.8"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/phated/async-settle",
"keywords": [
"settle",
"async",
"async-done",
"complete",
"error",
"parallel"
],
"license": "MIT",
"main": "index.js",
"name": "async-settle",
"repository": {
"type": "git",
"url": "git://github.com/phated/async-settle.git"
},
"scripts": {
"test": "tap ./test"
},
"version": "0.2.1"
}