fill-number
Version:
Fill the front of a number with the chosen padding.
32 lines (31 loc) • 607 B
JSON
{
"name": "fill-number",
"version": "1.0.2",
"description": "Fill the front of a number with the chosen padding.",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/GNtousakis/fill-number"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"keywords": [
"string",
"pad",
"padding",
"zero",
"fill",
"trim",
"text",
"nan",
"native",
"addon"
],
"author": "Grigorios Ntousakis",
"license": "MIT",
"dependencies": {
"nan": "^2.14.2"
}
}