@darkcode01/is-adult
Version:
Knows if is older or not by the birthday date.
31 lines (30 loc) • 610 B
JSON
{
"name": "@darkcode01/is-adult",
"version": "0.2.2",
"homepage": "https://github.com/darkcode01/is-adult",
"description": "Knows if is older or not by the birthday date.",
"main": "index.js",
"files": [
"index.js"
],
"repository": "darkcode01/is-adult",
"bugs": {
"url": "https://github.com/darkcode01/is-adult/issues"
},
"devDependencies": {
"mocha": "^8.1.3"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"is-adult",
"birthday",
"number",
"list",
"Date",
"validation"
],
"author": "Jose Segura (darkcode01)",
"license": "MIT"
}