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.1 KiB
76 lines
2.1 KiB
{
|
|
"_from": "vue-cli-plugin-vuetify@^2.0.5",
|
|
"_id": "vue-cli-plugin-vuetify@2.0.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jtxcidjLT5f1H9QLYKLFjo/ZG42ud4pI9bK3WNO5DXyhiMDMTwSZ7b3NcJVRH7tKYbv5/ty0VPdDGlf4w22AMA==",
|
|
"_location": "/vue-cli-plugin-vuetify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "vue-cli-plugin-vuetify@^2.0.5",
|
|
"name": "vue-cli-plugin-vuetify",
|
|
"escapedName": "vue-cli-plugin-vuetify",
|
|
"rawSpec": "^2.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vue-cli-plugin-vuetify/-/vue-cli-plugin-vuetify-2.0.5.tgz",
|
|
"_shasum": "09ba78928653fc7e3801ea37e5120f957413dda4",
|
|
"_spec": "vue-cli-plugin-vuetify@^2.0.5",
|
|
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend",
|
|
"author": {
|
|
"name": "John Leider",
|
|
"email": "john@vuetifyjs.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vuetifyjs/vue-cli-plugin-vuetify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"semver": "^7.1.2",
|
|
"shelljs": "^0.8.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Vuetify Framework Plugin for Vue CLI 3",
|
|
"devDependencies": {
|
|
"jest": "^25.1.0",
|
|
"vuetify-loader": "^1.4.3"
|
|
},
|
|
"gitHead": "0044f797815ff1967ffc60db2690f8f21e511160",
|
|
"homepage": "https://github.com/vuetifyjs/vue-cli-plugin-vuetify#readme",
|
|
"keywords": [
|
|
"vuetify",
|
|
"vuetify plugin",
|
|
"vue-cli",
|
|
"vue-cli vuetify",
|
|
"vue-cli material",
|
|
"vue-cli-3",
|
|
"vue-cli-3 vuetify",
|
|
"vue-cli-3 material"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "vue-cli-plugin-vuetify",
|
|
"peerDependenciesMeta": {
|
|
"sass-loader": {
|
|
"optional": true
|
|
},
|
|
"vuetify-loader": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuetifyjs/vue-cli-plugin-vuetify.git",
|
|
"directory": "packages/vue-cli-plugin-vuetify"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --ext .js,.vue .",
|
|
"test": "jest"
|
|
},
|
|
"version": "2.0.5"
|
|
}
|
|
|