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

43 lines (42 loc) 662 B
{ "name": "p-is-promise", "version": "2.1.0", "description": "Check if something is a promise", "license": "MIT", "repository": "sindresorhus/p-is-promise", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=6" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "promise", "is", "detect", "check", "kind", "type", "thenable", "es2015", "async", "await", "promises", "bluebird" ], "devDependencies": { "ava": "^1.4.1", "bluebird": "^3.5.4", "tsd": "^0.7.2", "xo": "^0.24.0" } }