idcard-verify
Version:
43 lines (42 loc) • 997 B
JSON
{
"name": "idcard-verify",
"version": "1.0.0",
"description": "二代身份证合法性校验",
"main": "index.js",
"scripts": {
"test": "npm install && mocha --recursive test/"
},
"repository": {
"type": "git",
"url": "https://github.com/chenhengzhi666/idcard-verify.git"
},
"keywords": [
"身份证校验",
"idcard-verify",
"二代身份证",
"身份证",
"idcard"
],
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"coveralls": "2.11.9",
"istanbul": "^0.4.3",
"jsonfile": "^4.0.0",
"lodash": "^4.17.5",
"mocha": "^2.2.5",
"node-fetch": "^2.1.1",
"should": "^7.0.2"
},
"author": "suxiaozhi",
"license": "ISC",
"bugs": {
"url": "https://github.com/chenhengzhi666/idcard-verify/issues"
},
"homepage": "https://github.com/chenhengzhi666/idcard-verify",
"maintainers": [
{
"name": "suxiaozhi",
"email": "g764805942@gmail.com"
}
]
}