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.
78 lines
1.8 KiB
78 lines
1.8 KiB
{
|
|
"_from": "static-eval@~0.2.0",
|
|
"_id": "static-eval@0.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-t9NNg4k3uWn5ZBygfUj47eJj6ns=",
|
|
"_location": "/static-module/static-eval",
|
|
"_phantomChildren": {
|
|
"source-map": "0.1.43"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "static-eval@~0.2.0",
|
|
"name": "static-eval",
|
|
"escapedName": "static-eval",
|
|
"rawSpec": "~0.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~0.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/static-module"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/static-eval/-/static-eval-0.2.4.tgz",
|
|
"_shasum": "b7d34d838937b969f9641ca07d48f8ede263ea7b",
|
|
"_spec": "static-eval@~0.2.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/static-module",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/static-eval/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"escodegen": "~0.0.24"
|
|
},
|
|
"deprecated": false,
|
|
"description": "evaluate statically-analyzable expressions",
|
|
"devDependencies": {
|
|
"esprima": "~1.0.3",
|
|
"tape": "~1.0.4"
|
|
},
|
|
"homepage": "https://github.com/substack/static-eval",
|
|
"keywords": [
|
|
"static",
|
|
"eval",
|
|
"expression",
|
|
"esprima",
|
|
"ast",
|
|
"abstract",
|
|
"syntax",
|
|
"tree",
|
|
"analysis"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "static-eval",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/static-eval.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/8..latest",
|
|
"ff/latest",
|
|
"chrome/latest",
|
|
"opera/latest",
|
|
"safari/latest"
|
|
]
|
|
},
|
|
"version": "0.2.4"
|
|
}
|
|
|