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

52 lines
1.4 KiB

{
"_from": "stack-trace@0.0.9",
"_id": "stack-trace@0.0.9",
"_inBundle": false,
"_integrity": "sha1-qPbq7KkGdMMz58Q5U/J1tFFRBpU=",
"_location": "/stack-trace",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stack-trace@0.0.9",
"name": "stack-trace",
"escapedName": "stack-trace",
"rawSpec": "0.0.9",
"saveSpec": null,
"fetchSpec": "0.0.9"
},
"_requiredBy": [
"/glslify"
],
"_resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz",
"_shasum": "a8f6eaeca90674c333e7c43953f275b451510695",
"_spec": "stack-trace@0.0.9",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/glslify",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"bugs": {
"url": "https://github.com/felixge/node-stack-trace/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Get v8 stack traces as an array of CallSite objects.",
"devDependencies": {
"far": "0.0.3",
"long-stack-traces": "0.1.2"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/felixge/node-stack-trace",
"main": "./lib/stack-trace",
"name": "stack-trace",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-stack-trace.git"
},
"version": "0.0.9"
}