advanced-pad
Version:
Left and right string padding with advanced features.
33 lines (32 loc) • 709 B
JSON
{
"name": "advanced-pad",
"version": "1.0.6",
"description": "Left and right string padding with advanced features.",
"main": "index.js",
"scripts": {
"test": "tape ./tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tylerdevs/advanced-pad.git"
},
"keywords": [
"padding",
"pad",
"padleft",
"padright",
"padstring",
"truncate",
"string",
"align"
],
"devDependencies": {
"tape": "^4.13.2"
},
"author": "Tyler Colwell <tylerqc@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tylerdevs/advanced-pad/issues"
},
"homepage": "https://github.com/tylerdevs/advanced-pad#readme"
}