UNPKG

id-pl

Version:

Provides utility methods to validate and generate various identification numbers used in Poland such as NIP, REGON, PESEL, etc.

44 lines (43 loc) 1.07 kB
{ "name": "id-pl", "version": "0.3.0", "description": "Provides utility methods to validate and generate various identification numbers used in Poland such as NIP, REGON, PESEL, etc.", "keywords": [ "random", "numbers", "testing", "pesel", "regon", "nip", "passport", "identity card" ], "author": "Daniel Pacak <pacak.daniel@gmail.com>", "repository": { "type": "git", "url": "https://github.com/SOFTWARE-CLINIC/id-pl.git" }, "bugs": { "url": "https://github.com/SOFTWARE-CLINIC/id-pl/issues" }, "license": "MIT", "engines": { "node": ">= 0.10.x" }, "main": "index.js", "files": [ "lib", "index.js" ], "scripts": { "test": "mocha -R spec test/**/*.spec.js", "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec test/**/*.spec.js", "coveragetocodeclimate": "codeclimate-test-reporter < ./coverage/lcov.info" }, "devDependencies": { "chai": "4.1.2", "codeclimate-test-reporter": "0.5.0", "istanbul": "0.4.5", "mocha": "5.1.1" } }