humanly-date
Version:
Convert any date to a human-readable time difference like '2 hours ago' or '1 min remaining'
30 lines (29 loc) • 784 B
JSON
{
"name": "humanly-date",
"version": "1.0.3",
"description": "Convert any date to a human-readable time difference like '2 hours ago' or '1 min remaining'",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"date",
"human-readable",
"timeago",
"relative-time",
"time-diff",
"remaining-time"
],
"author": "grbpdl <paudyal.gaurab11@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/grbpdl/humanly-date-npm-package.git"
},
"homepage": "https://github.com/grbpdl/humanly-date-npm-package#readme",
"bugs": {
"url": "https://github.com/grbpdl/humanly-date-npm-package/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}