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.
121 lines
2.6 KiB
121 lines
2.6 KiB
{
|
|
"_from": "bach@^0.5.0",
|
|
"_id": "bach@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-P/pqN0F3PrwNJL5f2kvF6FtbHaE=",
|
|
"_location": "/bach",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bach@^0.5.0",
|
|
"name": "bach",
|
|
"escapedName": "bach",
|
|
"rawSpec": "^0.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/composer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bach/-/bach-0.5.0.tgz",
|
|
"_shasum": "3ffa6a3741773ebc0d24be5fda4bc5e85b5b1da1",
|
|
"_spec": "bach@^0.5.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/composer",
|
|
"author": {
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine@iceddev.com",
|
|
"url": "http://iceddev.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gulpjs/bach/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine@iceddev.com",
|
|
"url": "http://iceddev.com/"
|
|
},
|
|
{
|
|
"name": "Pawel Kozlowski",
|
|
"email": "pkozlowski.opensource@gmail.com"
|
|
},
|
|
{
|
|
"name": "Benjamin Tan",
|
|
"email": "demoneaux@gmail.com",
|
|
"url": "https://d10.github.io/"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"async-done": "^1.1.1",
|
|
"async-settle": "^0.2.1",
|
|
"lodash.filter": "^4.1.0",
|
|
"lodash.flatten": "^4.0.0",
|
|
"lodash.foreach": "^4.0.0",
|
|
"lodash.initial": "^4.0.1",
|
|
"lodash.last": "^3.0.0",
|
|
"lodash.map": "^4.1.0",
|
|
"now-and-later": "0.0.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Compose your async functions with elegance",
|
|
"devDependencies": {
|
|
"code": "^1.5.0",
|
|
"eslint": "^1.7.3",
|
|
"eslint-config-gulp": "^2.0.0",
|
|
"jscs": "^2.3.5",
|
|
"jscs-preset-gulp": "^1.0.0",
|
|
"lab": "^6.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/gulpjs/bach#readme",
|
|
"keywords": [
|
|
"compose",
|
|
"fluent",
|
|
"composing",
|
|
"continuation",
|
|
"function composition",
|
|
"functional",
|
|
"async",
|
|
"map",
|
|
"series",
|
|
"parallel",
|
|
"extension",
|
|
"tracing",
|
|
"debug",
|
|
"timing",
|
|
"aop",
|
|
"settle",
|
|
"promises",
|
|
"callbacks",
|
|
"observables",
|
|
"streams",
|
|
"end",
|
|
"completion",
|
|
"complete",
|
|
"finish",
|
|
"done",
|
|
"error handling"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "bach",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gulpjs/bach.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . && jscs *.js lib/ test/",
|
|
"pretest": "npm run lint",
|
|
"test": "lab -cv"
|
|
},
|
|
"version": "0.5.0"
|
|
}
|
|
|