byteman
Version:
🤖 Display bytes in a human readable format: KB, MB, GB, TB, PB, EB, ZB, YB
29 lines (28 loc) • 551 B
JSON
{
"name": "byteman",
"version": "1.3.5",
"description": "🤖 Display bytes in a human readable format: KB, MB, GB, TB, PB, EB, ZB, YB",
"main": "./index",
"repository": {
"type": "git",
"url": "https://github.com/davidgatti/byteman"
},
"files": [
"index.js"
],
"scripts": {
"test": "node test.js"
},
"keywords": [
"bytes",
"human",
"convert",
"format"
],
"author": {
"name": "David Gatti",
"email": "npm@gatti.pl",
"url": "https://github.com/davidgatti"
},
"license": "MIT"
}