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.
 
 
 
 
StackGenVis/frontend/node_modules/async-array-reduce/package.json

91 lines
2.1 KiB

{
"_from": "async-array-reduce@^0.2.1",
"_id": "async-array-reduce@0.2.1",
"_inBundle": false,
"_integrity": "sha1-yL4BCitc0A3qlsgRFgNGk9/dgtE=",
"_location": "/async-array-reduce",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "async-array-reduce@^0.2.1",
"name": "async-array-reduce",
"escapedName": "async-array-reduce",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/base-config-schema/matched",
"/load-helpers/matched",
"/load-templates/matched",
"/matched"
],
"_resolved": "https://registry.npmjs.org/async-array-reduce/-/async-array-reduce-0.2.1.tgz",
"_shasum": "c8be010a2b5cd00dea96c81116034693dfdd82d1",
"_spec": "async-array-reduce@^0.2.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/matched",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/async-array-reduce/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Async reduce.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^3.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/jonschlinkert/async-array-reduce",
"keywords": [
"array",
"async",
"reduce"
],
"license": "MIT",
"main": "index.js",
"name": "async-array-reduce",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/async-array-reduce.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"arr-filter",
"arr-flatten",
"arr-reduce",
"array-unique"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"verb-generate-readme"
]
},
"version": "0.2.1"
}