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.
62 lines
1.9 KiB
62 lines
1.9 KiB
{
|
|
"_from": "nested-error-stacks@~2.0.1",
|
|
"_id": "nested-error-stacks@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-SrQrok4CATudVzBS7coSz26QRSmlK9TzzoFbeKfcPBUFPjcQM9Rqvr/DlJkOrwI/0KcgvMub1n1g5Jt9EgRn4A==",
|
|
"_location": "/nested-error-stacks",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "nested-error-stacks@~2.0.1",
|
|
"name": "nested-error-stacks",
|
|
"escapedName": "nested-error-stacks",
|
|
"rawSpec": "~2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/requireg"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.0.1.tgz",
|
|
"_shasum": "d2cc9fc5235ddb371fc44d506234339c8e4b0a4b",
|
|
"_spec": "nested-error-stacks@~2.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/requireg",
|
|
"author": {
|
|
"name": "Matt Lavin",
|
|
"email": "matt.lavin@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mdlavin/nested-error-stacks/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "An Error subclass that will chain nested Errors and dump nested stacktraces",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"eslint": "^3.9.1",
|
|
"mocha": "^3.1.2",
|
|
"uuid": "^2.0.3"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/mdlavin/nested-error-stacks#readme",
|
|
"keywords": [
|
|
"error",
|
|
"nested",
|
|
"stack"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "nested-error-stacks",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mdlavin/nested-error-stacks.git"
|
|
},
|
|
"scripts": {
|
|
"test": "if node --version | grep -vE 'v(0|3)' > /dev/null 2>&1; then eslint . || exit -1; fi; if [ \"$RUN_ZUUL\" != \"true\" ]; then node_modules/.bin/mocha; else npm install zuul && node_modules/.bin/zuul -- test.js; fi"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|
|
|