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.
104 lines
2.3 KiB
104 lines
2.3 KiB
{
|
|
"_from": "parse-author@^1.0.0",
|
|
"_id": "parse-author@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-XsFZAGKXe9nLOWLpFzuHWGQ39d8=",
|
|
"_location": "/parse-author",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "parse-author@^1.0.0",
|
|
"name": "parse-author",
|
|
"escapedName": "parse-author",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/expand-pkg",
|
|
"/repo-utils"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/parse-author/-/parse-author-1.0.0.tgz",
|
|
"_shasum": "5ec1590062977bd9cb3962e9173b87586437f5df",
|
|
"_spec": "parse-author@^1.0.0",
|
|
"_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-author/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Parse a string into an object with `name`, `email` and `url` properties following npm conventions. Useful for the `authors` property in package.json or for parsing an AUTHORS file into an array of authors objects.",
|
|
"devDependencies": {
|
|
"gulp-format-md": "^0.1.7",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/parse-author",
|
|
"keywords": [
|
|
"author",
|
|
"authors",
|
|
"exec",
|
|
"expression",
|
|
"extract",
|
|
"maintainer",
|
|
"maintainers",
|
|
"match",
|
|
"package",
|
|
"parse",
|
|
"person",
|
|
"pkg",
|
|
"re",
|
|
"regex",
|
|
"regexp",
|
|
"regular",
|
|
"somebody"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "parse-author",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/parse-author.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"reflinks": [
|
|
"verb"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"parse-authors",
|
|
"author-regex",
|
|
"stringify-author",
|
|
"stringify-authors"
|
|
]
|
|
},
|
|
"toc": {
|
|
"render": false
|
|
},
|
|
"run": true,
|
|
"layout": "default",
|
|
"lint": {
|
|
"reflinks": true
|
|
},
|
|
"tasks": [
|
|
"readme"
|
|
]
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|