contiguous
Version:
check an Array for contiguous elements matching a predicate
27 lines (26 loc) • 676 B
JSON
{
"name": "contiguous",
"description": "check an Array for contiguous elements matching a predicate",
"version": "1.0.2",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)",
"devDependencies": {
"defence-cli": "^2.0.0",
"replace-require-self": "^1.1.1",
"standard": "^8.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kemitchell/contiguous.js",
"keywords": [
"arrays",
"predicates",
"validation"
],
"license": "MIT",
"repository": "kemitchell/contiguous.js",
"scripts": {
"lint": "standard",
"test": "defence -i javascript README.md | replace-require-self | node"
}
}