UNPKG

@stdlib/time-day-of-quarter

Version:

Determine the day of the quarter.

81 lines (80 loc) 1.7 kB
{ "name": "@stdlib/time-day-of-quarter", "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" } ], "main": "./lib", "directories": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "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/assert-is-date-object": "^0.2.2", "@stdlib/assert-is-integer": "^0.2.2", "@stdlib/assert-is-leap-year": "^0.2.1", "@stdlib/assert-is-string": "^0.2.2", "@stdlib/string-format": "^0.2.2", "@stdlib/time-day-of-year": "^0.2.1", "@stdlib/time-quarter-of-year": "^0.2.2", "@stdlib/error-tools-fmtprodmsg": "^0.2.2" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "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" } }