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

102 lines
2.2 KiB

{
"_from": "tableize-object@^0.1.0",
"_id": "tableize-object@0.1.0",
"_inBundle": false,
"_integrity": "sha1-fCngEzsn1ItWuedtOijSQd8bOiQ=",
"_location": "/tableize-object",
"_phantomChildren": {
"isarray": "1.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "tableize-object@^0.1.0",
"name": "tableize-object",
"escapedName": "tableize-object",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/base-cli-schema",
"/common-config"
],
"_resolved": "https://registry.npmjs.org/tableize-object/-/tableize-object-0.1.0.tgz",
"_shasum": "7c29e0133b27d48b56b9e76d3a28d241df1b3a24",
"_spec": "tableize-object@^0.1.0",
"_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/tableize-object/issues"
},
"bundleDependencies": false,
"dependencies": {
"isobject": "^2.0.0"
},
"deprecated": false,
"description": "Tableize an object by flattening its keys into object paths (dot-notation).",
"devDependencies": {
"gulp-format-md": "*",
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/tableize-object",
"keywords": [
"dot",
"dot-notation",
"flatten",
"keys",
"notation",
"object",
"paths",
"stringify",
"tableize"
],
"license": "MIT",
"main": "index.js",
"name": "tableize-object",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/tableize-object.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"stringify-keys",
"isobject",
"expand-object",
"collapse-object",
"get-value",
"set-value"
]
},
"reflinks": [
"verb",
"tableize"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.0"
}