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/@babel/helper-module-imports/package.json

59 lines
1.9 KiB

{
"_from": "@babel/helper-module-imports@^7.8.3",
"_id": "@babel/helper-module-imports@7.8.3",
"_inBundle": false,
"_integrity": "sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg==",
"_location": "/@babel/helper-module-imports",
"_phantomChildren": {
"esutils": "2.0.2",
"lodash": "4.17.14",
"to-fast-properties": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-module-imports@^7.8.3",
"name": "@babel/helper-module-imports",
"escapedName": "@babel%2fhelper-module-imports",
"scope": "@babel",
"rawSpec": "^7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
},
"_requiredBy": [
"/@babel/helper-module-transforms",
"/@babel/plugin-transform-async-to-generator",
"/@babel/plugin-transform-runtime",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz",
"_shasum": "7fe39589b39c016331b6b8c3f441e8f0b1419498",
"_spec": "@babel/helper-module-imports@^7.8.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/@babel/plugin-transform-runtime",
"author": {
"name": "Logan Smyth",
"email": "loganfsmyth@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/types": "^7.8.3"
},
"deprecated": false,
"description": "Babel helper functions for inserting module loads",
"devDependencies": {
"@babel/core": "^7.8.3"
},
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/helper-module-imports",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-helper-module-imports"
},
"version": "7.8.3"
}