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

14 lines (13 loc) 239 B
{ "name": "axe-puppeteer", "version": "0.0.0", "private": true, "main": "axe-puppeteer.js", "scripts": { "test": "node axe-puppeteer.js https://deque.com" }, "dependencies": { "axe-core": "^3.3.1", "puppeteer": "^1.19.0" } }