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

27 lines (26 loc) 597 B
{ "name": "confusing-browser-globals", "version": "1.0.10", "description": "A list of browser globals that are often used by mistake instead of local variables", "license": "MIT", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/facebook/create-react-app.git", "directory": "packages/confusing-browser-globals" }, "keywords": [ "eslint", "globals" ], "files": [ "index.js" ], "devDependencies": { "jest": "26.6.0" }, "gitHead": "ed958938f642007645dd5ac3466db36202f8754e" }