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

112 lines
3.6 KiB

{
"_from": "vue2-perfect-scrollbar@^1.2.1",
"_id": "vue2-perfect-scrollbar@1.3.0",
"_inBundle": false,
"_integrity": "sha512-QCFTgRtUHsn4WSvR08pjKJEXQJLqFFl4V7ODsFAhJkdhYweY4Ac6KYqwoxnXRIeJXd/JZgY9vy1601Z0osNJcQ==",
"_location": "/vue2-perfect-scrollbar",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vue2-perfect-scrollbar@^1.2.1",
"name": "vue2-perfect-scrollbar",
"escapedName": "vue2-perfect-scrollbar",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/mdbvue"
],
"_resolved": "https://registry.npmjs.org/vue2-perfect-scrollbar/-/vue2-perfect-scrollbar-1.3.0.tgz",
"_shasum": "4131e12094beb6047bf587d7921e3d6a57d90f66",
"_spec": "vue2-perfect-scrollbar@^1.2.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mdbvue",
"author": {
"name": "Adam Marcinkowski",
"email": "developer@mercs600.pl"
},
"browser": "dist/vue2-perfect-scrollbar.umd.js",
"bugs": {
"url": "https://github.com/mercs600/vue2-perfect-scrollbar/issues"
},
"bundleDependencies": false,
"dependencies": {
"cssnano": "^4.1.3",
"perfect-scrollbar": "^1.4.0",
"postcss-import": "^12.0.0"
},
"deprecated": false,
"description": "Vue.js wrapper for perfect scrollbar",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-loader": "^8.0.2",
"chai": "^4.1.2",
"css-loader": "^1.0.0",
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0-beta.3",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"node-sass": "^4.9.3",
"rollup": "^0.65.2",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-uglify": "^5.0.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"ts-loader": "^5.1.0",
"typescript": "^3.0.3",
"vue": "^2.5.17",
"vue-loader": "^15.4.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7"
},
"homepage": "https://github.com/mercs600/vue2-perfect-scrollbar#readme",
"keywords": [
"frontend",
"scroll",
"scrollbar",
"vue"
],
"license": "MIT",
"main": "dist/vue2-perfect-scrollbar.cjs.js",
"module": "dist/vue2-perfect-scrollbar.esm.js",
"name": "vue2-perfect-scrollbar",
"paths": {
"source": "src",
"destination": "dist",
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mercs600/vue2-perfect-scrollbar.git"
},
"scripts": {
"build": "rollup -c --environment production",
"build:css": "postcss src/style.css -o dist/vue2-perfect-scrollbar.min.css --env production && postcss src/style.css -o dist/vue2-perfect-scrollbar.css",
"dev": "webpack-dev-server --config webpack.config.js",
"test": "karma start --single-run",
"test:dev": "karma start --single-run=false"
},
"style": "dist/vue2-perfect-scrollbar.css",
"types": "./types/vue2-perfect-scrollbar.d.ts",
"version": "1.3.0"
}