bigint-base-converter
Version:
Convert big integers from any base to any base
20 lines (19 loc) • 383 B
JSON
{
"name": "bigint-base-converter",
"version": "0.1.3",
"description": "Convert big integers from any base to any base",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/clark800/bigint-base-converter"
},
"main": "convertbase.js",
"keywords": [
"bigint",
"base",
"converter",
"radix"
]
}