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.
80 lines
2.5 KiB
80 lines
2.5 KiB
{
|
|
"_from": "perfect-scrollbar@^1.4.0",
|
|
"_id": "perfect-scrollbar@1.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-NrNHJn5mUGupSiheBTy6x+6SXCFbLlm8fVZh9moIzw/LgqElN5q4ncR4pbCBCYuCJ8Kcl9mYM0NgDxvW+b4LxA==",
|
|
"_location": "/perfect-scrollbar",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "perfect-scrollbar@^1.4.0",
|
|
"name": "perfect-scrollbar",
|
|
"escapedName": "perfect-scrollbar",
|
|
"rawSpec": "^1.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vue2-perfect-scrollbar"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-1.5.0.tgz",
|
|
"_shasum": "821d224ed8ff61990c23f26db63048cdc75b6b83",
|
|
"_spec": "perfect-scrollbar@^1.4.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vue2-perfect-scrollbar",
|
|
"author": {
|
|
"name": "Hyunje Jun",
|
|
"email": "me@noraesae.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mdbootstrap/perfect-scrollbar/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Minimalistic but perfect custom scrollbar plugin",
|
|
"devDependencies": {
|
|
"chokidar-cli": "^2.1.0",
|
|
"prettier": "^1.19.1",
|
|
"rollup": "^1.27.8",
|
|
"rollup-plugin-babel": "^4.3.3",
|
|
"rollup-plugin-babel-minify": "^9.1.1",
|
|
"rollup-plugin-buble": "^0.19.8"
|
|
},
|
|
"files": [
|
|
"css",
|
|
"dist",
|
|
"src",
|
|
"types"
|
|
],
|
|
"homepage": "https://github.com/mdbootstrap/perfect-scrollbar#readme",
|
|
"jspm": {
|
|
"main": "dist/perfect-scrollbar.common.js",
|
|
"registry": "jspm"
|
|
},
|
|
"keywords": [
|
|
"frontend",
|
|
"scroll",
|
|
"scrollbar"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/perfect-scrollbar.common.js",
|
|
"module": "dist/perfect-scrollbar.esm.js",
|
|
"name": "perfect-scrollbar",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mdbootstrap/perfect-scrollbar.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run clean && npm run rollup",
|
|
"clean": "rm -rf dist",
|
|
"format": "prettier --write --single-quote --trailing-comma es5 'src/**/*.js'",
|
|
"format:lint": "prettier -l --single-quote --trailing-comma es5 'src/**/*.js'",
|
|
"release": "./release",
|
|
"rollup": "rollup --config rollup.config.js --sourcemap",
|
|
"test": "npm run format:lint && npm run build",
|
|
"watch": "npm run build && SHELL=/bin/bash chokidar 'src/**/*.js' -c 'npm run format && npm run build'"
|
|
},
|
|
"style": "css/perfect-scrollbar.css",
|
|
"typings": "types/perfect-scrollbar.d.ts",
|
|
"version": "1.5.0"
|
|
}
|
|
|