hms-parse
Version:
Parse hms time strings to and from seconds
31 lines (30 loc) • 570 B
JSON
{
"name": "hms-parse",
"version": "1.0.0",
"description": "Parse hms time strings to and from seconds",
"author": "Felipe Vargas <felipe@fvgs.ai> (fvgs.ai)",
"repository": "fvgs/hms-parse",
"homepage": "https://github.com/fvgs/hms-parse#readme",
"bugs": "https://github.com/fvgs/hms-parse/issues",
"main": "src",
"license": "MIT",
"scripts": {
"test": "jest"
},
"keywords": [
"hms",
"hour",
"hours",
"minute",
"minutes",
"second",
"seconds",
"time",
"timestring",
"parse",
"parsing"
],
"devDependencies": {
"jest": "^22.0.4"
}
}