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.
148 lines
3.1 KiB
148 lines
3.1 KiB
{
|
|
"_from": "option-cache@^3.4.0",
|
|
"_id": "option-cache@3.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-y3ZRVboqhhwRCf8m4qIOqgZhKys=",
|
|
"_location": "/option-cache",
|
|
"_phantomChildren": {
|
|
"get-value": "2.0.6",
|
|
"is-buffer": "1.1.6",
|
|
"is-extendable": "0.1.1",
|
|
"is-plain-object": "2.0.4",
|
|
"isarray": "1.0.0",
|
|
"set-getter": "0.1.0",
|
|
"to-object-path": "0.3.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "option-cache@^3.4.0",
|
|
"name": "option-cache",
|
|
"escapedName": "option-cache",
|
|
"rawSpec": "^3.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/base-option",
|
|
"/common-config/question-cache",
|
|
"/question-cache"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/option-cache/-/option-cache-3.5.0.tgz",
|
|
"_shasum": "cb765155ba2a861c1109ff26e2a20eaa06612b2b",
|
|
"_spec": "option-cache@^3.4.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-option",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/option-cache/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Charlike Mike Reagent",
|
|
"url": "https://i.am.charlike.online"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"arr-flatten": "^1.0.3",
|
|
"collection-visit": "^1.0.0",
|
|
"component-emitter": "^1.2.1",
|
|
"get-value": "^2.0.6",
|
|
"has-value": "^0.3.1",
|
|
"kind-of": "^3.2.2",
|
|
"lazy-cache": "^2.0.2",
|
|
"set-value": "^0.4.3",
|
|
"to-object-path": "^0.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simple API for managing options in JavaScript applications.",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-eslint": "^3.0.1",
|
|
"gulp-format-md": "^0.1.12",
|
|
"gulp-istanbul": "^1.1.1",
|
|
"gulp-mocha": "^3.0.1",
|
|
"mocha": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/option-cache",
|
|
"keywords": [
|
|
"add",
|
|
"boolean",
|
|
"cache",
|
|
"config",
|
|
"configuration",
|
|
"default",
|
|
"defaults",
|
|
"define",
|
|
"disable",
|
|
"disabled",
|
|
"emit",
|
|
"enable",
|
|
"enabled",
|
|
"event",
|
|
"false",
|
|
"fillin",
|
|
"get",
|
|
"has",
|
|
"is",
|
|
"listener",
|
|
"listeners",
|
|
"merge",
|
|
"off",
|
|
"once",
|
|
"opt",
|
|
"option",
|
|
"options",
|
|
"opts",
|
|
"remove",
|
|
"set",
|
|
"settings",
|
|
"true",
|
|
"visit"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "option-cache",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/option-cache.git"
|
|
},
|
|
"scripts": {
|
|
"docs": "verb",
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"run": true,
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"base",
|
|
"cache-base",
|
|
"config-cache",
|
|
"map-cache"
|
|
]
|
|
}
|
|
},
|
|
"version": "3.5.0"
|
|
}
|
|
|