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

130 lines
3.1 KiB

{
"_from": "map-schema@^0.2.3",
"_id": "map-schema@0.2.4",
"_inBundle": false,
"_integrity": "sha1-wZVRg0/DwHoEWXt6WvtEpHWvlbQ=",
"_location": "/map-schema",
"_phantomChildren": {
"arr-union": "3.1.0",
"get-value": "2.0.6",
"is-buffer": "1.1.6",
"is-descriptor": "0.1.6",
"is-extendable": "0.1.1",
"is-plain-object": "2.0.4",
"isarray": "1.0.0",
"set-getter": "0.1.0",
"to-object-path": "0.3.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "map-schema@^0.2.3",
"name": "map-schema",
"escapedName": "map-schema",
"rawSpec": "^0.2.3",
"saveSpec": null,
"fetchSpec": "^0.2.3"
},
"_requiredBy": [
"/base-cli-schema",
"/base-config-schema",
"/normalize-pkg"
],
"_resolved": "https://registry.npmjs.org/map-schema/-/map-schema-0.2.4.tgz",
"_shasum": "c19551834fc3c07a04597b7a5afb44a475af95b4",
"_spec": "map-schema@^0.2.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-cli-schema",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/map-schema/issues"
},
"bundleDependencies": false,
"dependencies": {
"arr-union": "^3.1.0",
"collection-visit": "^0.2.3",
"component-emitter": "^1.2.1",
"debug": "^2.6.0",
"define-property": "^0.2.5",
"extend-shallow": "^2.0.1",
"get-value": "^2.0.6",
"is-primitive": "^2.0.0",
"kind-of": "^3.1.0",
"lazy-cache": "^2.0.2",
"log-utils": "^0.2.1",
"longest": "^1.0.1",
"mixin-deep": "^1.1.3",
"object.omit": "^2.0.1",
"object.pick": "^1.2.0",
"omit-empty": "^0.4.1",
"pad-right": "^0.2.2",
"set-value": "^0.4.0",
"sort-object-arrays": "^0.1.1",
"union-value": "^0.2.3"
},
"deprecated": false,
"description": "Normalize an object by running normalizers and validators that are mapped to a schema.",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"isobject": "^3.0.0",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/jonschlinkert/map-schema",
"keywords": [
"map",
"schema"
],
"license": "MIT",
"main": "index.js",
"name": "map-schema",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/map-schema.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": "collapsible",
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"highlight": "normalize-pkg",
"list": [
"get-value",
"normalize-pkg",
"object.omit",
"object.pick",
"set-value"
]
},
"reflinks": [
"isobject",
"normalize-pkg",
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "0.2.4"
}