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.
60 lines
1.7 KiB
60 lines
1.7 KiB
{
|
|
"_from": "eslint-plugin-standard@^4.0.1",
|
|
"_id": "eslint-plugin-standard@4.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ==",
|
|
"_location": "/eslint-plugin-standard",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-standard@^4.0.1",
|
|
"name": "eslint-plugin-standard",
|
|
"escapedName": "eslint-plugin-standard",
|
|
"rawSpec": "^4.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz",
|
|
"_shasum": "ff0519f7ffaff114f76d1bd7c3996eef0f6e20b4",
|
|
"_spec": "eslint-plugin-standard@^4.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"author": {
|
|
"name": "Jamund Ferguson",
|
|
"email": "jamund@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/standard/eslint-plugin-standard/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "ESlint Plugin for the Standard Linter",
|
|
"devDependencies": {
|
|
"eslint": "^6.1.0",
|
|
"mocha": "^6.2.0",
|
|
"standard": "*"
|
|
},
|
|
"homepage": "https://github.com/standard/eslint-plugin-standard#readme",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "eslint-plugin-standard",
|
|
"peerDependencies": {
|
|
"eslint": ">=5.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/standard/eslint-plugin-standard.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && mocha tests/"
|
|
},
|
|
"version": "4.0.1"
|
|
}
|
|
|