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.
91 lines
2.2 KiB
91 lines
2.2 KiB
{
|
|
"_from": "is-valid-app@^0.1.2",
|
|
"_id": "is-valid-app@0.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-L2fLs7r2TWWccNBD/JETm1qLlZA=",
|
|
"_location": "/base-engines/is-valid-app",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-valid-app@^0.1.2",
|
|
"name": "is-valid-app",
|
|
"escapedName": "is-valid-app",
|
|
"rawSpec": "^0.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-engines"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-valid-app/-/is-valid-app-0.1.2.tgz",
|
|
"_shasum": "2f67cbb3baf64d659c70d043fc91139b5a8b9590",
|
|
"_spec": "is-valid-app@^0.1.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-engines",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-base/is-valid-app/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"is-registered": "^0.1.5",
|
|
"is-valid-instance": "^0.1.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": [],
|
|
"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.1.2"
|
|
}
|
|
|