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

63 lines
1.6 KiB

{
"_from": "async-done@^0.4.0",
"_id": "async-done@0.4.0",
"_inBundle": false,
"_integrity": "sha1-q4BT9fYikPi/xY83zZtzBwszB7k=",
"_location": "/async-settle/async-done",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "async-done@^0.4.0",
"name": "async-done",
"escapedName": "async-done",
"rawSpec": "^0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
},
"_requiredBy": [
"/async-settle"
],
"_resolved": "https://registry.npmjs.org/async-done/-/async-done-0.4.0.tgz",
"_shasum": "ab8053f5f62290f8bfc58f37cd9b73070b3307b9",
"_spec": "async-done@^0.4.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/async-settle",
"author": {
"name": "Blaine Bublitz",
"email": "blaine@iceddev.com",
"url": "http://iceddev.com/"
},
"bugs": {
"url": "https://github.com/phated/async-done/issues"
},
"bundleDependencies": false,
"dependencies": {
"end-of-stream": "^0.1.4",
"next-tick": "^0.2.2",
"once": "^1.3.0",
"stream-exhaust": "^1.0.0"
},
"deprecated": false,
"description": "Handles completion and errors for callbacks, promises, observables and streams.",
"devDependencies": {
"rx": "~2.x.x",
"tap": "~0.4.8",
"through2": "~0.4.1",
"when": "~2.8.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/phated/async-done",
"license": "MIT",
"main": "index.js",
"name": "async-done",
"repository": {
"type": "git",
"url": "git://github.com/phated/async-done.git"
},
"scripts": {
"test": "tap ./test"
},
"version": "0.4.0"
}