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.
74 lines
1.8 KiB
74 lines
1.8 KiB
{
|
|
"_from": "fs-es6",
|
|
"_id": "fs-es6@0.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-fAc7deX+ypt/eGBAPboXcthwYDk=",
|
|
"_location": "/fs-es6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "fs-es6",
|
|
"name": "fs-es6",
|
|
"escapedName": "fs-es6",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fs-es6/-/fs-es6-0.0.2.tgz",
|
|
"_shasum": "7c073b75e5feca9b7f7860403dba1772d8706039",
|
|
"_spec": "fs-es6",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"author": {
|
|
"name": "José Lobo",
|
|
"email": "jloboprs@gmail.com"
|
|
},
|
|
"browserify": {
|
|
"transform": [
|
|
[
|
|
"babelify"
|
|
]
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jlobo/download-npm/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.23.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simple FileSystem API in the browser",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-core": "^6.24.1",
|
|
"babel-plugin-syntax-async-functions": "^6.13.0",
|
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-register": "^6.24.1",
|
|
"babelify": "^7.3.0",
|
|
"browserify": "^14.3.0"
|
|
},
|
|
"homepage": "https://github.com/jlobo/download-npm/tree/master/src/packages/fsEs6#readme",
|
|
"keywords": [
|
|
"html5",
|
|
"browser",
|
|
"fs",
|
|
"FileSystem"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "fs-es6",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jlobo/download-npm.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -rf dist && mkdir -p dist && browserify index.js -o dist/fsEs6.js"
|
|
},
|
|
"version": "0.0.2"
|
|
}
|
|
|