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
35 lines (34 loc) • 757 B
JSON
{
"name": "istanbul-lib-hook",
"version": "2.0.7",
"description": "Hooks for require, vm and script used in istanbul",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"test": "mocha"
},
"dependencies": {
"append-transform": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
},
"keywords": [
"istanbul",
"hook"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"homepage": "https://istanbul.js.org/",
"engines": {
"node": ">=6"
},
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
}