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

177 lines
4.0 KiB

4 years ago
{
"_from": "base-runtimes@^0.2.0",
"_id": "base-runtimes@0.2.0",
"_inBundle": false,
"_integrity": "sha1-GI4+ZoJMyxWYsyh7TqW5NaG4UEU=",
"_location": "/base-runtimes",
"_phantomChildren": {
"ansi-bgblack": "0.1.1",
"ansi-bgblue": "0.1.1",
"ansi-bgcyan": "0.1.1",
"ansi-bggreen": "0.1.1",
"ansi-bgmagenta": "0.1.1",
"ansi-bgred": "0.1.1",
"ansi-bgwhite": "0.1.1",
"ansi-bgyellow": "0.1.1",
"ansi-black": "0.1.1",
"ansi-blue": "0.1.1",
"ansi-bold": "0.1.1",
"ansi-cyan": "0.1.1",
"ansi-dim": "0.1.1",
"ansi-gray": "0.1.1",
"ansi-green": "0.1.1",
"ansi-grey": "0.1.1",
"ansi-hidden": "0.1.1",
"ansi-inverse": "0.1.1",
"ansi-italic": "0.1.1",
"ansi-magenta": "0.1.1",
"ansi-red": "0.1.1",
"ansi-reset": "0.1.1",
"ansi-strikethrough": "0.1.1",
"ansi-underline": "0.1.1",
"ansi-white": "0.1.1",
"ansi-yellow": "0.1.1",
"arr-flatten": "1.1.0",
"error-symbol": "0.1.0",
"expand-range": "1.8.2",
"filename-regex": "2.0.1",
"info-symbol": "0.1.0",
"is-buffer": "1.1.6",
"is-extendable": "0.1.1",
"is-posix-bracket": "0.1.1",
"log-ok": "0.1.1",
"object.omit": "2.0.1",
"parse-glob": "3.0.4",
"preserve": "0.2.0",
"regex-cache": "0.4.4",
"remove-trailing-separator": "1.1.0",
"repeat-element": "1.1.3",
"set-getter": "0.1.0",
"success-symbol": "0.1.0",
"time-stamp": "1.1.0",
"warning-symbol": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "base-runtimes@^0.2.0",
"name": "base-runtimes",
"escapedName": "base-runtimes",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/update"
],
"_resolved": "https://registry.npmjs.org/base-runtimes/-/base-runtimes-0.2.0.tgz",
"_shasum": "188e3e66824ccb1598b3287b4ea5b935a1b85045",
"_spec": "base-runtimes@^0.2.0",
"_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-runtimes/issues"
},
"bundleDependencies": false,
"dependencies": {
"extend-shallow": "^2.0.1",
"is-valid-app": "^0.2.0",
"lazy-cache": "^2.0.1",
"log-utils": "^0.1.4",
"micromatch": "^2.3.10",
"time-diff": "^0.3.1"
},
"deprecated": false,
"description": "Plugin for adding composer-runtimes to base applications, complementing the base-tasks and base-generators plugins.",
"devDependencies": {
"base": "^0.11.1",
"base-app": "^0.2.6",
"base-task": "^0.6.1",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE",
"README.md",
"utils.js"
],
"homepage": "https://github.com/node-base/base-runtimes",
"keywords": [
"api",
"app",
"application",
"base",
"baseplugin",
"building-blocks",
"composer",
"create",
"diff",
"end",
"finish",
"framework",
"generate",
"generator",
"plugin",
"plugins",
"runtimes",
"start",
"task",
"time",
"tool",
"toolkit",
"tools"
],
"license": "MIT",
"lintDeps": {
"ignore": []
},
"main": "index.js",
"name": "base-runtimes",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/base-runtimes.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"highlight": "base-task",
"list": [
"base",
"base-fs",
"base-generators",
"base-pipeline",
"base-plugins",
"base-task"
]
},
"reflinks": [
"composer",
"composer-runtimes",
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
},
"version": "0.2.0"
}