biguint-format2
Version:
An arbitrary length unsigned integer formatter library for Node.js
40 lines (39 loc) • 762 B
JSON
{
"name": "biguint-format2",
"version": "1.0.0",
"description": "An arbitrary length unsigned integer formatter library for Node.js",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha --report lcovonly"
},
"repository": {
"type": "git",
"url": "https://github.com/T-PWK/biguint-format.git"
},
"keywords": [
"big",
"bignum",
"biguint",
"uint",
"integer",
"hex",
"hexadecimal",
"octet",
"decimal",
"binary",
"formatting"
],
"author": {
"name": "Tom Pawlak",
"url": "https://blog.abelotech.com/",
"email": "tompwk@gmail.com"
},
"licenses": [
{
"type": "MIT"
}
],
"bugs": {
"url": "https://github.com/T-PWK/biguint-format/issues"
}
}