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/plugin-transform-for-of/package.json

54 lines
1.7 KiB

{
"_from": "@babel/plugin-transform-for-of@^7.8.4",
"_id": "@babel/plugin-transform-for-of@7.8.4",
"_inBundle": false,
"_integrity": "sha512-iAXNlOWvcYUYoV8YIxwS7TxGRJcxyl8eQCfT+A5j8sKUzRFvJdcyjp97jL2IghWSRDaL2PU2O2tX8Cu9dTBq5A==",
"_location": "/@babel/plugin-transform-for-of",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-for-of@^7.8.4",
"name": "@babel/plugin-transform-for-of",
"escapedName": "@babel%2fplugin-transform-for-of",
"scope": "@babel",
"rawSpec": "^7.8.4",
"saveSpec": null,
"fetchSpec": "^7.8.4"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.4.tgz",
"_shasum": "6fe8eae5d6875086ee185dd0b098a8513783b47d",
"_spec": "@babel/plugin-transform-for-of@^7.8.4",
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend/node_modules/@babel/preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.3"
},
"deprecated": false,
"description": "Compile ES2015 for...of to ES5",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/helper-plugin-test-runner": "^7.8.3"
},
"gitHead": "5c2e6bc07fed3d28801d93168622c99ae622653a",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-for-of",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-for-of"
},
"version": "7.8.4"
}