UNPKG

luhn-generator

Version:

A generator of numbers that passes the validation of Luhn algorithm or Luhn formula, also known as the 'modulus 10' or 'mod 10' algorithm

16 lines (15 loc) 258 B
{ "name": "axe-jsdom-example", "description": "Axe JSDOM Example", "version": "0.0.1", "private": true, "dependencies": {}, "scripts": { "test": "mocha" }, "devDependencies": { "axe-core": "^3.3.1", "jsdom": "^15.1.1", "mocha": "^6.2.0" } }