@tehshrike/duration-iso-8601
Version:
Parse ISO 8601 Duration(PnYnMnDTnHnMnS syntax)
32 lines (31 loc) • 739 B
JSON
{
"name": "@tehshrike/duration-iso-8601",
"version": "2.0.2",
"description": "Parse ISO 8601 Duration(PnYnMnDTnHnMnS syntax)",
"main": "index.js",
"scripts": {
"test": "node test.js | tap-exit-code && npm run test:readme",
"test:readme": "jsmd ./README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TehShrike/duration-iso-8601"
},
"keywords": [
"duration",
"iso 8601",
"iso8601",
"PnYnMnDTnHnMnS",
"youtube duration",
"youtube api duration",
"video duration",
"video length"
],
"author": "",
"license": "MIT",
"devDependencies": {
"jsmd": "^1.0.2",
"tap-exit-code": "^2.0.0",
"zora": "^4.0.0"
}
}