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.
81 lines
1.9 KiB
81 lines
1.9 KiB
{
|
|
"_from": "requireg@^0.2.2",
|
|
"_id": "requireg@0.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nYzyjnFcPNGR3lx9lwPPPnuQxv6JWEZd2Ci0u9opN7N5zUEPIhY/GbL3vMGOr2UXwEg9WwSyV9X9Y/kLFgPsOg==",
|
|
"_location": "/requireg",
|
|
"_phantomChildren": {
|
|
"path-parse": "1.0.6"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "requireg@^0.2.2",
|
|
"name": "requireg",
|
|
"escapedName": "requireg",
|
|
"rawSpec": "^0.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/npm-check-updates"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/requireg/-/requireg-0.2.2.tgz",
|
|
"_shasum": "437e77a5316a54c9bcdbbf5d1f755fe093089830",
|
|
"_spec": "requireg@^0.2.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-check-updates",
|
|
"bugs": {
|
|
"url": "https://github.com/h2non/requireg/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Tomas Aparicio",
|
|
"email": "tomas@aparicio.me"
|
|
},
|
|
{
|
|
"name": "Eugene Sharygin",
|
|
"url": "https://github.com/eush77"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"nested-error-stacks": "~2.0.1",
|
|
"rc": "~1.2.7",
|
|
"resolve": "~1.7.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Require and resolve global modules like a boss",
|
|
"devDependencies": {
|
|
"expect.js": "~0.3.1",
|
|
"mocha": "~5.2.0",
|
|
"rewire": "~4.0.1",
|
|
"semver": "~5.5.0"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
},
|
|
"homepage": "http://github.com/h2non/requireg",
|
|
"keywords": [
|
|
"global",
|
|
"npm",
|
|
"modules",
|
|
"module",
|
|
"require",
|
|
"import",
|
|
"resolve"
|
|
],
|
|
"licenses": "MIT",
|
|
"main": "lib/requireg",
|
|
"name": "requireg",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/h2non/requireg.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -u tdd --ui exports --reporter spec --slow 2000ms --bail"
|
|
},
|
|
"version": "0.2.2"
|
|
}
|
|
|