UNPKG

@stdlib/time-day-of-quarter-cli

Version:

Determine the day of the quarter.

56 lines (55 loc) 1.17 kB
{ "name": "@stdlib/time-day-of-quarter-cli", "version": "0.2.3", "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.3", "@stdlib/fs-read-file": "^0.2.3", "@stdlib/time-day-of-quarter": "0.2.3" }, "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" } }