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.
108 lines
2.5 KiB
108 lines
2.5 KiB
{
|
|
"_from": "remote-origin-url@^0.5.1",
|
|
"_id": "remote-origin-url@0.5.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-crQ7Xk1m/F2IiwBx5oTqk/c0hjoumrEz+a36+ZoVupskQRE/q7pAwHKsTNeiZ31sbSTELvVlVv4h1W0Xo5szKg==",
|
|
"_location": "/remote-origin-url",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "remote-origin-url@^0.5.1",
|
|
"name": "remote-origin-url",
|
|
"escapedName": "remote-origin-url",
|
|
"rawSpec": "^0.5.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.5.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/git-repo-name"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/remote-origin-url/-/remote-origin-url-0.5.3.tgz",
|
|
"_shasum": "b9fc6ced2c826690d0b07218b2b8c17fcec88e87",
|
|
"_spec": "remote-origin-url@^0.5.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/git-repo-name",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/remote-origin-url/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Brian Woodward",
|
|
"url": "https://twitter.com/doowb"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"parse-git-config": "^1.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get the git remote origin URL from your local git repository. Remember! A remote origin must exist first!",
|
|
"devDependencies": {
|
|
"delete": "^1.1.0",
|
|
"gitty": "^3.6.0",
|
|
"gulp-format-md": "^1.0.0",
|
|
"mocha": "^3.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/remote-origin-url",
|
|
"keywords": [
|
|
"git",
|
|
"node",
|
|
"node.js",
|
|
"origin",
|
|
"remote",
|
|
"remote origin",
|
|
"remote origin url",
|
|
"url"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "remote-origin-url",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/remote-origin-url.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"run": true,
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"git-config-path",
|
|
"git-user-name",
|
|
"git-username",
|
|
"is-git-url",
|
|
"parse-github-url"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"verb"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "0.5.3"
|
|
}
|
|
|