UNPKG

subtitle-time

Version:

parse time in SRT, VTT, ASS. to and from second, milliscond

35 lines (34 loc) 685 B
{ "name": "subtitle-time", "version": "1.0.6", "description": "parse time in SRT, VTT, ASS. to and from second, milliscond", "homepage": "https://github.com/1c7/subtitle-time", "repository": { "type": "git", "url": "https://github.com/1c7/subtitle-time.git" }, "keywords": [ "subtitle", "time", "time-parsing", "time-parser", "SRT", "VTT", "ASS", "parser", "second", "millisecond" ], "main": "index.js", "engines": { "node": "*" }, "scripts": { "test": "ava ./test/index.js" }, "author": "Cheng Zheng (chengzheng.apply@gmail.com)", "license": "MIT", "devDependencies": { "ava": "^3.3.0" } }