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-plugins/package.json

106 lines
2.4 KiB

{
"_from": "base-plugins@^0.4.13",
"_id": "base-plugins@0.4.13",
"_inBundle": false,
"_integrity": "sha1-kd8XjcN/hoQt6ihteeSPuGtarD0=",
"_location": "/base-plugins",
"_phantomChildren": {
"is-descriptor": "0.1.6",
"isarray": "1.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "base-plugins@^0.4.13",
"name": "base-plugins",
"escapedName": "base-plugins",
"rawSpec": "^0.4.13",
"saveSpec": null,
"fetchSpec": "^0.4.13"
},
"_requiredBy": [
"/base-generators",
"/templates",
"/vinyl-item"
],
"_resolved": "https://registry.npmjs.org/base-plugins/-/base-plugins-0.4.13.tgz",
"_shasum": "91df178dc37f86842dea286d79e48fb86b5aac3d",
"_spec": "base-plugins@^0.4.13",
"_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-plugins/issues"
},
"bundleDependencies": false,
"dependencies": {
"define-property": "^0.2.5",
"is-registered": "^0.1.5",
"isobject": "^2.1.0"
},
"deprecated": false,
"description": "Upgrade's plugin support in base applications to allow plugins to be called any time after init.",
"devDependencies": {
"base": "^0.8.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.7",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"mocha": "^2.4.5",
"should": "^8.2.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/node-base/base-plugins",
"keywords": [
"base",
"plugin",
"plugins"
],
"license": "MIT",
"main": "index.js",
"name": "base-plugins",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/base-plugins.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"base",
"base-cli",
"base-config",
"base-data",
"base-fs",
"base-option"
]
},
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb",
"base"
],
"lint": {
"reflinks": true
}
},
"version": "0.4.13"
}