dechexbin
Version:
Converter for various number systems.
31 lines (30 loc) • 600 B
JSON
{
"name": "dechexbin",
"version": "1.2.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/JustANutshell/DecHexBin/issues",
"email": "darklolcrap@gmail.com"
},
"repository": "github:JustANutshell/DecHexBin",
"author": "Dark",
"license": "MIT",
"keywords": [
"number-system",
"number",
"convert",
"hex",
"dec",
"bin",
"dec2hex",
"dec2bin",
"bin2hex",
"bin2dec",
"hex2dec",
"hex2bin"
]
}