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/static-eval/package.json

77 lines
1.8 KiB

4 years ago
{
"_from": "static-eval@^2.0.0",
"_id": "static-eval@2.0.3",
"_inBundle": false,
"_integrity": "sha512-zsxDGucfAh8T339sSKgpFbvg15Fms2IVaJGC+jqp0bVsxhcpM+iMeAI8weNo8dmf4OblgifTBUoyk1vGVtYw2w==",
"_location": "/static-eval",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "static-eval@^2.0.0",
"name": "static-eval",
"escapedName": "static-eval",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/glslify"
],
"_resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.3.tgz",
"_shasum": "cb62fc79946bd4d5f623a45ad428233adace4d72",
"_spec": "static-eval@^2.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/glslify",
"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": "^1.11.1"
},
"deprecated": false,
"description": "evaluate statically-analyzable expressions",
"devDependencies": {
"esprima": "^3.1.3",
"tape": "^4.10.1"
},
"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": "2.0.3"
}