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/vue-clickaway/package.json

74 lines
2.0 KiB

{
"_from": "vue-clickaway@^2.2.2",
"_id": "vue-clickaway@2.2.2",
"_inBundle": false,
"_integrity": "sha512-25SpjXKetL06GLYoLoC8pqAV6Cur9cQ//2g35GRFBV4FgoljbZZjTINR8g2NuVXXDMLSUXaKx5dutgO4PaDE7A==",
"_location": "/vue-clickaway",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vue-clickaway@^2.2.2",
"name": "vue-clickaway",
"escapedName": "vue-clickaway",
"rawSpec": "^2.2.2",
"saveSpec": null,
"fetchSpec": "^2.2.2"
},
"_requiredBy": [
"/mdbvue"
],
"_resolved": "https://registry.npmjs.org/vue-clickaway/-/vue-clickaway-2.2.2.tgz",
"_shasum": "cecf6839575e8b2afc5d3edb3efb616d293dbb44",
"_spec": "vue-clickaway@^2.2.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mdbvue",
"author": {
"name": "Denis Karabaza",
"email": "denis.karabaza@gmail.com"
},
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/simplesmiler/vue-clickaway/issues"
},
"bundleDependencies": false,
"dependencies": {
"loose-envify": "^1.2.0"
},
"deprecated": false,
"description": "Reusable clickaway directive for reusable Vue.js components",
"devDependencies": {
"eslint": "^1.10.3",
"mkdirp": "^0.5.1",
"rollup": "^0.21.2",
"rollup-plugin-replace": "^1.1.0",
"uglify-js": "^2.6.1"
},
"homepage": "https://github.com/simplesmiler/vue-clickaway",
"keywords": [
"click",
"clickaway",
"reusable",
"vue",
"vue-directive",
"vuejs"
],
"license": "MIT",
"main": "dist/vue-clickaway.common.js",
"name": "vue-clickaway",
"peerDependencies": {
"vue": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplesmiler/vue-clickaway.git"
},
"scripts": {
"lint": "eslint index.js directive.js mixin.js build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.2.2"
}