@stdlib/time-day-of-quarter-cli
Version:
Determine the day of the quarter.
56 lines (55 loc) • 1.17 kB
JSON
{
"name": "@stdlib/time-day-of-quarter-cli",
"version": "0.2.2",
"description": "Determine the day of the quarter.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"bin": {
"day-of-quarter": "./bin/cli"
},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/time-day-of-quarter.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/cli-ctor": "^0.2.2",
"@stdlib/fs-read-file": "^0.2.2",
"@stdlib/time-day-of-quarter": "0.2.2"
},
"devDependencies": {},
"keywords": [
"stdlib",
"stdtime",
"utilities",
"utility",
"utils",
"util",
"date",
"day",
"quarter",
"q1",
"q2",
"q3",
"q4",
"gregorian",
"calendar",
"time"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}