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/pad-right/package.json

96 lines
2.1 KiB

{
"_from": "pad-right@^0.2.2",
"_id": "pad-right@0.2.2",
"_inBundle": false,
"_integrity": "sha1-b7ySQEXSRPKiokRQMGDTv8YAl3Q=",
"_location": "/pad-right",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pad-right@^0.2.2",
"name": "pad-right",
"escapedName": "pad-right",
"rawSpec": "^0.2.2",
"saveSpec": null,
"fetchSpec": "^0.2.2"
},
"_requiredBy": [
"/base-cli-process",
"/map-schema"
],
"_resolved": "https://registry.npmjs.org/pad-right/-/pad-right-0.2.2.tgz",
"_shasum": "6fbc924045d244f2a2a244503060d3bfc6009774",
"_spec": "pad-right@^0.2.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-cli-process",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/pad-right/issues"
},
"bundleDependencies": false,
"dependencies": {
"repeat-string": "^1.5.2"
},
"deprecated": false,
"description": "Right pad a string with zeros or a specified string. Fastest implementation.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/pad-right",
"keywords": [
"align",
"alignment",
"fill",
"left",
"pad",
"pad-left",
"pad-right",
"padded",
"padding",
"right",
"right-pad",
"spaces",
"string",
"zero",
"zero-fill",
"zeros"
],
"license": "MIT",
"main": "index.js",
"name": "pad-right",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/pad-right.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"align-text",
"center-align",
"justified",
"pad-left",
"repeat-string",
"right-align",
"right-align-keys",
"right-align-values",
"right-pad-keys",
"right-pad-values",
"word-wrap"
]
}
},
"version": "0.2.2"
}