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.
149 lines
3.3 KiB
149 lines
3.3 KiB
{
|
|
"_from": "base@^0.8.1",
|
|
"_id": "base@0.8.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-aQC7MA8sdZbJnz2DurhyLYGLdI8=",
|
|
"_location": "/vinyl-item/base",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "base@^0.8.1",
|
|
"name": "base",
|
|
"escapedName": "base",
|
|
"rawSpec": "^0.8.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.8.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/vinyl-item"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/base/-/base-0.8.1.tgz",
|
|
"_shasum": "6900bb300f2c7596c99f3d83bab8722d818b748f",
|
|
"_spec": "base@^0.8.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vinyl-item",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-base/base/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Woodward",
|
|
"url": "https://github.com/doowb"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"arr-union": "^3.1.0",
|
|
"cache-base": "^0.8.2",
|
|
"class-utils": "^0.3.2",
|
|
"component-emitter": "^1.2.0",
|
|
"debug": "^2.2.0",
|
|
"define-property": "^0.2.5",
|
|
"lazy-cache": "^1.0.3",
|
|
"mixin-deep": "^1.1.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-eslint": "^2.0.0",
|
|
"gulp-format-md": "^0.1.7",
|
|
"gulp-istanbul": "^0.10.3",
|
|
"gulp-mocha": "^2.2.0",
|
|
"helper-coverage": "^0.1.3",
|
|
"mocha": "^2.4.5",
|
|
"should": "^8.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/node-base/base",
|
|
"keywords": [
|
|
"boilerplate",
|
|
"cache",
|
|
"del",
|
|
"get",
|
|
"inherit",
|
|
"methods",
|
|
"set",
|
|
"starter",
|
|
"unset",
|
|
"visit"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Brian Woodward",
|
|
"url": "https://github.com/doowb"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
}
|
|
],
|
|
"name": "base",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/node-base/base.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"run": true,
|
|
"toc": true,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"description": "There are a number of different plugins available for extending base. Let us know if you create your own!",
|
|
"hightlight": "generate",
|
|
"list": [
|
|
"base-argv",
|
|
"base-cli",
|
|
"base-config",
|
|
"base-cwd",
|
|
"base-data",
|
|
"base-fs",
|
|
"base-fs-rename",
|
|
"base-generators",
|
|
"base-list",
|
|
"base-option",
|
|
"base-pipeline",
|
|
"base-pkg",
|
|
"base-plugins",
|
|
"base-project",
|
|
"base-questions",
|
|
"base-runner",
|
|
"base-store",
|
|
"base-task",
|
|
"base-tree"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"cache-base",
|
|
"verb",
|
|
"class-utils"
|
|
],
|
|
"helpers": [
|
|
"helper-coverage"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.8.1"
|
|
}
|
|
|