@visulima/humanizer
Version:
Humanizer is a library for humanizing data in a human-readable form.
79 lines • 1.56 kB
JSON
{
"name": "@visulima/humanizer",
"version": "2.0.5",
"description": "Humanizer is a library for humanizing data in a human-readable form.",
"keywords": [
"visulima",
"humanizer",
"humanize",
"human-readable",
"human",
"time",
"ms",
"bytes",
"filesize",
"filesize-humanizer",
"time-humanizer",
"ms-humanizer",
"bytes-humanizer",
"millisecond",
"second",
"duration",
"hours",
"minutes",
"seconds",
"days",
"years",
"months",
"range",
"text",
"string"
],
"homepage": "https://visulima.io",
"bugs": {
"url": "https://github.com/visulima/visulima/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visulima/visulima.git",
"directory": "packages/humanizer"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./language/*": {
"types": "./dist/language/*.d.ts",
"default": "./dist/language/*.js"
},
"./package.json": "./package.json"
},
"files": [
"dist"
],
"engines": {
"node": ">=20.19 <=25.x"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}