unit-data-converter
Version:
Data(Ex: MB, KB, PB, GB) -> B(byte) or B(byte) -> Data(Ex: MB, KB, PB, GB) etc.
35 lines (34 loc) • 831 B
JSON
{
"name": "unit-data-converter",
"version": "1.2.0",
"description": "Data(Ex: MB, KB, PB, GB) -> B(byte) or B(byte) -> Data(Ex: MB, KB, PB, GB) etc.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test/test.js",
"test1": "node test/test1.js",
"test2": "node test/test2.js",
"test3": "node test/test3.js",
"test4": "node test/test4.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IMJNMHTODRLA/unit-data-converter"
},
"keywords": [
"unit",
"data",
"converter",
"B",
"KB",
"MB",
"GB",
"TB"
],
"author": "_redgold__",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/IMJNMHTODRLA/unit-data-converter/issues"
},
"homepage": "https://github.com/IMJNMHTODRLA/unit-data-converter#readme"
}