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/stringify-author/package.json

79 lines
1.8 KiB

{
"_from": "stringify-author@^0.1.3",
"_id": "stringify-author@0.1.3",
"_inBundle": false,
"_integrity": "sha1-1YHgLOC1XNo8lT5irdIR+uSw72Y=",
"_location": "/stringify-author",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "stringify-author@^0.1.3",
"name": "stringify-author",
"escapedName": "stringify-author",
"rawSpec": "^0.1.3",
"saveSpec": null,
"fetchSpec": "^0.1.3"
},
"_requiredBy": [
"/normalize-pkg"
],
"_resolved": "https://registry.npmjs.org/stringify-author/-/stringify-author-0.1.3.tgz",
"_shasum": "d581e02ce0b55cda3c953e62add211fae4b0ef66",
"_spec": "stringify-author@^0.1.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/normalize-pkg",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/stringify-author/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Stringify an authors object to `name <email> (url)`.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/stringify-author",
"keywords": [
"author",
"authors",
"name",
"package",
"parse",
"person",
"pkg",
"stringify",
"toString",
"url"
],
"license": "MIT",
"main": "index.js",
"name": "stringify-author",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/stringify-author.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"author-regex",
"parse-author",
"parse-authors",
"stringify-authors"
]
}
},
"version": "0.1.3"
}