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.
139 lines
3.0 KiB
139 lines
3.0 KiB
{
|
|
"_from": "base-task@^0.6.1",
|
|
"_id": "base-task@0.6.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Rn1guuBzezuJab/1f6RElJiZgcA=",
|
|
"_location": "/base-task",
|
|
"_phantomChildren": {
|
|
"debug": "2.6.9",
|
|
"is-registered": "0.1.5",
|
|
"isarray": "1.0.0",
|
|
"pascalcase": "0.1.1",
|
|
"set-getter": "0.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "base-task@^0.6.1",
|
|
"name": "base-task",
|
|
"escapedName": "base-task",
|
|
"rawSpec": "^0.6.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.6.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/assemble-core",
|
|
"/base-generators"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/base-task/-/base-task-0.6.2.tgz",
|
|
"_shasum": "467d60bae0737b3b8969bff57fa44494989981c0",
|
|
"_spec": "base-task@^0.6.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/assemble-core",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-base/base-task/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Woodward",
|
|
"email": "brian.woodward@gmail.com",
|
|
"url": "https://github.com/doowb"
|
|
},
|
|
{
|
|
"name": "Dave Quick",
|
|
"email": "dq@dq.gg",
|
|
"url": "http://dq.gg"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"email": "jon.schlinkert@sellside.com",
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"composer": "^0.13.0",
|
|
"is-valid-app": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "base plugin that provides a very thin wrapper around <https://github.com/doowb/composer> for adding task methods to your application.",
|
|
"devDependencies": {
|
|
"base": "^0.8.1",
|
|
"gulp-format-md": "^0.1.9",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/node-base/base-task",
|
|
"keywords": [
|
|
"api",
|
|
"app",
|
|
"application",
|
|
"base",
|
|
"baseplugin",
|
|
"build",
|
|
"building-blocks",
|
|
"composer",
|
|
"control",
|
|
"create",
|
|
"flow",
|
|
"framework",
|
|
"generate",
|
|
"plugin",
|
|
"plugins",
|
|
"run",
|
|
"task",
|
|
"tasks",
|
|
"tool",
|
|
"toolkit",
|
|
"tools"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "base-task",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/node-base/base-task.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"highlight": "base-watch",
|
|
"description": "Other base plugins you might be interested in:",
|
|
"list": [
|
|
"base",
|
|
"base-cli",
|
|
"base-generators",
|
|
"base-option",
|
|
"base-plugins",
|
|
"base-store"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"base",
|
|
"base-generators",
|
|
"base-watch",
|
|
"composer",
|
|
"verb",
|
|
"verb-generate-readme"
|
|
]
|
|
},
|
|
"version": "0.6.2"
|
|
}
|
|
|