file-size-pretty
Version:
Convert file sizes like 34892823 into human-readable formats like 33.2 MB.
22 lines (21 loc) • 656 B
JSON
{
"name": "file-size-pretty",
"version": "1.2.0",
"description": "Convert file sizes like 34892823 into human-readable formats like 33.2 MB.",
"type": "commonjs",
"main": "index.js",
"keywords": ["file-size", "pretty", "bytes", "human-readable", "converter"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/suitepress/file-size-pretty/"
},
"author": "Ruman Ahmed",
"license": "ISC",
"bugs": {
"url": "https://github.com/suitepress/file-size-pretty/issues"
},
"homepage": "https://github.com/suitepress/file-size-pretty#readme"
}