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.
78 lines
2.5 KiB
78 lines
2.5 KiB
4 years ago
|
{
|
||
|
"_from": "babel-plugin-jsx-event-modifiers@^2.0.2",
|
||
|
"_id": "babel-plugin-jsx-event-modifiers@2.0.5",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-tWGnCk0whZ+nZcj9tYLw4+y08tPJXqaEjIxRJZS6DkUUae72Kz4BsoGpxt/Kow7mmgQJpvFCw8IPLSNh5rkZCg==",
|
||
|
"_location": "/babel-plugin-jsx-event-modifiers",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "babel-plugin-jsx-event-modifiers@^2.0.2",
|
||
|
"name": "babel-plugin-jsx-event-modifiers",
|
||
|
"escapedName": "babel-plugin-jsx-event-modifiers",
|
||
|
"rawSpec": "^2.0.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/babel-preset-vue"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/babel-plugin-jsx-event-modifiers/-/babel-plugin-jsx-event-modifiers-2.0.5.tgz",
|
||
|
"_shasum": "93e6ebb5d7553bb08f9fedbf7a0bee3af09a0472",
|
||
|
"_spec": "babel-plugin-jsx-event-modifiers@^2.0.2",
|
||
|
"_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-event-modifiers/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "JSX Syntactic Sugar Plugin for Event Modifiers",
|
||
|
"devDependencies": {
|
||
|
"ava": "^0.22.0",
|
||
|
"babel-core": "^6.26.0",
|
||
|
"babel-plugin-istanbul": "^4.1.4",
|
||
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
||
|
"babel-preset-env": "^1.6.0",
|
||
|
"eslint": "^4.5.0",
|
||
|
"eslint-config-prettier": "^2.3.0",
|
||
|
"eslint-config-standard": "^10.2.1",
|
||
|
"eslint-plugin-import": "^2.7.0",
|
||
|
"eslint-plugin-node": "^5.1.1",
|
||
|
"eslint-plugin-promise": "^3.5.0",
|
||
|
"eslint-plugin-standard": "^3.0.1",
|
||
|
"nyc": "^11.1.0",
|
||
|
"prettier": "^1.5.3",
|
||
|
"rollup": "^0.47.6",
|
||
|
"rollup-plugin-babel": "^3.0.2"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"homepage": "https://github.com/nickmessing/babel-plugin-jsx-event-modifiers#readme",
|
||
|
"license": "MIT",
|
||
|
"main": "dist/bundle.js",
|
||
|
"name": "babel-plugin-jsx-event-modifiers",
|
||
|
"nyc": {
|
||
|
"include": [
|
||
|
"src"
|
||
|
]
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/nickmessing/babel-plugin-jsx-event-modifiers.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rollup --config build.js",
|
||
|
"lint": "eslint .",
|
||
|
"prepare": "npm run build",
|
||
|
"pretest": "NODE_ENV=test npm run build",
|
||
|
"test": "nyc --reporter=html --reporter=text ava"
|
||
|
},
|
||
|
"version": "2.0.5"
|
||
|
}
|