UNPKG

bpad

Version:

Leftpad and rightpad at the same time, aka balancedpad

38 lines (37 loc) 827 B
{ "name": "bpad", "version": "0.1.0", "description": "Leftpad and rightpad at the same time, aka balancedpad", "main": "index.js", "scripts": { "precommit": "npm test", "test": "jest --env node", "coverage": "jest --coverage", "report": "npm run coverage && serve coverage/lcov-report" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/jamesford/bpad.git" }, "keywords": [ "balancedpad", "balance", "pad", "leftpad", "rightpad", "padding", "string", "repeat" ], "author": "Jamesford", "license": "MIT", "bugs": { "url": "https://github.com/jamesford/bpad/issues" }, "homepage": "https://github.com/jamesford/bpad#readme", "devDependencies": { "husky": "^0.14.3", "jest": "^22.1.4", "serve": "^6.4.9" } }