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

110 lines
2.4 KiB

{
"_from": "project-name@^0.2.6",
"_id": "project-name@0.2.6",
"_inBundle": false,
"_integrity": "sha1-Pk94H+HulLB4apuuU1BjdsN5r2k=",
"_location": "/project-name",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "project-name@^0.2.6",
"name": "project-name",
"escapedName": "project-name",
"rawSpec": "^0.2.6",
"saveSpec": null,
"fetchSpec": "^0.2.6"
},
"_requiredBy": [
"/base-store",
"/common-config/question-cache",
"/data-store",
"/question-cache",
"/question-store",
"/repo-utils"
],
"_resolved": "https://registry.npmjs.org/project-name/-/project-name-0.2.6.tgz",
"_shasum": "3e4f781fe1ee94b0786a9bae53506376c379af69",
"_spec": "project-name@^0.2.6",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/repo-utils",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bin": {
"project-name": "cli.js"
},
"bugs": {
"url": "https://github.com/jonschlinkert/project-name/issues"
},
"bundleDependencies": false,
"dependencies": {
"find-pkg": "^0.1.2",
"git-repo-name": "^0.6.0",
"minimist": "^1.2.0"
},
"deprecated": false,
"description": "Get the name of a project, from package.json, git config, or basename of the current working directory.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"cli.js",
"index.js",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/jonschlinkert/project-name",
"keywords": [
"app",
"detect",
"dir",
"directory",
"dirname",
"match",
"name",
"project",
"resolve",
"root"
],
"license": "MIT",
"main": "index.js",
"name": "project-name",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/project-name.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"git-repo-name",
"git-user-email",
"git-user-name",
"git-username"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"verb-readme-generator"
]
},
"version": "0.2.6"
}