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/coalescy/package.json

68 lines
2.0 KiB

4 years ago
{
"_from": "coalescy@1.0.0",
"_id": "coalescy@1.0.0",
"_inBundle": false,
"_integrity": "sha1-SwZYRrg2NhrabEtKSr9LwcrDG/E=",
"_location": "/coalescy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "coalescy@1.0.0",
"name": "coalescy",
"escapedName": "coalescy",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/eslint-friendly-formatter"
],
"_resolved": "https://registry.npmjs.org/coalescy/-/coalescy-1.0.0.tgz",
"_shasum": "4b065846b836361ada6c4b4a4abf4bc1cac31bf1",
"_spec": "coalescy@1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/eslint-friendly-formatter",
"author": {
"name": "Roy Riojas"
},
"bugs": {
"url": "https://github.com/royriojas/coalescy/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Simple function that return the first non null or undefined argument ",
"devDependencies": {
"eslint": "^0.16.1",
"eslint-friendly-formatter": "^1.0.3",
"istanbul": "^0.3.7",
"mocha-runner": "^1.0.0",
"watch-spawn": "^1.0.2"
},
"homepage": "https://github.com/royriojas/coalescy",
"keywords": [
"coalesce",
"first",
"not",
"null",
"first",
"not",
"undefined",
"utility"
],
"license": "MIT",
"main": "index.js",
"name": "coalescy",
"repository": {
"type": "git",
"url": "git+https://github.com/royriojas/coalescy.git"
},
"scripts": {
"coverage": "istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary",
"coverage-cache": "istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary -- --useCache=true",
"lint": "eslint --format 'node_modules/eslint-friendly-formatter' lib/ bin/ specs/ -c './configs/eslint.json'",
"test": "mocha-runner './specs/**/*.js'",
"watch": "npm run coverage && watch-spawn -p 'specs/**/*.js' -p 'bin/**/*.js' -p 'lib/**/*.js' npm run coverage-cache"
},
"version": "1.0.0"
}