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.
141 lines
3.2 KiB
141 lines
3.2 KiB
4 years ago
|
{
|
||
|
"_from": "normalize-pkg@^0.3.20",
|
||
|
"_id": "normalize-pkg@0.3.20",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-Luc3FJUXhQ2c7/WmI0r174nFFag=",
|
||
|
"_location": "/normalize-pkg",
|
||
|
"_phantomChildren": {
|
||
|
"is-buffer": "1.1.6",
|
||
|
"is-extendable": "0.1.1",
|
||
|
"set-getter": "0.1.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "normalize-pkg@^0.3.20",
|
||
|
"name": "normalize-pkg",
|
||
|
"escapedName": "normalize-pkg",
|
||
|
"rawSpec": "^0.3.20",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.3.20"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/expand-pkg"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/normalize-pkg/-/normalize-pkg-0.3.20.tgz",
|
||
|
"_shasum": "2ee737149517850d9ceff5a6234af5ef89c515a8",
|
||
|
"_spec": "normalize-pkg@^0.3.20",
|
||
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/expand-pkg",
|
||
|
"author": {
|
||
|
"name": "Jon Schlinkert",
|
||
|
"url": "https://github.com/jonschlinkert"
|
||
|
},
|
||
|
"bin": {
|
||
|
"normalize-pkg": "cli.js"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jonschlinkert/normalize-pkg/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Jon Schlinkert",
|
||
|
"email": "jon.schlinkert@sellside.com",
|
||
|
"url": "http://twitter.com/jonschlinkert"
|
||
|
},
|
||
|
{
|
||
|
"name": "Peter deHaan",
|
||
|
"url": "http://about.me/peterdehaan"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"arr-union": "^3.1.0",
|
||
|
"array-unique": "^0.3.2",
|
||
|
"component-emitter": "^1.2.1",
|
||
|
"export-files": "^2.1.1",
|
||
|
"extend-shallow": "^2.0.1",
|
||
|
"fs-exists-sync": "^0.1.0",
|
||
|
"get-value": "^2.0.6",
|
||
|
"kind-of": "^3.0.4",
|
||
|
"lazy-cache": "^2.0.1",
|
||
|
"map-schema": "^0.2.3",
|
||
|
"minimist": "^1.2.0",
|
||
|
"mixin-deep": "^1.1.3",
|
||
|
"omit-empty": "^0.4.1",
|
||
|
"parse-git-config": "^1.0.2",
|
||
|
"repo-utils": "^0.3.6",
|
||
|
"semver": "^5.3.0",
|
||
|
"stringify-author": "^0.1.3",
|
||
|
"write-json": "^0.2.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Normalize values in package.json using the map-schema library.",
|
||
|
"devDependencies": {
|
||
|
"delete": "^0.3.2",
|
||
|
"gitty": "^3.5.0",
|
||
|
"gulp": "github:gulpjs/gulp#4.0",
|
||
|
"gulp-eslint": "^3.0.1",
|
||
|
"gulp-format-md": "^0.1.11",
|
||
|
"gulp-istanbul": "^1.1.1",
|
||
|
"gulp-mocha": "^3.0.1",
|
||
|
"gulp-unused": "^0.2.0",
|
||
|
"mocha": "^3.1.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"cli.js",
|
||
|
"index.js",
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/jonschlinkert/normalize-pkg",
|
||
|
"keywords": [
|
||
|
"config",
|
||
|
"fix",
|
||
|
"json",
|
||
|
"normalize",
|
||
|
"package",
|
||
|
"package-json",
|
||
|
"pkg",
|
||
|
"properties",
|
||
|
"values"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "normalize-pkg",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jonschlinkert/normalize-pkg.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"verb": {
|
||
|
"run": true,
|
||
|
"toc": true,
|
||
|
"layout": "default",
|
||
|
"tasks": [
|
||
|
"readme"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"gulp-format-md"
|
||
|
],
|
||
|
"related": {
|
||
|
"list": [
|
||
|
"update"
|
||
|
]
|
||
|
},
|
||
|
"reflinks": [
|
||
|
"map-schema",
|
||
|
"project-name",
|
||
|
"verb",
|
||
|
"verb-readme-generator"
|
||
|
],
|
||
|
"lint": {
|
||
|
"reflinks": true
|
||
|
}
|
||
|
},
|
||
|
"version": "0.3.20"
|
||
|
}
|