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

119 lines
3.4 KiB

{
"_from": "vue2-simplert-core@1.0.3",
"_id": "vue2-simplert-core@1.0.3",
"_inBundle": false,
"_integrity": "sha512-yKDS5jkp/VAyCYS+AxHT4bFJzysfdCKQMQzu7eAOqAJuRMewp2JH+fPcS+NlOifp7sD04fGBmMtgMj1Btegdfw==",
"_location": "/vue2-simplert-core",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vue2-simplert-core@1.0.3",
"name": "vue2-simplert-core",
"escapedName": "vue2-simplert-core",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/vue2-simplert-plugin"
],
"_resolved": "https://registry.npmjs.org/vue2-simplert-core/-/vue2-simplert-core-1.0.3.tgz",
"_shasum": "dc1a7ea2a54472b68414e6af65782a62ebdeb21b",
"_spec": "vue2-simplert-core@1.0.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vue2-simplert-plugin",
"author": {
"name": "Irfan Maulana",
"url": "https://github.com/mazipan/"
},
"bugs": {
"url": "https://github.com/mazipan/vue2-simplert-core/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Core CSS and JS Logic for Vue2 Simplert Library",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"compression-webpack-plugin": "^1.1.3",
"cross-env": "^5.1.3",
"css-loader": "^0.28.8",
"eslint": "^4.15.0",
"eslint-plugin-vue": "4.1.0",
"file-loader": "^1.1.6",
"jest": "^22.0.4",
"jsdom": "^11.5.1",
"jsdom-global": "^3.0.2",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"vue": "^2.5.13",
"vue-jest": "^1.4.0",
"vue-loader": "^13.7.0",
"vue-template-compiler": "^2.5.13",
"vue-test-utils": "^1.0.0-beta.9",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.0"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:vue/recommended"
]
},
"eslintIgnore": [
"test/*.js",
"dist/*.js",
"node_modules"
],
"files": [
"simplert.js",
"simplert-config.js",
"simplert.html",
"simplert.css"
],
"homepage": "https://github.com/mazipan/vue2-simplert-core/",
"jest": {
"testEnvironment": "jsdom",
"mapCoverage": true,
"coverageDirectory": "test/coverage",
"moduleNameMapper": {
"^vue$": "vue/dist/vue.common.js"
},
"moduleFileExtensions": [
"js",
"vue"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest"
}
},
"keywords": [
"vue2 alert",
"vue2 sweet alert",
"vue2 popup",
"vue alert",
"vue sweet alert",
"vue popup"
],
"license": "MIT",
"main": "simplert.js",
"name": "vue2-simplert-core",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/mazipan/vue2-simplert-core.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --color --open",
"dist": "npm run build && npm run pack",
"lint": "eslint --ext .js,.vue src test/*.js --fix",
"pack": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.dist.js",
"test": "jest --coverage"
},
"version": "1.0.3"
}