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

127 lines
2.8 KiB

{
"_from": "base-pkg@^0.2.4",
"_id": "base-pkg@0.2.5",
"_inBundle": false,
"_integrity": "sha512-/POxajlgBhVsknwLXnqnbp//bAMh7SkDgHF+z/uoYnFqk46e05c3MxSEmn5vFCB8g4rHHKxAPLKrU/4Yb3vUdA==",
"_location": "/base-pkg",
"_phantomChildren": {
"debug": "2.6.9",
"is-extendable": "0.1.1",
"is-registered": "0.1.5",
"isobject": "3.0.1",
"kind-of": "6.0.2",
"pascalcase": "0.1.1",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "base-pkg@^0.2.4",
"name": "base-pkg",
"escapedName": "base-pkg",
"rawSpec": "^0.2.4",
"saveSpec": null,
"fetchSpec": "^0.2.4"
},
"_requiredBy": [
"/base-cli-process",
"/base-config-schema",
"/base-generators"
],
"_resolved": "https://registry.npmjs.org/base-pkg/-/base-pkg-0.2.5.tgz",
"_shasum": "7ec2e13fa7cf2ab82acd99a4116852c488a2ca68",
"_spec": "base-pkg@^0.2.4",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-cli-process",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/node-base/base-pkg/issues"
},
"bundleDependencies": false,
"dependencies": {
"cache-base": "^1.0.0",
"debug": "^2.6.8",
"define-property": "^1.0.0",
"expand-pkg": "^0.1.8",
"extend-shallow": "^2.0.1",
"is-valid-app": "^0.3.0",
"log-utils": "^0.2.1",
"pkg-store": "^0.2.2"
},
"deprecated": false,
"description": "Plugin for adding a `pkg` method that exposes pkg-store to your base application.",
"devDependencies": {
"base": "^0.13.0",
"base-cwd": "^0.3.4",
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/node-base/base-pkg",
"keywords": [
"api",
"app",
"application",
"base",
"base-plugin",
"baseplugin",
"building-blocks",
"create",
"framework",
"pkg",
"plugin",
"plugins",
"tool",
"toolkit",
"tools"
],
"license": "MIT",
"main": "index.js",
"name": "base-pkg",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/base-pkg.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"base",
"base-options",
"cache-base",
"pkg-store"
]
},
"reflinks": [
"cache-base",
"data-store",
"expand-pkg",
"pkg-store",
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
},
"version": "0.2.5"
}