unix2date
Version:
convert unix time to date
28 lines (27 loc) • 601 B
JSON
{
"name": "unix2date",
"version": "1.0.1",
"description": "convert unix time to date",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daniciany/unix2date.git"
},
"keywords": [
"unixToTime",
"unix2date",
"unixToDate",
"unixTime",
"unix",
"unixTimeStamp"
],
"author": "Danician",
"license": "ISC",
"bugs": {
"url": "https://github.com/Daniciany/unix2date/issues"
},
"homepage": "https://github.com/Daniciany/unix2date#readme"
}