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

60 lines
1.4 KiB

4 years ago
{
"_from": "cryo",
"_id": "cryo@0.0.6",
"_inBundle": false,
"_integrity": "sha1-FoMyldLuFv85cR24QGF7euSvC6Q=",
"_location": "/cryo",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "cryo",
"name": "cryo",
"escapedName": "cryo",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cryo/-/cryo-0.0.6.tgz",
"_shasum": "16833295d2ee16ff39711db840617b7ae4af0ba4",
"_spec": "cryo",
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend",
"author": {
"name": "Hunter Loftis",
"email": "hunter@hunterloftis.com"
},
"bugs": {
"url": "https://github.com/hunterloftis/cryo/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Easily pickle/serialize/freeze/store and re-hydrate complex JavaScript objects (including Functions)",
"devDependencies": {
"chai": "~1.4.2",
"mocha": "~1.7.4"
},
"engines": {
"node": ">= 0.4.x"
},
"homepage": "https://github.com/hunterloftis/cryo#readme",
"keywords": [
"pickle",
"serialize",
"store",
"hydrate",
"freeze",
"json"
],
"main": "./lib/cryo.js",
"name": "cryo",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hunterloftis/cryo.git"
},
"version": "0.0.6"
}