usdl-regex
Version:
US Driver's License validation via https://ntsi.com/drivers-license-format/
23 lines (22 loc) • 492 B
JSON
{
"name": "usdl-regex",
"version": "1.7.3",
"description": "US Driver's License validation via https://ntsi.com/drivers-license-format/",
"main": "index.js",
"scripts": {
"test": "tap test.js"
},
"keywords": [
"drivers-license",
"validation"
],
"author": "GasBuddy <developers@gasbuddy.com>",
"license": "MIT",
"devDependencies": {
"tap": "^15.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/gas-buddy/usdl-regex.git"
}
}