pad-end
Version:
ES7 spec-compliant String.prototype.padEnd shim.
51 lines (50 loc) • 1.14 kB
JSON
{
"name": "pad-end",
"version": "1.0.2",
"description": "ES7 spec-compliant String.prototype.padEnd shim.",
"main": "index.js",
"scripts": {
"lint": "jshint index.js",
"pretest": "npm run lint",
"test": "mocha -R spec",
"test:cov": "rm -rf ./test/coverage && istanbul cover _mocha --dir ./test/coverage -- -R spec",
"test:rpt": "npm run test:cov && coveralls < ./test/coverage/lcov.info",
"prepublish": "npm test"
},
"keywords": [
"string",
"str",
"pad",
"start",
"end",
"prefix",
"postfix",
"shim",
"polyfill",
"Ponyfill",
"util",
"utils",
"utility",
"tool"
],
"license": "MIT",
"author": {
"name": "bubkoo",
"email": "bubkoo.wy@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gearcase/pad-end.git"
},
"bugs": {
"url": "https://github.com/gearcase/pad-end/issues"
},
"homepage": "https://github.com/gearcase/pad-end#readme",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
}
}