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

75 lines
1.7 KiB

4 years ago
{
"_from": "arr-pluck@^0.1.0",
"_id": "arr-pluck@0.1.0",
"_inBundle": false,
"_integrity": "sha1-+K1tcI+HkAiB4jr9gw1SKQp2Z3U=",
"_location": "/arr-pluck",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "arr-pluck@^0.1.0",
"name": "arr-pluck",
"escapedName": "arr-pluck",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/inquirer2"
],
"_resolved": "https://registry.npmjs.org/arr-pluck/-/arr-pluck-0.1.0.tgz",
"_shasum": "f8ad6d708f87900881e23afd830d52290a766775",
"_spec": "arr-pluck@^0.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/inquirer2",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/arr-pluck/issues"
},
"bundleDependencies": false,
"dependencies": {
"arr-map": "^2.0.0"
},
"deprecated": false,
"description": "Retrieves the value of a specified property from all elements in the collection.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/arr-pluck",
"keywords": [
"array",
"function",
"iterate",
"iterator",
"loop",
"map",
"pluck",
"util",
"utils"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/arr-pluck/blob/master/LICENSE"
},
"main": "index.js",
"name": "arr-pluck",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/arr-pluck.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.0"
}