UNPKG

761 BJSONView Raw
1{
2 "name": "biguint-format",
3 "version": "1.0.2",
4 "description": "An arbitrary length unsigned integer formatter library for Node.js",
5 "main": "index.js",
6 "scripts": {
7 "test": "istanbul cover _mocha --report lcovonly"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/T-PWK/biguint-format.git"
12 },
13 "keywords": [
14 "big",
15 "bignum",
16 "biguint",
17 "uint",
18 "integer",
19 "hex",
20 "hexadecimal",
21 "octet",
22 "decimal",
23 "binary",
24 "formatting"
25 ],
26 "author": {
27 "name": "Tom Pawlak",
28 "url": "https://blog.abelotech.com/",
29 "email": "tompwk@gmail.com"
30 },
31 "licenses": [
32 {
33 "type": "MIT"
34 }
35 ],
36 "bugs": {
37 "url": "https://github.com/T-PWK/biguint-format/issues"
38 }
39}