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

118 lines
2.7 KiB

{
"_from": "parse-git-config@^1.1.1",
"_id": "parse-git-config@1.1.1",
"_inBundle": false,
"_integrity": "sha1-06mYQxcTL1c5hxK7pDjhKVkN34w=",
"_location": "/parse-git-config",
"_phantomChildren": {
"is-extendable": "0.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "parse-git-config@^1.1.1",
"name": "parse-git-config",
"escapedName": "parse-git-config",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/expand-pkg",
"/normalize-pkg",
"/remote-origin-url",
"/repo-utils"
],
"_resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-1.1.1.tgz",
"_shasum": "d3a9984317132f57398712bba438e129590ddf8c",
"_spec": "parse-git-config@^1.1.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/expand-pkg",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/parse-git-config/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jason Denizac",
"email": "jason@denizac.org",
"url": "https://jden.us"
},
{
"name": "Jon Schlinkert",
"email": "jon.schlinkert@sellside.com",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Sam Holmes",
"email": "sam@samholmes.net",
"url": "https://samholmes.net"
}
],
"dependencies": {
"extend-shallow": "^2.0.1",
"fs-exists-sync": "^0.1.0",
"git-config-path": "^1.0.1",
"ini": "^1.3.4"
},
"deprecated": false,
"description": "Parse `.git/config` into a JavaScript object. sync or async.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"homedir-polyfill": "^1.0.1",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/parse-git-config",
"keywords": [
"config",
"git",
"parse"
],
"license": "MIT",
"main": "index.js",
"name": "parse-git-config",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/parse-git-config.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"git-user-name",
"git-username",
"parse-author",
"parse-authors",
"parse-github-url",
"parse-gitignore"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "1.1.1"
}