@chbphone55/pretty-bytes
Version:
Format sizes from bytes to human readable strings
44 lines (43 loc) • 867 B
JSON
{
"name": "@chbphone55/pretty-bytes",
"version": "1.0.0",
"description": "Format sizes from bytes to human readable strings",
"source": "index.ts",
"main": "dist/index.js",
"module": "dist/index.m.js",
"types": "dist/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"build": "microbundle --raw",
"dev": "microbundle -w --raw",
"test": "ava",
"test:watch": "ava --watch",
"test:publish": "e2e-verdaccio",
"publish": "npm publish --access public"
},
"keywords": [
"pretty",
"format",
"beautify",
"bytes",
"byte",
"filesize",
"size",
"file",
"human",
"humanized",
"readable",
"data",
"locale",
"localization",
"localized"
],
"license": "MIT",
"devDependencies": {
"ava": "^1.4.1",
"e2e-verdaccio": "^1.0.0",
"microbundle": "^0.11.0"
}
}