bytez
Version:
Convert bytes to human readable string.
51 lines (50 loc) • 999 B
JSON
{
"name": "bytez",
"version": "0.7.0",
"description": "Convert bytes to human readable string.",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Jake Miller",
"email": "jakemillerdev@gmail.com",
"url": "https://jakemiller.io"
},
"files": [
"index.js",
"index.d.ts",
"package.json",
"README.md"
],
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/jakermate/bytez"
},
"homepage": "https://github.com/jakermate/bytez",
"keywords": [
"bytes",
"conversion",
"byte",
"bits",
"bit",
"base2",
"base10",
"string",
"readable",
"convert",
"size"
],
"dependencies": {},
"devDependencies": {
"eslint": "^7.21.0",
"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"ts-jest": "^26.5.3",
"tslint": "^6.1.3",
"typescript": "^4.2.3"
},
"scripts": {
"test": "jest",
"build": "tsc"
}
}