convert-size
Version:
a package to convert size from bytes to kb mb and so on
28 lines (27 loc) • 624 B
JSON
{
"name": "convert-size",
"version": "1.2.1",
"description": "a package to convert size from bytes to kb mb and so on",
"main": "convertSize.js",
"types": "convertSize.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/AliBasicCoder/convert-pro.git"
},
"keywords": [
"size",
"bytes",
"MB",
"KB"
],
"author": "AliBasicCoder",
"license": "MIT",
"bugs": {
"url": "https://github.com/AliBasicCoder/convert-pro/issues"
},
"homepage": "https://github.com/AliBasicCoder/convert-pro#readme",
"dependencies": {
"convert-pro": "*"
}
}