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/vinyl-item/node_modules/collection-visit/package.json

108 lines
2.4 KiB

{
"_from": "collection-visit@^0.2.1",
"_id": "collection-visit@0.2.3",
"_inBundle": false,
"_integrity": "sha1-L2JIPK7MlfCDuaRUo+6eYTmteVc=",
"_location": "/vinyl-item/collection-visit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "collection-visit@^0.2.1",
"name": "collection-visit",
"escapedName": "collection-visit",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/vinyl-item/cache-base"
],
"_resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-0.2.3.tgz",
"_shasum": "2f62483caecc95f083b9a454a3ee9e6139ad7957",
"_spec": "collection-visit@^0.2.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vinyl-item/node_modules/cache-base",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/collection-visit/issues"
},
"bundleDependencies": false,
"dependencies": {
"lazy-cache": "^2.0.1",
"map-visit": "^0.1.5",
"object-visit": "^0.3.4"
},
"deprecated": false,
"description": "Visit a method over the items in an object, or map visit over the objects in an array.",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.10",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.0",
"mocha": "^3.0.1",
"should": "^10.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/jonschlinkert/collection-visit",
"keywords": [
"array",
"arrays",
"context",
"function",
"helper",
"invoke",
"key",
"map",
"method",
"object",
"objects",
"value",
"visit",
"visitor"
],
"license": "MIT",
"main": "index.js",
"name": "collection-visit",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/collection-visit.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"base-methods",
"object-visit",
"map-visit"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"verb-generate-readme"
]
},
"version": "0.2.3"
}