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.
104 lines
3.0 KiB
104 lines
3.0 KiB
{
|
|
"_from": "vue-bootstrap-slider",
|
|
"_id": "vue-bootstrap-slider@2.1.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-UwV/T+Fy8jhlHLOVL5MPp5yl076u1FUM0WeK/ScD267XODrvvpy/xioL16ZgKUQPvu+3Bok8lR39Z6hiTGeUSQ==",
|
|
"_location": "/vue-bootstrap-slider",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "vue-bootstrap-slider",
|
|
"name": "vue-bootstrap-slider",
|
|
"escapedName": "vue-bootstrap-slider",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vue-bootstrap-slider/-/vue-bootstrap-slider-2.1.8.tgz",
|
|
"_shasum": "bbe1ca5cf24949a2e60ca886d997105ef355e3ad",
|
|
"_spec": "vue-bootstrap-slider",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"author": {
|
|
"name": "pimlie",
|
|
"email": "pimlie@hotmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pimlie/vue-bootstrap-slider/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bootstrap-slider": "^10.6.0",
|
|
"lodash": "^4.17.11"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Vue bindings for seiyria/bootstrap-slider",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/plugin-transform-runtime": "^7.2.0",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"@babel/runtime": "^7.3.1",
|
|
"@nuxtjs/eslint-config": "^0.0.1",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^24.1.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"bootstrap": "^4.2.1",
|
|
"eslint": "^5.13.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-jest": "^22.2.2",
|
|
"eslint-plugin-node": "^8.0.1",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^5.1.0",
|
|
"jest": "^24.1.0",
|
|
"rollup": "^1.1.2",
|
|
"rollup-plugin-buble": "^0.19.6",
|
|
"rollup-plugin-commonjs": "^9.2.0",
|
|
"rollup-plugin-node-resolve": "^4.0.0",
|
|
"rollup-plugin-terser": "^4.0.4",
|
|
"rollup-plugin-vue": "^4.7.1",
|
|
"rollup-watch": "^4.3.1",
|
|
"standard-version": "^4.4.0",
|
|
"uglify-es": "^3.3.10",
|
|
"vue": "^2.6.3",
|
|
"vue-jest": "^3.0.2",
|
|
"vue-template-compiler": "^2.6.3"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"es"
|
|
],
|
|
"homepage": "https://github.com/pimlie/vue-bootstrap-slider",
|
|
"jsnext:main": "lib/index.js",
|
|
"keywords": [
|
|
"vue-component",
|
|
"vue",
|
|
"component",
|
|
"bootstrap",
|
|
"bootstrap-slider"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/vue-bootstrap-slider.common.js",
|
|
"module": "lib/index.js",
|
|
"name": "vue-bootstrap-slider",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pimlie/vue-bootstrap-slider.git"
|
|
},
|
|
"scripts": {
|
|
"build": "scripts/build.sh",
|
|
"lint": "eslint --ignore-path .gitignore --ext .js,.vue lib tests",
|
|
"release": "npm run build && npm run test && standard-version",
|
|
"test": "jest"
|
|
},
|
|
"version": "2.1.8",
|
|
"web": "dist/vue-bootstrap-slider.js"
|
|
}
|
|
|