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.
87 lines
1.9 KiB
87 lines
1.9 KiB
{
|
|
"_from": "write-json@^0.2.2",
|
|
"_id": "write-json@0.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-+k4VKennY6T5LwfZhBMX49JI2vM=",
|
|
"_location": "/write-json",
|
|
"_phantomChildren": {
|
|
"mkdirp": "0.5.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "write-json@^0.2.2",
|
|
"name": "write-json",
|
|
"escapedName": "write-json",
|
|
"rawSpec": "^0.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/normalize-pkg",
|
|
"/pkg-store"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/write-json/-/write-json-0.2.2.tgz",
|
|
"_shasum": "fa4e1529e9e763a4f92f07d9841317e3d248daf3",
|
|
"_spec": "write-json@^0.2.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/normalize-pkg",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/write-json/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"write": "^0.2.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.",
|
|
"devDependencies": {
|
|
"delete": "^0.2.1",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/write-json",
|
|
"keywords": [
|
|
"file",
|
|
"fs",
|
|
"json",
|
|
"object",
|
|
"package",
|
|
"path",
|
|
"pkg",
|
|
"stringify",
|
|
"write"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "write-json",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/write-json.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"delete",
|
|
"write",
|
|
"write-yaml",
|
|
"read-yaml",
|
|
"read-json",
|
|
"read-data"
|
|
],
|
|
"description": ""
|
|
}
|
|
},
|
|
"version": "0.2.2"
|
|
}
|
|
|