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

98 lines
2.5 KiB

4 years ago
{
"_from": "reduce-object@^0.1.3",
"_id": "reduce-object@0.1.3",
"_inBundle": false,
"_integrity": "sha1-1UnUCmwpNvpOPpt4yonJMxRZQhg=",
"_location": "/reduce-object",
"_phantomChildren": {
"for-in": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "reduce-object@^0.1.3",
"name": "reduce-object",
"escapedName": "reduce-object",
"rawSpec": "^0.1.3",
"saveSpec": null,
"fetchSpec": "^0.1.3"
},
"_requiredBy": [
"/common-config/question-cache/omit-empty",
"/omit-empty"
],
"_resolved": "https://registry.npmjs.org/reduce-object/-/reduce-object-0.1.3.tgz",
"_shasum": "d549d40a6c2936fa4e3e9b78ca89c93314594218",
"_spec": "reduce-object@^0.1.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/omit-empty",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/reduce-object/issues"
},
"bundleDependencies": false,
"dependencies": {
"for-own": "^0.1.1"
},
"deprecated": false,
"description": "Reduces an object to a value that is the accumulated result of running each property in the object through a callback. Executes the callback function once for each own enumerable property in the object, receiving four arguments: the initial value (or value from the previous callback call), the `value` of the current property, the `key` of the current property, and the `object` over which the function is iterating. Node.js/JavaScript utility.",
"devDependencies": {
"mocha": "*",
"should": "^4.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/jonschlinkert/reduce-object",
"keywords": [
"accumulate",
"accumulator",
"callback",
"cb",
"find",
"for-in",
"for-own",
"has",
"has-own",
"hasOwn",
"index",
"iterate",
"iterator",
"javascript",
"js",
"key",
"keys",
"loop",
"node.js",
"object",
"own",
"prop",
"properties",
"property",
"reduce",
"util",
"utilities",
"utility",
"utils",
"value"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/reduce-object/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"name": "reduce-object",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/reduce-object.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.1.3"
}