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.
118 lines
2.6 KiB
118 lines
2.6 KiB
{
|
|
"_from": "async-helpers@^0.3.9",
|
|
"_id": "async-helpers@0.3.17",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-LfgCyvmK6ZiC7pyqOgli2zfkWL4HYbEb+HXvGgdmqVBgsOOtQz5rSF8Ii/H/1cNNtrfj1KsdZE/lUMeIY3Qcwg==",
|
|
"_location": "/async-helpers",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "async-helpers@^0.3.9",
|
|
"name": "async-helpers",
|
|
"escapedName": "async-helpers",
|
|
"rawSpec": "^0.3.9",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.3.9"
|
|
},
|
|
"_requiredBy": [
|
|
"/engine-cache"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/async-helpers/-/async-helpers-0.3.17.tgz",
|
|
"_shasum": "3d91af1ff853d62e9809b0f31c4bdac79baa6ba4",
|
|
"_spec": "async-helpers@^0.3.9",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/engine-cache",
|
|
"author": {
|
|
"name": "Brian Woodward",
|
|
"url": "https://github.com/doowb"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/doowb/async-helpers/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Woodward",
|
|
"url": "https://twitter.com/doowb"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
},
|
|
{
|
|
"name": "Nils Knappmeier",
|
|
"url": "https://blog.knappi.org"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"co": "^4.6.0",
|
|
"kind-of": "^6.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Use async helpers in templates with engines that typically only handle sync helpers. Handlebars and Lodash have been tested.",
|
|
"devDependencies": {
|
|
"async": "^2.5.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-eslint": "^4.0.0",
|
|
"gulp-format-md": "^1.0.0",
|
|
"gulp-istanbul": "^1.1.2",
|
|
"gulp-mocha": "^3.0.1",
|
|
"handlebars": "^4.0.11",
|
|
"lodash": "^4.17.4",
|
|
"mocha": "^3.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/doowb/async-helpers",
|
|
"keywords": [
|
|
"async",
|
|
"engine",
|
|
"handlebars",
|
|
"helper",
|
|
"helpers",
|
|
"lodash",
|
|
"template",
|
|
"templates",
|
|
"underscore"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "async-helpers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/doowb/async-helpers.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"assemble",
|
|
"generate",
|
|
"templates",
|
|
"update",
|
|
"verb"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"co",
|
|
"verb"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.3.17"
|
|
}
|
|
|