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/vue-plotly/package.json

88 lines
2.8 KiB

{
"_from": "vue-plotly@^1.1.0",
"_id": "vue-plotly@1.1.0",
"_inBundle": false,
"_integrity": "sha512-GW52p+ZD0AKHgtE7vdkljJ79fiRugkhFkcE+Es5Ok9YWulHq8KxywQdO0rK1ejGIfVv1yAQKiKxhzYcYE/lXyw==",
"_location": "/vue-plotly",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vue-plotly@^1.1.0",
"name": "vue-plotly",
"escapedName": "vue-plotly",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/vue-plotly/-/vue-plotly-1.1.0.tgz",
"_shasum": "2ba9e2735c9124dde4de3eb2658fe7f6c07ce5ec",
"_spec": "vue-plotly@^1.1.0",
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend",
"bundleDependencies": false,
"dependencies": {
"core-js": "^3.6.4",
"plotly.js": "^1.52.1",
"vue": "^2.6.11",
"vue-resize-directive": "^1.2.0"
},
"deprecated": false,
"description": "<p align=\"center\"><img width=\"140\"src=\"https://raw.githubusercontent.com/David-Desmaisons/vue-plotly/master/example/assets/logo.png\"></p>",
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-plugin-unit-jest": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "1.0.0-beta.31",
"@vuedoc/md": "^1.6.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"bootstrap": "^4.4.1",
"codecov": "^3.6.1",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.1.2",
"font-awesome": "^4.7.0",
"highlight.js": "^9.18.0",
"ify-loader": "^1.1.0",
"jest-canvas-mock": "^2.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"vue-cli-plugin-component": "^1.12.2",
"vue-draggable-resizable": "^2.1.0",
"vue-highlight.js": "^3.1.0",
"vue-json-editor": "^1.4.0",
"vue-server-renderer": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"files": [
"dist/*.css",
"dist/*.map",
"dist/*.js",
"src/*"
],
"keywords": [
"vue",
"component"
],
"license": "MIT",
"main": "dist/vue-plotly.umd.js",
"module": "dist/vue-plotly.common.min.js",
"name": "vue-plotly",
"private": false,
"scripts": {
"build": "vue-cli-service build --name vue-plotly --entry ./src/index.js --target lib",
"build:doc": "vue-cli-service build --entry ./example/main.js --dest docs --mode development",
"lint": "vue-cli-service lint --fix",
"prepublishOnly": "npm run lint && npm run build && npm run build:doc",
"serve": "vue-cli-service serve ./example/main.js --open",
"test:coverage": "vue-cli-service test:unit --coverage --verbose && codecov",
"test:unit": "vue-cli-service test:unit --coverage"
},
"version": "1.1.0"
}