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

106 lines
2.2 KiB

{
"_from": "base-cwd@^0.3.4",
"_id": "base-cwd@0.3.4",
"_inBundle": false,
"_integrity": "sha1-TQCrY1CgRuGtSrnCMm2heUs+TwE=",
"_location": "/base-cwd",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "base-cwd@^0.3.4",
"name": "base-cwd",
"escapedName": "base-cwd",
"rawSpec": "^0.3.4",
"saveSpec": null,
"fetchSpec": "^0.3.4"
},
"_requiredBy": [
"/base-cli-process",
"/base-config-process",
"/base-generators"
],
"_resolved": "https://registry.npmjs.org/base-cwd/-/base-cwd-0.3.4.tgz",
"_shasum": "4d00ab6350a046e1ad4ab9c2326da1794b3e4f01",
"_spec": "base-cwd@^0.3.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-cwd/issues"
},
"bundleDependencies": false,
"dependencies": {
"empty-dir": "^0.2.0",
"find-pkg": "^0.1.2",
"is-valid-app": "^0.2.0"
},
"deprecated": false,
"description": "Base plugin that adds a getter/setter for the current working directory.",
"devDependencies": {
"base": "^0.11.0",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/node-base/base-cwd",
"keywords": [
"api",
"app",
"application",
"base",
"baseplugin",
"building-blocks",
"create",
"cwd",
"framework",
"plugin",
"plugins",
"tool",
"toolkit",
"tools"
],
"license": "MIT",
"main": "index.js",
"name": "base-cwd",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/base-cwd.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"base",
"base-option",
"base-pipeline",
"base-plugins",
"base-task"
]
},
"reflinks": [
"verb",
"verb-readme-generator"
]
},
"version": "0.3.4"
}