expand-year
Version:
Expand a short year to a full year (15 -> 2015)
38 lines (37 loc) • 688 B
JSON
{
"name": "expand-year",
"main": "index.js",
"version": "1.0.0",
"description": "Expand a short year to a full year (15 -> 2015)",
"license": "MIT",
"repository": "bendrucker/expand-year",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"number",
"year",
"date",
"expand"
],
"dependencies": {
"parse-int": "^1.0.0",
"zero-fill": "^2.2.1"
},
"devDependencies": {
"tape": "^4.0.0",
"standard": "^4.0.0"
},
"files": [
"index.js",
"readme.md"
]
}