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.
119 lines
2.7 KiB
119 lines
2.7 KiB
{
|
|
"_from": "is-valid-app@^0.2.0",
|
|
"_id": "is-valid-app@0.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Zc8ZW71xvXdssWGZHGhCSNZd/4k=",
|
|
"_location": "/is-valid-app",
|
|
"_phantomChildren": {
|
|
"set-getter": "0.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-valid-app@^0.2.0",
|
|
"name": "is-valid-app",
|
|
"escapedName": "is-valid-app",
|
|
"rawSpec": "^0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/assemble-fs",
|
|
"/base-cli-process",
|
|
"/base-config-process",
|
|
"/base-cwd",
|
|
"/base-generators",
|
|
"/base-option",
|
|
"/base-questions",
|
|
"/base-routes",
|
|
"/base-runtimes",
|
|
"/templates",
|
|
"/update"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-valid-app/-/is-valid-app-0.2.1.tgz",
|
|
"_shasum": "65cf195bbd71bd776cb161991c684248d65dff89",
|
|
"_spec": "is-valid-app@^0.2.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/update",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-base/is-valid-app/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Woodward",
|
|
"email": "brian.woodward@gmail.com",
|
|
"url": "https://github.com/doowb"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"email": "jon.schlinkert@sellside.com",
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"is-registered": "^0.1.5",
|
|
"is-valid-instance": "^0.2.0",
|
|
"lazy-cache": "^2.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Wrapper around is-valid-instance and is-registered for validating `base` plugins. Returns true if `app` is a valid instance of base and a plugin is not registered yet.",
|
|
"devDependencies": {
|
|
"base": "^0.8.1",
|
|
"gulp-format-md": "^0.1.9",
|
|
"mocha": "^2.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/node-base/is-valid-app",
|
|
"keywords": [
|
|
"app",
|
|
"is",
|
|
"valid"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "is-valid-app",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/node-base/is-valid-app.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"base",
|
|
"is-registered",
|
|
"is-valid-instance"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"base",
|
|
"verb",
|
|
"verb-readme-generator"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.2.1"
|
|
}
|
|
|