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
47 lines (46 loc) • 748 B
JSON
{
"name": "caching-transform",
"version": "3.0.2",
"description": "Wraps a transform and provides caching",
"license": "MIT",
"repository": "istanbuljs/caching-transform",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && nyc ava"
},
"files": [
"index.js"
],
"keywords": [
"transform",
"cache",
"require",
"transpile",
"fast",
"speed",
"hash"
],
"dependencies": {
"hasha": "^3.0.0",
"make-dir": "^2.0.0",
"package-hash": "^3.0.0",
"write-file-atomic": "^2.4.2"
},
"devDependencies": {
"ava": "^1.2.1",
"coveralls": "^3.0.2",
"nyc": "^13.3.0",
"proxyquire": "^2.1.0",
"rimraf": "^2.6.3",
"sinon": "^7.2.3",
"xo": "^0.24.0"
},
"nyc": {
"reporter": [
"lcov",
"text"
]
}
}