UNPKG

padlr

Version:

Left and right padder.

41 lines (40 loc) 862 B
{ "name": "padlr", "version": "1.0.7", "description": "Left and right padder.", "main": "./dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublish": "tsc", "test": "mocha -r ts-node/register test/**/test.ts" }, "repository": { "type": "git", "url": "git+https://github.com/omt66/padlr.git" }, "keywords": [ "pad", "padding", "string", "manipulation", "string pad", "leftpad", "rightpad", "padding strings" ], "author": "omt66", "license": "MIT", "bugs": { "url": "https://github.com/omt66/padlr/issues" }, "homepage": "https://github.com/omt66/padlr#readme", "devDependencies": { "@types/chai": "^4.1.0", "@types/mocha": "^2.2.46", "chai": "^4.1.2", "mocha": "^4.1.0", "ts-node": "^4.1.0", "typescript": "^2.6.2" } }