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

123 lines
3.6 KiB

{
"_from": "bootstrap-slider@^10.6.0",
"_id": "bootstrap-slider@10.6.2",
"_inBundle": false,
"_integrity": "sha512-8JTPZB9QVOdrGzYF3YgC3YW6ssfPeBvBwZnXffiZ7YH/zz1D0EKlZvmQsm/w3N0XjVNYQEoQ0ax+jHrErV4K1Q==",
"_location": "/bootstrap-slider",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bootstrap-slider@^10.6.0",
"name": "bootstrap-slider",
"escapedName": "bootstrap-slider",
"rawSpec": "^10.6.0",
"saveSpec": null,
"fetchSpec": "^10.6.0"
},
"_requiredBy": [
"/vue-bootstrap-slider"
],
"_resolved": "https://registry.npmjs.org/bootstrap-slider/-/bootstrap-slider-10.6.2.tgz",
"_shasum": "7341f468c012bdaa6a1d8625d989fdeb8ed7dd38",
"_spec": "bootstrap-slider@^10.6.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vue-bootstrap-slider",
"author": {
"name": "bootstrap-slider"
},
"bugs": {
"url": "http://github.com/seiyria/bootstrap-slider/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Kyle Kemp"
},
{
"name": "Rohit Kalkur"
}
],
"dependencies": {},
"deprecated": false,
"description": "Slider view component for Twitter Bootstrap.",
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"bootstrap": "^3.3.6",
"grunt": "^0.4.5",
"grunt-babel": "6.0.0",
"grunt-bump": "0.0.16",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-less": "0.7.0",
"grunt-contrib-uglify": "0.2.4",
"grunt-contrib-watch": "0.5.3",
"grunt-header": "1.0.0",
"grunt-lesslint": "^3.2.0",
"grunt-open": "0.2.2",
"grunt-sass-lint": "^0.2.2",
"grunt-template": "0.2.0"
},
"engine": {},
"gitHead": "67eb8fe3c26205efc94ae95b3ef37a469eef0b81",
"gruntConfig": {
"devPort": 9000,
"js": {
"highlightjs": "dependencies/js/highlight.min.js",
"modernizr": "dependencies/js/modernizr.js",
"jquery": "dependencies/js/jquery.min.js",
"bindPolyfill": "test/phantom_bind_polyfill.js",
"slider": "src/js/bootstrap-slider.js"
},
"less": {
"slider": "src/less/bootstrap-slider.less",
"rules": "src/less/rules.less",
"variables": "src/less/variables.less"
},
"css": {
"bootstrap": "node_modules/bootstrap/dist/css/bootstrap.min.css",
"highlightjs": "dependencies/css/highlightjs-github-theme.css"
},
"tpl": {
"SpecRunner": "tpl/SpecRunner.tpl",
"index": "tpl/index.tpl"
},
"temp": {
"js": "temp/bootstrap-slider.js",
"jsMin": "temp/bootstrap-slider.min.js",
"css": "temp/bootstrap-slider.css",
"cssMin": "temp/bootstrap-slider.min.css"
},
"dist": {
"js": "dist/bootstrap-slider.js",
"jsMin": "dist/bootstrap-slider.min.js",
"css": "dist/css/bootstrap-slider.css",
"cssMin": "dist/css/bootstrap-slider.min.css"
},
"spec": "test/specs/**/*.js"
},
"homepage": "http://github.com/seiyria/bootstrap-slider",
"keywords": [
"slider",
"bootstrap",
"twitter",
"slide"
],
"license": "MIT",
"main": "dist/bootstrap-slider.js",
"name": "bootstrap-slider",
"repository": {
"type": "git",
"url": "git://github.com/seiyria/bootstrap-slider.git"
},
"scripts": {
"pretest": "grunt lint",
"release": "sh ./scripts/release.sh",
"test": "grunt test",
"update-gh-pages": "sh ./scripts/update-gh-pages.sh"
},
"style": "dist/css/bootstrap-slider.css",
"version": "10.6.2"
}