pancard
Version:
this is package that validate is pan card number is in proper format or not , this is not check that pan card is exist or not , and not store any type of data
30 lines (29 loc) • 817 B
JSON
{
"name": "pancard",
"version": "1.0.6",
"description": "this is package that validate is pan card number is in proper format or not , this is not check that pan card is exist or not , and not store any type of data ",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prajapati-satyam/pan-npm-package.git"
},
"keywords": [
"pancard validator",
"pancard",
"pan",
"card"
],
"author": "satyam prajapati",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/prajapati-satyam/pan-npm-package/issues"
},
"homepage": "https://github.com/prajapati-satyam/pan-npm-package#readme",
"dependencies": {
"pancard": "file:"
}
}