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.
92 lines
2.5 KiB
92 lines
2.5 KiB
{
|
|
"_from": "babel-eslint@^10.0.3",
|
|
"_id": "babel-eslint@10.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==",
|
|
"_location": "/babel-eslint",
|
|
"_phantomChildren": {
|
|
"path-parse": "1.0.6"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-eslint@^10.0.3",
|
|
"name": "babel-eslint",
|
|
"escapedName": "babel-eslint",
|
|
"rawSpec": "^10.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^10.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.3.tgz",
|
|
"_shasum": "81a2c669be0f205e19462fed2482d33e4687a88a",
|
|
"_spec": "babel-eslint@^10.0.3",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"author": {
|
|
"name": "Sebastian McKenzie",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel-eslint/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"@babel/parser": "^7.0.0",
|
|
"@babel/traverse": "^7.0.0",
|
|
"@babel/types": "^7.0.0",
|
|
"eslint-visitor-keys": "^1.0.0",
|
|
"resolve": "^1.12.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Custom parser for ESLint",
|
|
"devDependencies": {
|
|
"babel-eslint": "^8.2.6",
|
|
"dedent": "^0.7.0",
|
|
"eslint": "^5.6.0",
|
|
"eslint-config-babel": "^7.0.1",
|
|
"eslint-plugin-flowtype": "^2.30.3",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-prettier": "^2.1.2",
|
|
"espree": "^3.5.2",
|
|
"husky": "^1.0.0-rc.13",
|
|
"lint-staged": "^7.2.2",
|
|
"mocha": "^5.0.1",
|
|
"prettier": "^1.4.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/babel/babel-eslint",
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint --format=codeframe --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "lib/index.js",
|
|
"name": "babel-eslint",
|
|
"peerDependencies": {
|
|
"eslint": ">= 4.12.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/babel-eslint.git"
|
|
},
|
|
"scripts": {
|
|
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
|
|
"fix": "eslint lib test --fix",
|
|
"lint": "eslint lib test",
|
|
"precommit": "lint-staged",
|
|
"preversion": "npm test",
|
|
"test": "npm run lint && npm run test-only",
|
|
"test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js"
|
|
},
|
|
"version": "10.0.3"
|
|
}
|
|
|