happybytes
Version:
A small module to convert bytes to their units
29 lines (28 loc) • 587 B
JSON
{
"name": "happybytes",
"version": "0.0.22",
"description": "A small module to convert bytes to their units",
"main": "happybytes.js",
"scripts": {
"test": "npx jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thallosaurus/happybytes.git"
},
"keywords": [
"happy",
"bytes",
"kb",
"gb",
"mb",
"eb",
"tb"
],
"author": "thallosaurus",
"license": "MIT",
"bugs": {
"url": "https://github.com/thallosaurus/happybytes/issues"
},
"homepage": "https://github.com/thallosaurus/happybytes#readme"
}