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/vue2-simplert-plugin/package.json

110 lines
3.5 KiB

{
"_from": "vue2-simplert-plugin@^0.5.3",
"_id": "vue2-simplert-plugin@0.5.3",
"_inBundle": false,
"_integrity": "sha512-+IMwM4ca3MydvVw/RyLeNZAAANNPfAcNqXJ+nU6J51DBIhy2TzAKBs1q9cmftpB8RPPC1czCixiFzw3Cq4jELA==",
"_location": "/vue2-simplert-plugin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vue2-simplert-plugin@^0.5.3",
"name": "vue2-simplert-plugin",
"escapedName": "vue2-simplert-plugin",
"rawSpec": "^0.5.3",
"saveSpec": null,
"fetchSpec": "^0.5.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/vue2-simplert-plugin/-/vue2-simplert-plugin-0.5.3.tgz",
"_shasum": "1c00e6a70c84de04657ba9301507f812a3939b82",
"_spec": "vue2-simplert-plugin@^0.5.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "Irfan Maulana",
"url": "https://github.com/mazipan/"
},
"bugs": {
"url": "https://github.com/mazipan/vue2-simplert-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"vue": "^2.5.17",
"vue2-simplert-core": "1.0.3"
},
"deprecated": false,
"description": "Vue2-Simplert as Vue.js Plugins",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@vue/test-utils": "^1.0.0-beta.25",
"autoprefixer": "^9.1.5",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.6.0",
"babel-loader": "^8.0.4",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"es6-promise": "^4.2.5",
"eslint": "^5.6.1",
"eslint-plugin-vue": "4.7.1",
"file-loader": "^2.0.0",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"rimraf": "^2.6.2",
"sass-loader": "^7.1.0",
"vue-highlightjs": "1.3.3",
"vue-ionicons": "^1.1.3",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4",
"webpack-serve": "^2.0.2",
"webpack-shell-plugin": "^0.5.0"
},
"files": [
"dist/vue2-simplert-plugin.js",
"dist/vue2-simplert-plugin.js.gz",
"dist/vue2-simplert-plugin.css",
"dist/vue2-simplert-plugin.css.gz"
],
"homepage": "https://github.com/mazipan/vue2-simplert-plugin/",
"keywords": [
"vue2 alert",
"vue2 sweet alert",
"vue2 popup",
"vue alert",
"vue sweet alert",
"vue popup"
],
"license": "MIT",
"main": "dist/vue2-simplert-plugin.js",
"name": "vue2-simplert-plugin",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/mazipan/vue2-simplert-plugin.git"
},
"scripts": {
"build:demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.dev.js",
"build:lib": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.prod.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --color --open --config webpack.config.dev.js",
"dist": "rimraf ./dist && npm run build:demo && npm run build:lib",
"lint": "eslint --ext .js,.vue src test/*.js --fix --no-ignore",
"publish-demo": "node ./publish-demo.js",
"test": "jest --coverage"
},
"version": "0.5.3"
}