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.
115 lines
3.4 KiB
115 lines
3.4 KiB
4 years ago
|
{
|
||
|
"_from": "vue-slider-component@^3.1.1",
|
||
|
"_id": "vue-slider-component@3.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-5BagCDOqK7q3WRdQrT16cjfSDPp1/VxKDk0i92u1tRT03fPJKzYmkbWSeJVHuET5IB9nVWuTGUPgUo0jTzQ3QQ==",
|
||
|
"_location": "/vue-slider-component",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "vue-slider-component@^3.1.1",
|
||
|
"name": "vue-slider-component",
|
||
|
"escapedName": "vue-slider-component",
|
||
|
"rawSpec": "^3.1.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^3.1.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/vue-slider-component/-/vue-slider-component-3.1.1.tgz",
|
||
|
"_shasum": "00727a3d3eee9a4e4e940a9f45afdfcefbb99308",
|
||
|
"_spec": "vue-slider-component@^3.1.1",
|
||
|
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend",
|
||
|
"author": {
|
||
|
"name": "NightCatSama",
|
||
|
"email": "642163903@qq.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/NightCatSama/vue-slider-component/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"vue-property-decorator": "^8.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "A highly customized slider component",
|
||
|
"devDependencies": {
|
||
|
"@commitlint/config-conventional": "^7.3.1",
|
||
|
"@types/chai": "^4.1.0",
|
||
|
"@types/mocha": "^5.2.4",
|
||
|
"@vue/cli-plugin-babel": "^3.4.0",
|
||
|
"@vue/cli-plugin-typescript": "^3.4.0",
|
||
|
"@vue/cli-plugin-unit-mocha": "^3.4.0",
|
||
|
"@vue/cli-service": "^3.4.0",
|
||
|
"@vue/test-utils": "^1.0.0-beta.20",
|
||
|
"chai": "^4.1.2",
|
||
|
"codemirror": "^5.44.0",
|
||
|
"commitlint": "^7.3.2",
|
||
|
"lint-staged": "^8.1.0",
|
||
|
"markdown-it-anchor": "^5.0.2",
|
||
|
"markdown-it-container": "^2.0.0",
|
||
|
"node-sass": "^4.9.0",
|
||
|
"prettier": "^1.15.2",
|
||
|
"sass": "^1.16.0",
|
||
|
"sass-loader": "^7.0.1",
|
||
|
"typescript": "^3.0.0",
|
||
|
"uslug": "^1.0.4",
|
||
|
"vue": "^2.6.6",
|
||
|
"vue-markdown-loader": "^2.4.1",
|
||
|
"vue-property-decorator": "^8.0.0",
|
||
|
"vue-router": "^3.0.2",
|
||
|
"vue-template-compiler": "^2.6.6",
|
||
|
"vuep": "^0.8.1"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist",
|
||
|
"dist-css",
|
||
|
"lib",
|
||
|
"src",
|
||
|
"typings",
|
||
|
"theme"
|
||
|
],
|
||
|
"gitHooks": {
|
||
|
"pre-commit": "lint-staged",
|
||
|
"commit-msg": "commitlint -e $GIT_PARAMS"
|
||
|
},
|
||
|
"homepage": "https://github.com/NightCatSama/vue-slider-component",
|
||
|
"keywords": [
|
||
|
"vue",
|
||
|
"slider",
|
||
|
"vue-slider",
|
||
|
"vue-component",
|
||
|
"vue-slider-component"
|
||
|
],
|
||
|
"licenses": "MIT",
|
||
|
"lint-staged": {
|
||
|
"*.{js,ts,tsx,scss}": [
|
||
|
"npm run prettier",
|
||
|
"git add"
|
||
|
]
|
||
|
},
|
||
|
"main": "./dist/vue-slider-component.umd.min.js",
|
||
|
"name": "vue-slider-component",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/NightCatSama/vue-slider-component.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "vue-cli-service build",
|
||
|
"build:library": "npm run package && npm run package:css && npm run typings && npm run sass",
|
||
|
"deploy:docs": "sh scripts/deploy.sh",
|
||
|
"lint": "vue-cli-service lint",
|
||
|
"package": "vue-cli-service build --mode package --target lib --name vue-slider-component lib/index.ts",
|
||
|
"package:css": "NO_EXTRACT_CSS=true npm run package -- --dest dist-css",
|
||
|
"prettier": "prettier --write lib/**/*.{ts,tsx,scss}",
|
||
|
"sass": "sass lib/theme:theme",
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"test:unit": "vue-cli-service test:unit",
|
||
|
"typings": "tsc -p tsconfig.package.json && cp -a lib/typings typings"
|
||
|
},
|
||
|
"typings": "./typings/index.d.ts",
|
||
|
"version": "3.1.1"
|
||
|
}
|