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.
76 lines
2.0 KiB
76 lines
2.0 KiB
{
|
|
"_from": "babel-preset-vue@^2.0.2",
|
|
"_id": "babel-preset-vue@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-z63xvXNhJTl0gbX4UlztAEmgxx8=",
|
|
"_location": "/babel-preset-vue",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-preset-vue@^2.0.2",
|
|
"name": "babel-preset-vue",
|
|
"escapedName": "babel-preset-vue",
|
|
"rawSpec": "^2.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-preset-vue/-/babel-preset-vue-2.0.2.tgz",
|
|
"_shasum": "cfadf1bd736125397481b5f8525ced0049a0c71f",
|
|
"_spec": "babel-preset-vue@^2.0.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"author": {
|
|
"name": "EGOIST",
|
|
"email": "0x142857@gmail.com",
|
|
"url": "github.com/egoist"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/egoist/babel-preset-vue/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"cdn": "dist/babel-preset-vue.min.js",
|
|
"dependencies": {
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.2",
|
|
"babel-plugin-jsx-event-modifiers": "^2.0.2",
|
|
"babel-plugin-jsx-v-model": "^2.0.1",
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"babel-plugin-transform-vue-jsx": "^3.5.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Babel preset for all Vue plugins.",
|
|
"devDependencies": {
|
|
"bili": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/egoist/babel-preset-vue#readme",
|
|
"jsdelivr": "dist/babel-preset-vue.min.js",
|
|
"keywords": [
|
|
"babel",
|
|
"vue",
|
|
"jsx",
|
|
"preset"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/babel-preset-vue.cjs.js",
|
|
"name": "babel-preset-vue",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/egoist/babel-preset-vue.git"
|
|
},
|
|
"scripts": {
|
|
"build": "bili index.js --format umd,cjs,umd-min --module-name PresetVue",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "echo lol"
|
|
},
|
|
"unpkg": "dist/babel-preset-vue.min.js",
|
|
"version": "2.0.2"
|
|
}
|
|
|