altered-base
Version:
Convert a number string of unlimited size from one base to another with infinite precision.
30 lines (29 loc) • 779 B
JSON
{
"name": "altered-base",
"version": "2.0.1",
"description": "Convert a number string of unlimited size from one base to another with infinite precision.",
"main": "convert.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ken-oyWs2vlG/altered-base.git"
},
"keywords": [
"Convert",
"Number",
"String",
"Base",
"Radix",
"Any base",
"Unlimited size",
"Infinite precision"
],
"author": "Ken Sedgwick (kensedgwick@hotmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ken-oyWs2vlG/altered-base/issues"
},
"homepage": "https://github.com/ken-oyWs2vlG/altered-base#readme"
}