time-diff-humanize
Version:
A tiny Node.js utility to humanize the time difference between two dates
12 lines • 332 B
JSON
{
"name": "time-diff-humanize",
"version": "1.0.0",
"description": "A tiny Node.js utility to humanize the time difference between two dates",
"main": "index.js",
"keywords": ["time", "date", "humanize", "difference"],
"author": "Your Name",
"license": "MIT",
"scripts": {
"test": "node test.js"
}
}