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.
115 lines
2.4 KiB
115 lines
2.4 KiB
{
|
|
"_from": "base-routes@^0.2.1",
|
|
"_id": "base-routes@0.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-CmFNFy1JBF2Mk4dxP4YN88QFNB4=",
|
|
"_location": "/base-routes",
|
|
"_phantomChildren": {
|
|
"set-getter": "0.1.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "base-routes@^0.2.1",
|
|
"name": "base-routes",
|
|
"escapedName": "base-routes",
|
|
"rawSpec": "^0.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/templates"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/base-routes/-/base-routes-0.2.2.tgz",
|
|
"_shasum": "0a614d172d49045d8c9387713f860df3c405341e",
|
|
"_spec": "base-routes@^0.2.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/templates",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-base/base-routes/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"en-route": "^0.7.5",
|
|
"is-valid-app": "^0.2.0",
|
|
"lazy-cache": "^2.0.1",
|
|
"template-error": "^0.1.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Plugin for adding routes support to your `base` application. Requires templates support to work.",
|
|
"devDependencies": {
|
|
"base-app": "^0.2.2",
|
|
"gulp-format-md": "^0.1.9",
|
|
"mocha": "^2.4.5",
|
|
"should": "^8.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"LICENSE",
|
|
"README.md",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/node-base/base-routes",
|
|
"keywords": [
|
|
"api",
|
|
"app",
|
|
"application",
|
|
"base",
|
|
"baseplugin",
|
|
"building-blocks",
|
|
"create",
|
|
"framework",
|
|
"middleware",
|
|
"plugin",
|
|
"plugins",
|
|
"router",
|
|
"routes",
|
|
"routing",
|
|
"tool",
|
|
"toolkit",
|
|
"tools"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "base-routes",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/node-base/base-routes.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"base",
|
|
"base-option",
|
|
"base-plugins",
|
|
"en-route",
|
|
"templates"
|
|
]
|
|
},
|
|
"toc": true,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
},
|
|
"reflinks": [
|
|
"verb"
|
|
]
|
|
},
|
|
"version": "0.2.2"
|
|
}
|
|
|