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.
115 lines
3.4 KiB
115 lines
3.4 KiB
{
|
|
"_from": "@statnett/vue-plotly",
|
|
"_id": "@statnett/vue-plotly@0.3.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3FnuVmdDUiujl9UnKE7Y/jnQPkDVK7WJ0gcBEPtfcIqruvaRcguRuw+G4B7GV8BpSS3wYh4/Q8qKHcJvany6iQ==",
|
|
"_location": "/@statnett/vue-plotly",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "@statnett/vue-plotly",
|
|
"name": "@statnett/vue-plotly",
|
|
"escapedName": "@statnett%2fvue-plotly",
|
|
"scope": "@statnett",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@statnett/vue-plotly/-/vue-plotly-0.3.2.tgz",
|
|
"_shasum": "58f314c658d572192d295fd3c7b980595950d2cb",
|
|
"_spec": "@statnett/vue-plotly",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"author": {
|
|
"name": "Statnett"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/statnett/vue-plotly/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"lodash": "^4.17.5",
|
|
"plotly.js": "^1.35.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A vue wrapper for plotly.js",
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^1.0.0-beta.12",
|
|
"babel-core": "^6.22.1",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-loader": "^7.1.1",
|
|
"babel-plugin-istanbul": "^4.1.1",
|
|
"babel-plugin-transform-runtime": "^6.22.0",
|
|
"babel-preset-env": "^1.3.2",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"babel-preset-stage-2": "^6.22.0",
|
|
"babel-register": "^6.22.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"chai": "^4.1.2",
|
|
"coveralls": "^3.0.0",
|
|
"cross-env": "^5.1.3",
|
|
"css-loader": "^0.28.0",
|
|
"eslint": "^4.18.1",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-friendly-formatter": "^3.0.0",
|
|
"eslint-loader": "^1.7.1",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-node": "^5.2.1",
|
|
"eslint-plugin-promise": "^3.6.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"eslint-plugin-vue": "^4.3.0",
|
|
"karma": "^2.0.0",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-junit-reporter": "^1.2.0",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-sinon-chai": "^1.3.3",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-spec-reporter": "0.0.32",
|
|
"karma-webpack": "^2.0.13",
|
|
"mocha": "^5.0.4",
|
|
"puppeteer": "^1.1.1",
|
|
"rimraf": "^2.6.1",
|
|
"sass-loader": "^6.0.6",
|
|
"sinon": "^4.4.2",
|
|
"sinon-chai": "^3.0.0",
|
|
"vue": "^2.2.1",
|
|
"vue-html-loader": "^1.2.3",
|
|
"vue-loader": "^11.3.4",
|
|
"vue-style-loader": "^2.0.3",
|
|
"vue-template-compiler": "^2.2.1",
|
|
"webpack": "^3.11.0",
|
|
"webpack-cli": "^2.0.10",
|
|
"webpack-merge": "^4.1.0"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/statnett/vue-plotly#readme",
|
|
"keywords": [
|
|
"chart",
|
|
"plotly",
|
|
"vue",
|
|
"plotly.js",
|
|
"wrapper"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/vue-plotly.js",
|
|
"name": "@statnett/vue-plotly",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/statnett/vue-plotly.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf ./dist && webpack --config ./webpack.config.js",
|
|
"coverage": "cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
|
"develop": "cross-env BABEL_ENV=test karma start test/karma.dev.conf.js",
|
|
"test": "cross-env BABEL_ENV=test karma start test/karma.conf.js --single-run && npm run coverage"
|
|
},
|
|
"version": "0.3.2"
|
|
}
|
|
|