@stdlib/assert-is-leap-year-cli
Version:
Test if a value corresponds to a leap year in the Gregorian calendar.
70 lines (69 loc) • 1.57 kB
JSON
{
"name": "@stdlib/assert-is-leap-year-cli",
"version": "0.2.2",
"description": "Test if a value corresponds to a leap year in the Gregorian calendar.",
"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": {
"is-leap-year": "./bin/cli"
},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/assert-is-leap-year.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-regexp-string": "^0.2.2",
"@stdlib/cli-ctor": "^0.2.2",
"@stdlib/fs-read-file": "^0.2.2",
"@stdlib/process-read-stdin": "^0.2.2",
"@stdlib/regexp-eol": "^0.2.2",
"@stdlib/streams-node-stdin": "^0.2.2",
"@stdlib/utils-regexp-from-string": "^0.2.2",
"@stdlib/assert-is-leap-year": "0.2.2"
},
"devDependencies": {},
"keywords": [
"stdlib",
"stdassert",
"assertion",
"assert",
"utilities",
"utility",
"utils",
"util",
"date",
"year",
"yr",
"leap",
"leap-year",
"gregorian",
"calendar",
"time",
"is",
"isleap",
"isleapyear",
"type",
"check",
"valid",
"validate",
"test",
"isvalid"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}