UNPKG

humanize-time-tool

Version:

A simple and lightweight Node.js library for human-friendly time formatting and localization.

40 lines (39 loc) 832 B
{ "name": "humanize-time-tool", "version": "1.3.1", "description": "A simple and lightweight Node.js library for human-friendly time formatting and localization.", "main": "src/index.js", "type": "module", "scripts": { "test": "echo \"No tests yet\"" }, "keywords": [ "time", "time-ago", "ago", "i18n", "format", "human-readable", "internationalization", "localization", "languages", "date", "formatting", "nodejs" ], "author": "Felix Lind", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/FelixLind1/humanize-time-tool.git" }, "bugs": { "url": "https://github.com/FelixLind1/humanize-time-tool/issues" }, "engines": { "node": ">=12" }, "dependencies": { "humanize-time-tool": "^1.1.2" } }