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
19 lines (18 loc) • 621 B
JSON
{
"name": "babel-plugin-transform-remove-undefined",
"version": "0.5.0",
"description": "This removes rvals that are equivalent to undefined wherever possible",
"keywords": [
"babel-plugin"
],
"homepage": "https://github.com/babel/minify#readme",
"bugs": "https://github.com/babel/minify/issues",
"license": "MIT",
"author": "shinew",
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-undefined",
"dependencies": {
"babel-helper-evaluate-path": "^0.5.0"
},
"gitHead": "4de390008da4a486b37819109d2021a0957ad405"
}