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/base-cli-process/package.json

163 lines
3.8 KiB

{
"_from": "base-cli-process@^0.1.18",
"_id": "base-cli-process@0.1.19",
"_inBundle": false,
"_integrity": "sha1-Mg08gVTfcQltSBgY52/m1+R5NjY=",
"_location": "/base-cli-process",
"_phantomChildren": {
"is-buffer": "1.1.6",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "base-cli-process@^0.1.18",
"name": "base-cli-process",
"escapedName": "base-cli-process",
"rawSpec": "^0.1.18",
"saveSpec": null,
"fetchSpec": "^0.1.18"
},
"_requiredBy": [
"/update"
],
"_resolved": "https://registry.npmjs.org/base-cli-process/-/base-cli-process-0.1.19.tgz",
"_shasum": "320d3c8154df71096d481818e76fe6d7e4793636",
"_spec": "base-cli-process@^0.1.18",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/update",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/node-base/base-cli-process/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
"email": "jon.schlinkert@sellside.com",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Sean Lang",
"email": "slang800@gmail.com",
"url": "http://slang.cx"
}
],
"dependencies": {
"arr-union": "^3.1.0",
"arrayify-compact": "^0.2.0",
"base-cli": "^0.5.0",
"base-cli-schema": "^0.1.19",
"base-config-process": "^0.1.9",
"base-cwd": "^0.3.4",
"base-option": "^0.8.4",
"base-pkg": "^0.2.4",
"debug": "^2.6.2",
"export-files": "^2.1.1",
"fs-exists-sync": "^0.1.0",
"is-valid-app": "^0.2.1",
"kind-of": "^3.1.0",
"lazy-cache": "^2.0.2",
"log-utils": "^0.2.1",
"merge-deep": "^3.0.0",
"mixin-deep": "^1.2.0",
"object.pick": "^1.2.0",
"pad-right": "^0.2.2",
"union-value": "^1.0.0"
},
"deprecated": false,
"description": "Normalizers for common argv commands handled by the base-cli plugin. Also pre-processes the given object with base-cli-schema before calling `.process()`",
"devDependencies": {
"assemble-core": "^0.31.0",
"base": "^0.11.1",
"base-data": "^0.6.0",
"base-pipeline": "^0.3.2",
"base-store": "^0.4.4",
"delete": "^0.3.2",
"engine-base": "^0.1.3",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.0",
"gulp-unused": "^0.2.1",
"helper-coverage": "^0.1.3",
"helper-example": "^0.1.0",
"map-schema": "^0.2.4",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"verb-generate-readme": "^0.4.3"
},
"engines": {
"node": ">=4.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/node-base/base-cli-process",
"keywords": [
"api",
"app",
"application",
"base",
"base-plugin",
"baseplugin",
"building-blocks",
"cli",
"command-line",
"commands",
"create",
"framework",
"plugin",
"plugins",
"process",
"tool",
"toolkit",
"tools"
],
"license": "MIT",
"main": "index.js",
"name": "base-cli-process",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/base-cli-process.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"base",
"base-cli",
"base-config"
]
},
"reflinks": [
"base-cli",
"base-cli-schema",
"base-data",
"base-option",
"base-pipeline",
"templates",
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.19"
}