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

123 lines
3.8 KiB

{
"_from": "vue2-simplert@latest",
"_id": "vue2-simplert@1.0.0",
"_inBundle": false,
"_integrity": "sha512-ofwOJsAk2vRRdYA6UB+RDdoM00rY+s9iPX+LcqCTssba2TGfphNXgdct5rnfH0NQ9+Iy4E3LwZ14olvlLq1SHw==",
"_location": "/vue2-simplert",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "vue2-simplert@latest",
"name": "vue2-simplert",
"escapedName": "vue2-simplert",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/vue2-simplert/-/vue2-simplert-1.0.0.tgz",
"_shasum": "806a14bdee341505aeab207f0f8a366e76bc3270",
"_spec": "vue2-simplert@latest",
"_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/issues"
},
"bundleDependencies": false,
"dependencies": {
"gitbook-plugin-github": "^2.0.0",
"vue2-simplert-core": "1.0.3"
},
"deprecated": false,
"description": "Vue 2 Alert Component (SweetAlert Inspired)",
"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",
"friendly-errors-webpack-plugin": "^1.7.0",
"gh-pages": "^2.0.1",
"gitbook-cli": "2.3.2",
"gitbook-plugin-comment": "^1.0.5",
"gitbook-plugin-favicon": "0.0.2",
"gitbook-plugin-git-author": "1.1.2",
"gitbook-plugin-github": "^3.0.0",
"gitbook-plugin-prism-ext": "^3.1.2",
"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",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"vue": "^2.5.17",
"vue-highlightjs": "1.3.3",
"vue-jest": "^2.6.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"vue-test-utils": "^1.0.0-beta.11",
"webpack": "^4.20.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",
"workbox-webpack-plugin": "^3.6.2"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"files": [
"dist/simplert.js",
"dist/simplert.js.gz",
"dist/simplert.css",
"dist/simplert.css.gz",
"src/main-dist.js",
"src/Simplert.vue"
],
"homepage": "https://mazipan.github.io/vue2-simplert/",
"keywords": [
"vue2 alert",
"vue2 sweet alert",
"vue2 popup",
"vue alert",
"vue sweet alert",
"vue popup"
],
"license": "MIT",
"main": "dist/simplert.js",
"name": "vue2-simplert",
"repository": {
"type": "git",
"url": "git+https://github.com/mazipan/vue2-simplert.git"
},
"scripts": {
"build:demo": "cross-env NODE_ENV=production webpack --color --progress --hide-modules --config webpack.config.dev.js",
"build:lib": "cross-env NODE_ENV=production webpack --color --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",
"docs": "gitbook install && gitbook serve",
"publish-demo": "node ./publish-demo.js",
"test": "jest --coverage"
},
"version": "1.0.0"
}