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.
 
 
 
 
StackGenVis/frontend/node_modules/base-option/package.json

132 lines
2.9 KiB

{
"_from": "base-option@^0.8.3",
"_id": "base-option@0.8.4",
"_inBundle": false,
"_integrity": "sha1-EUF/qSRPInpNU3tNKRcjRieH1cc=",
"_location": "/base-option",
"_phantomChildren": {
"arr-flatten": "1.1.0",
"is-arguments": "1.0.4",
"is-descriptor": "0.1.6",
"is-extendable": "0.1.1",
"isarray": "1.0.0",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "base-option@^0.8.3",
"name": "base-option",
"escapedName": "base-option",
"rawSpec": "^0.8.3",
"saveSpec": null,
"fetchSpec": "^0.8.3"
},
"_requiredBy": [
"/base-cli-process",
"/base-config-process",
"/base-generators",
"/templates",
"/vinyl-item"
],
"_resolved": "https://registry.npmjs.org/base-option/-/base-option-0.8.4.tgz",
"_shasum": "11417fa9244f227a4d537b4d291723462787d5c7",
"_spec": "base-option@^0.8.3",
"_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-option/issues"
},
"bundleDependencies": false,
"dependencies": {
"define-property": "^0.2.5",
"get-value": "^2.0.6",
"is-valid-app": "^0.2.0",
"isobject": "^2.1.0",
"lazy-cache": "^2.0.1",
"mixin-deep": "^1.1.3",
"option-cache": "^3.4.0",
"set-value": "^0.3.3"
},
"deprecated": false,
"description": "Adds a few options methods to base, like `option`, `enable` and `disable`. See the readme for the full API.",
"devDependencies": {
"base": "^0.11.1",
"base-plugins": "^0.4.13",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.0",
"gulp-format-md": "^0.1.9",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE",
"README.md",
"utils.js"
],
"homepage": "https://github.com/node-base/base-option",
"keywords": [
"api",
"app",
"application",
"base",
"baseplugin",
"building-blocks",
"config",
"configuration",
"create",
"framework",
"option",
"options",
"plugin",
"plugins",
"settings",
"tool",
"toolkit",
"tools"
],
"license": "MIT",
"main": "index.js",
"name": "base-option",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/base-option.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"base",
"base-task",
"base-data"
]
},
"reflinks": [
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
},
"version": "0.8.4"
}