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/jju/package.yaml

36 lines
564 B

# "jju" stands for "json/json5 utils"
name: jju
version: 1.4.0
description: a set of utilities to work with JSON / JSON5 documents
author:
name: Alex Kocharin
email: alex@kocharin.ru
repository:
type: git
url: git://github.com/rlidwka/jju
bugs:
url: https://github.com/rlidwka/jju/issues
homepage: http://rlidwka.github.io/jju/
devDependencies:
mocha: '^5.2.0'
js-yaml: '^3.12.0'
eslint: '~0.4.2' # TODO: update this
scripts:
test: make test
lint: make lint
keywords:
- json
- json5
- parser
- serializer
- data
license: MIT