bytes2
Version:
Convert bytes to base-2 or base-10 units
35 lines (34 loc) • 586 B
JSON
{
"name": "bytes2",
"version": "1.0.1",
"description": "Convert bytes to base-2 or base-10 units",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jub3i/bytes2"
},
"keywords": [
"bytes",
"convert",
"conversion",
"IEC",
"metric",
"SI",
"base",
"base-2",
"base-10",
"binary",
"decimal"
],
"bugs": {
"url": "https://github.com/jub3i/bytes2/issues"
},
"author": "jub3i",
"license": "MIT",
"devDependencies": {
"mocha": "^2.3.4"
}
}