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/now-and-later/package.json

82 lines
2.1 KiB

4 years ago
{
"_from": "now-and-later@0.0.6",
"_id": "now-and-later@0.0.6",
"_inBundle": false,
"_integrity": "sha1-GKFNw/xJXcBs++Ao8AvhbdrE+uo=",
"_location": "/now-and-later",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "now-and-later@0.0.6",
"name": "now-and-later",
"escapedName": "now-and-later",
"rawSpec": "0.0.6",
"saveSpec": null,
"fetchSpec": "0.0.6"
},
"_requiredBy": [
"/bach"
],
"_resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-0.0.6.tgz",
"_shasum": "18a14dc3fc495dc06cfbe028f00be16ddac4faea",
"_spec": "now-and-later@0.0.6",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/bach",
"author": {
"name": "Blaine Bublitz",
"email": "blaine@iceddev.com",
"url": "http://iceddev.com/"
},
"bugs": {
"url": "https://github.com/phated/now-and-later/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine@iceddev.com",
"url": "http://iceddev.com/"
}
],
"dependencies": {
"once": "^1.3.0"
},
"deprecated": false,
"description": "Map over an array of values in parallel or series, passing each through the async iterator. Optionally, specify lifecycle extension points for before the iterator runs, after completion, or upon error.",
"devDependencies": {
"jshint": "^2.5.5",
"jshint-stylish": "^0.4.0",
"lab": "^4.2.0"
},
"engines": {
"node": ">= 0.10"
},
"homepage": "https://github.com/phated/now-and-later#readme",
"keywords": [
"async",
"async.js",
"map",
"control",
"flow",
"extension",
"tracing",
"debug",
"aop",
"aspect",
"timing",
"tracing"
],
"license": "MIT",
"main": "index.js",
"name": "now-and-later",
"repository": {
"type": "git",
"url": "git+https://github.com/phated/now-and-later.git"
},
"scripts": {
"lint": "jshint lib test index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
"test": "lab -cv"
},
"version": "0.0.6"
}