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/git-config-path/package.json

100 lines
2.2 KiB

{
"_from": "git-config-path@^1.0.1",
"_id": "git-config-path@1.0.1",
"_inBundle": false,
"_integrity": "sha1-bTP37WPbDQ4RgTFQO6s6ykfVRmQ=",
"_location": "/git-config-path",
"_phantomChildren": {
"is-extendable": "0.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "git-config-path@^1.0.1",
"name": "git-config-path",
"escapedName": "git-config-path",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/parse-git-config",
"/repo-utils"
],
"_resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-1.0.1.tgz",
"_shasum": "6d33f7ed63db0d0e118131503bab3aca47d54664",
"_spec": "git-config-path@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/parse-git-config",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/git-config-path/issues"
},
"bundleDependencies": false,
"dependencies": {
"extend-shallow": "^2.0.1",
"fs-exists-sync": "^0.1.0",
"homedir-polyfill": "^1.0.0"
},
"deprecated": false,
"description": "Resolve the path to the user's local or global .gitconfig.",
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/git-config-path",
"keywords": [
"config",
"git",
"gitconfig",
"global",
"path",
"resolve"
],
"license": "MIT",
"main": "index.js",
"name": "git-config-path",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/git-config-path.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"git-branch",
"git-repo-name",
"git-user-name",
"git-username",
"is-git-url",
"parse-git-config"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "1.0.1"
}