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.
63 lines
1.8 KiB
63 lines
1.8 KiB
4 years ago
|
{
|
||
|
"_from": "eslint-module-utils@^2.4.1",
|
||
|
"_id": "eslint-module-utils@2.5.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-LGScZ/JSlqGKiT8OC+cYRxseMjyqt6QO54nl281CK93unD89ijSeRV6An8Ci/2nvWVKe8K/Tqdm75RQoIOCr+Q==",
|
||
|
"_location": "/eslint-module-utils",
|
||
|
"_phantomChildren": {
|
||
|
"locate-path": "2.0.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "eslint-module-utils@^2.4.1",
|
||
|
"name": "eslint-module-utils",
|
||
|
"escapedName": "eslint-module-utils",
|
||
|
"rawSpec": "^2.4.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.4.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/eslint-plugin-import"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.5.2.tgz",
|
||
|
"_shasum": "7878f7504824e1b857dd2505b59a8e5eda26a708",
|
||
|
"_spec": "eslint-module-utils@^2.4.1",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/eslint-plugin-import",
|
||
|
"author": {
|
||
|
"name": "Ben Mosher",
|
||
|
"email": "me@benmosher.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"debug": "^2.6.9",
|
||
|
"pkg-dir": "^2.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
},
|
||
|
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
|
||
|
"keywords": [
|
||
|
"eslint-plugin-import",
|
||
|
"eslint",
|
||
|
"modules",
|
||
|
"esmodules"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "eslint-module-utils",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"version": "2.5.2"
|
||
|
}
|