timespan-parser
Version:
Parses timespans like systemd.time(7)
35 lines (34 loc) • 748 B
JSON
{
"name": "timespan-parser",
"version": "1.2.0",
"description": "Parses timespans like systemd.time(7)",
"main": "timespan.js",
"bin": {
"parse-timespan": "./parse-cli.js",
"get-timespan": "./getstring-cli.js"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/gilly3/timespan-parser.git"
},
"keywords": [
"timespan",
"systemd.time"
],
"author": "Ivan Gilchrist",
"license": "MIT",
"bugs": {
"url": "https://github.com/gilly3/timespan-parser/issues"
},
"homepage": "https://github.com/gilly3/timespan-parser#readme",
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"eslint": "^8.0.1",
"mocha": "^9.1.2"
}
}