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/has-own-deep/package.json

77 lines
1.8 KiB

{
"_from": "has-own-deep@^0.1.4",
"_id": "has-own-deep@0.1.4",
"_inBundle": false,
"_integrity": "sha1-kesM2ieAgxWPgEKigxZDTpr+eHY=",
"_location": "/has-own-deep",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "has-own-deep@^0.1.4",
"name": "has-own-deep",
"escapedName": "has-own-deep",
"rawSpec": "^0.1.4",
"saveSpec": null,
"fetchSpec": "^0.1.4"
},
"_requiredBy": [
"/data-store"
],
"_resolved": "https://registry.npmjs.org/has-own-deep/-/has-own-deep-0.1.4.tgz",
"_shasum": "91eb0cda278083158f8042a28316434e9afe7876",
"_spec": "has-own-deep@^0.1.4",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/data-store",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/has-own-deep/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Returns true if an object has an own, nested property using dot notation paths ('a.b.c').",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/has-own-deep",
"keywords": [
"check",
"deep",
"dot",
"has",
"has-own",
"key",
"keys",
"nested",
"notation",
"object",
"own",
"paths",
"prop",
"property",
"value"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/has-own-deep/blob/master/LICENSE"
},
"main": "index.js",
"name": "has-own-deep",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/has-own-deep.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.4"
}