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.
63 lines
1.8 KiB
63 lines
1.8 KiB
{
|
|
"_from": "babel-plugin-jsx-v-model@^2.0.1",
|
|
"_id": "babel-plugin-jsx-v-model@2.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-SIx3Y3XxwGEz56Q1atwr5GaZsxJ2IRYmn5dl38LFkaTAvjnbNQxsZHO+ylJPsd+Hmv+ixJBYYFEekPBTHwiGfQ==",
|
|
"_location": "/babel-plugin-jsx-v-model",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-plugin-jsx-v-model@^2.0.1",
|
|
"name": "babel-plugin-jsx-v-model",
|
|
"escapedName": "babel-plugin-jsx-v-model",
|
|
"rawSpec": "^2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-preset-vue"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-jsx-v-model/-/babel-plugin-jsx-v-model-2.0.3.tgz",
|
|
"_shasum": "c396416b99cb1af782087315ae1d3e62e070f47d",
|
|
"_spec": "babel-plugin-jsx-v-model@^2.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/babel-preset-vue",
|
|
"author": {
|
|
"name": "Nicolai Moraru",
|
|
"email": "dot.nick.dot.messing@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nickmessing/babel-plugin-jsx-v-model/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
"html-tags": "^2.0.0",
|
|
"svg-tags": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "JSX v-model transform",
|
|
"devDependencies": {
|
|
"ava": "^0.21.0",
|
|
"babel-core": "^6.25.0",
|
|
"nyc": "^11.0.3"
|
|
},
|
|
"homepage": "https://github.com/nickmessing/babel-plugin-jsx-v-model#readme",
|
|
"keywords": [
|
|
"Vue",
|
|
"jsx",
|
|
"v-model"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "babel-plugin-jsx-v-model",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nickmessing/babel-plugin-jsx-v-model.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc --reporter=lcov npm test",
|
|
"test": "ava"
|
|
},
|
|
"version": "2.0.3"
|
|
}
|
|
|