zerofill
Version:
Zero-pad a number to the given size.
31 lines (30 loc) • 491 B
JSON
{
"name": "zerofill",
"version": "0.1.0",
"description": "Zero-pad a number to the given size.",
"contributors": [
{
"name": "Matthew Caruana Galizia",
"email": "m@m.cg"
}
],
"main": "index.js",
"repositories": [
{
"type": "git",
"url": "git://github.com/mattcg/zerofill.git"
}
],
"keywords": [
"pad",
"zeropad",
"number"
],
"licenses": [
{
"type": "MIT",
"url": "http://mattcg.mit-license.org/"
}
],
"implements": ["CommonJS/Modules/1.0"]
}