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.
112 lines
3.4 KiB
112 lines
3.4 KiB
4 years ago
|
{
|
||
|
"_from": "vue-class-component@^7.1.0",
|
||
|
"_id": "vue-class-component@7.2.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-oEqYpXKaFN+TaXU+mRLEx8dX0ah85aAJEe61mpdoUrq0Bhe/6sWhyZX1JjMQLhVsHAkncyhedhmCdDVSasUtDw==",
|
||
|
"_location": "/vue-class-component",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "vue-class-component@^7.1.0",
|
||
|
"name": "vue-class-component",
|
||
|
"escapedName": "vue-class-component",
|
||
|
"rawSpec": "^7.1.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^7.1.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#DEV:/",
|
||
|
"/vue-property-decorator"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/vue-class-component/-/vue-class-component-7.2.3.tgz",
|
||
|
"_shasum": "a5b1abd53513a72ad51098752e2dedd499807cca",
|
||
|
"_spec": "vue-class-component@^7.1.0",
|
||
|
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend/node_modules/vue-property-decorator",
|
||
|
"author": {
|
||
|
"name": "Evan You"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/vuejs/vue-class-component/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "ES201X/TypeScript class decorator for Vue components",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.7.7",
|
||
|
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
||
|
"@babel/plugin-proposal-decorators": "^7.7.4",
|
||
|
"@babel/plugin-syntax-jsx": "^7.7.4",
|
||
|
"@babel/preset-env": "^7.7.7",
|
||
|
"@types/chai": "^4.2.7",
|
||
|
"@types/mocha": "^5.2.7",
|
||
|
"@types/node": "^13.1.6",
|
||
|
"@typescript-eslint/parser": "^2.15.0",
|
||
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
||
|
"babel-loader": "^8.0.6",
|
||
|
"babel-plugin-transform-vue-jsx": "^4.0.1",
|
||
|
"chai": "^4.2.0",
|
||
|
"css-loader": "^3.4.2",
|
||
|
"eslint": "^6.8.0",
|
||
|
"eslint-plugin-vue-libs": "^4.0.0",
|
||
|
"mocha": "^7.0.0",
|
||
|
"reflect-metadata": "^0.1.13",
|
||
|
"rimraf": "^3.0.0",
|
||
|
"rollup": "^1.29.0",
|
||
|
"rollup-plugin-babel": "^4.3.3",
|
||
|
"rollup-plugin-replace": "^2.2.0",
|
||
|
"testdouble": "^3.12.5",
|
||
|
"ts-loader": "^6.2.1",
|
||
|
"typescript": "^3.7.4",
|
||
|
"uglify-es": "^3.3.9",
|
||
|
"vue": "^2.6.11",
|
||
|
"vue-loader": "^15.8.3",
|
||
|
"vue-template-compiler": "^2.6.11",
|
||
|
"vuepress": "^1.2.0",
|
||
|
"vuex": "^3.1.2",
|
||
|
"webpack": "^4.41.5",
|
||
|
"webpack-cli": "^3.3.10"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist",
|
||
|
"lib",
|
||
|
"hooks.js",
|
||
|
"hooks.d.ts"
|
||
|
],
|
||
|
"homepage": "https://github.com/vuejs/vue-class-component#readme",
|
||
|
"keywords": [
|
||
|
"vue",
|
||
|
"class",
|
||
|
"babel",
|
||
|
"typescript"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/vue-class-component.common.js",
|
||
|
"module": "dist/vue-class-component.esm.js",
|
||
|
"name": "vue-class-component",
|
||
|
"peerDependencies": {
|
||
|
"vue": "^2.0.0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/vuejs/vue-class-component.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "npm run build:ts && npm run build:main",
|
||
|
"build:main": "node build/build.js",
|
||
|
"build:ts": "tsc -p .",
|
||
|
"clean": "rimraf ./lib",
|
||
|
"dev": "webpack --config example/webpack.config.js --watch",
|
||
|
"dev:test": "node build/dev-test.js",
|
||
|
"docs:build": "vuepress build docs",
|
||
|
"docs:dev": "vuepress dev docs",
|
||
|
"example": "npm run build && webpack --config example/webpack.config.js",
|
||
|
"lint": "eslint --ext js,jsx,ts,tsx,vue .",
|
||
|
"release": "bash build/release.sh",
|
||
|
"test": "npm run build && webpack --config test/webpack.config.js && mocha test/test.build.js"
|
||
|
},
|
||
|
"typings": "lib/index.d.ts",
|
||
|
"unpkg": "dist/vue-class-component.js",
|
||
|
"version": "7.2.3"
|
||
|
}
|