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.
156 lines
3.5 KiB
156 lines
3.5 KiB
{
|
|
"_from": "composer@^0.13.0",
|
|
"_id": "composer@0.13.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-HbyxXxmpBt7uSanD0TfmVLvG0OI=",
|
|
"_location": "/composer",
|
|
"_phantomChildren": {
|
|
"arr-flatten": "1.1.0",
|
|
"expand-range": "1.8.2",
|
|
"filename-regex": "2.0.1",
|
|
"is-buffer": "1.1.6",
|
|
"is-descriptor": "0.1.6",
|
|
"is-extendable": "0.1.1",
|
|
"is-posix-bracket": "0.1.1",
|
|
"isarray": "1.0.0",
|
|
"object.omit": "2.0.1",
|
|
"parse-glob": "3.0.4",
|
|
"preserve": "0.2.0",
|
|
"regex-cache": "0.4.4",
|
|
"remove-trailing-separator": "1.1.0",
|
|
"repeat-element": "1.1.3",
|
|
"set-getter": "0.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "composer@^0.13.0",
|
|
"name": "composer",
|
|
"escapedName": "composer",
|
|
"rawSpec": "^0.13.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.13.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-task",
|
|
"/common-config"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/composer/-/composer-0.13.0.tgz",
|
|
"_shasum": "1dbcb15f19a906deee49a9c3d137e654bbc6d0e2",
|
|
"_spec": "composer@^0.13.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-task",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/doowb/composer/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Woodward",
|
|
"email": "brian.woodward@gmail.com",
|
|
"url": "https://github.com/doowb"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"email": "github@sellside.com",
|
|
"url": "https://github.com/jonschlinkert"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"array-unique": "^0.2.1",
|
|
"bach": "^0.5.0",
|
|
"co": "^4.6.0",
|
|
"component-emitter": "^1.2.1",
|
|
"define-property": "^0.2.5",
|
|
"extend-shallow": "^2.0.1",
|
|
"is-generator": "^1.0.3",
|
|
"is-glob": "^2.0.1",
|
|
"isobject": "^2.1.0",
|
|
"lazy-cache": "^2.0.1",
|
|
"micromatch": "^2.3.8",
|
|
"nanoseconds": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "API-first task runner with three methods: task, run and watch.",
|
|
"devDependencies": {
|
|
"assemble-loader": "^0.4.0",
|
|
"assemble-render-file": "^0.5.3",
|
|
"assemble-streams": "^0.5.0",
|
|
"async": "^1.5.2",
|
|
"bluebird": "^3.3.5",
|
|
"composer-runtimes": "^0.7.0",
|
|
"engine-handlebars": "^0.8.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-eslint": "^2.0.0",
|
|
"gulp-extname": "^0.2.2",
|
|
"gulp-format-md": "^0.1.9",
|
|
"gulp-istanbul": "^0.10.4",
|
|
"gulp-mocha": "^2.2.0",
|
|
"mocha": "^2.4.5",
|
|
"parser-front-matter": "^1.3.0",
|
|
"templates": "^0.17.2",
|
|
"through2": "^2.0.1",
|
|
"write": "^0.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/doowb/composer",
|
|
"keywords": [
|
|
"build",
|
|
"build-system",
|
|
"compose",
|
|
"flow",
|
|
"run",
|
|
"system",
|
|
"task",
|
|
"workflow"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "composer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/doowb/composer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"assemble",
|
|
"base-tasks",
|
|
"generate",
|
|
"update",
|
|
"verb"
|
|
]
|
|
},
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
},
|
|
"reflinks": [
|
|
"base-tasks",
|
|
"composer",
|
|
"verb",
|
|
"base",
|
|
"base-watch"
|
|
]
|
|
},
|
|
"version": "0.13.0"
|
|
}
|
|
|