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/omit-empty/package.json

120 lines
2.4 KiB

4 years ago
{
"_from": "omit-empty@^0.4.1",
"_id": "omit-empty@0.4.1",
"_inBundle": false,
"_integrity": "sha1-KUo3gvLLIMdJfEEitiN8ncwMY6s=",
"_location": "/omit-empty",
"_phantomChildren": {
"is-buffer": "1.1.6"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "omit-empty@^0.4.1",
"name": "omit-empty",
"escapedName": "omit-empty",
"rawSpec": "^0.4.1",
"saveSpec": null,
"fetchSpec": "^0.4.1"
},
"_requiredBy": [
"/common-config",
"/expand-args",
"/expand-pkg",
"/is-answer",
"/map-schema",
"/normalize-pkg",
"/question-cache",
"/repo-utils"
],
"_resolved": "https://registry.npmjs.org/omit-empty/-/omit-empty-0.4.1.tgz",
"_shasum": "294a3782f2cb20c7497c4122b6237c9dcc0c63ab",
"_spec": "omit-empty@^0.4.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/expand-args",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/omit-empty/issues"
},
"bundleDependencies": false,
"dependencies": {
"has-values": "^0.1.4",
"kind-of": "^3.0.3",
"reduce-object": "^0.1.3"
},
"deprecated": false,
"description": "Recursively omit empty properties from an object. Omits empty objects, arrays, strings or zero.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/omit-empty",
"keywords": [
"clear",
"delete",
"empty",
"find",
"has",
"hasown",
"javascript",
"js",
"key",
"keys",
"node",
"node-js",
"object",
"omit",
"properties",
"property",
"remove",
"util",
"utilities",
"utility",
"value"
],
"license": "MIT",
"main": "index.js",
"name": "omit-empty",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/omit-empty.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"for-in",
"for-own",
"is-plain-object",
"reduce-object"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "0.4.1"
}