get-how-long-ago
Version:
give it date in milliseconds and get how long ago it was, both in object form and human friendly string.
28 lines (27 loc) • 691 B
JSON
{
"name": "get-how-long-ago",
"version": "1.0.7",
"description": "give it date in milliseconds and get how long ago it was, both in object form and human friendly string.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YahyaHosainy/get-how-long-ago.git"
},
"keywords": [
"date",
"time",
"miliseconds",
"how",
"long",
"ago"
],
"author": "Yahya Hosainy <yahyayakta@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/YahyaHosainy/get-how-long-ago/issues"
},
"homepage": "https://github.com/YahyaHosainy/get-how-long-ago#readme"
}