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.
135 lines
3.0 KiB
135 lines
3.0 KiB
4 years ago
|
{
|
||
|
"_from": "repo-utils@^0.3.7",
|
||
|
"_id": "repo-utils@0.3.7",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-SrZq80DLEfp+XPgFgekr6Xwb964=",
|
||
|
"_location": "/repo-utils",
|
||
|
"_phantomChildren": {
|
||
|
"is-buffer": "1.1.6",
|
||
|
"is-extendable": "0.1.1",
|
||
|
"set-getter": "0.1.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "repo-utils@^0.3.7",
|
||
|
"name": "repo-utils",
|
||
|
"escapedName": "repo-utils",
|
||
|
"rawSpec": "^0.3.7",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.3.7"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/expand-pkg",
|
||
|
"/normalize-pkg"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/repo-utils/-/repo-utils-0.3.7.tgz",
|
||
|
"_shasum": "4ab66af340cb11fa7e5cf80581e92be97c1bf7ae",
|
||
|
"_spec": "repo-utils@^0.3.7",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/expand-pkg",
|
||
|
"author": {
|
||
|
"name": "Jon Schlinkert",
|
||
|
"url": "https://github.com/jonschlinkert"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jonschlinkert/repo-utils/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Charlike Mike Reagent",
|
||
|
"url": "http://www.tunnckocore.tk"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jon Schlinkert",
|
||
|
"email": "jon.schlinkert@sellside.com",
|
||
|
"url": "http://twitter.com/jonschlinkert"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"extend-shallow": "^2.0.1",
|
||
|
"get-value": "^2.0.6",
|
||
|
"git-config-path": "^1.0.1",
|
||
|
"is-absolute": "^0.2.6",
|
||
|
"kind-of": "^3.0.4",
|
||
|
"lazy-cache": "^2.0.1",
|
||
|
"mixin-deep": "^1.1.3",
|
||
|
"omit-empty": "^0.4.1",
|
||
|
"parse-author": "^1.0.0",
|
||
|
"parse-git-config": "^1.0.2",
|
||
|
"parse-github-url": "^0.3.2",
|
||
|
"project-name": "^0.2.6"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Utils for normalizing and formatting repo data.",
|
||
|
"devDependencies": {
|
||
|
"gulp": "^3.9.1",
|
||
|
"gulp-eslint": "^2.0.0",
|
||
|
"gulp-format-md": "^0.1.9",
|
||
|
"gulp-istanbul": "^0.10.4",
|
||
|
"gulp-mocha": "^2.2.0",
|
||
|
"gulp-unused": "^0.1.2",
|
||
|
"helper-coverage": "^0.1.3",
|
||
|
"mocha": "^2.4.5"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"utils.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/jonschlinkert/repo-utils",
|
||
|
"keywords": [
|
||
|
"git",
|
||
|
"github",
|
||
|
"repo",
|
||
|
"repo-utils",
|
||
|
"repository",
|
||
|
"url",
|
||
|
"utilities",
|
||
|
"utility",
|
||
|
"utils"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "repo-utils",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jonschlinkert/repo-utils.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"verb": {
|
||
|
"helpers": [
|
||
|
"helper-coverage"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"gulp-format-md"
|
||
|
],
|
||
|
"reflinks": [
|
||
|
"verb"
|
||
|
],
|
||
|
"run": true,
|
||
|
"toc": false,
|
||
|
"layout": "default",
|
||
|
"lint": {
|
||
|
"reflinks": true
|
||
|
},
|
||
|
"tasks": [
|
||
|
"readme"
|
||
|
],
|
||
|
"related": {
|
||
|
"highlight": "parse-git-config",
|
||
|
"list": [
|
||
|
"git-config-path",
|
||
|
"parse-author",
|
||
|
"parse-git-config",
|
||
|
"project-name"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"version": "0.3.7"
|
||
|
}
|