findstreak
Version:
In an array, find the N consecutive items whose combined value is highest. Or lowest.
28 lines (27 loc) • 566 B
JSON
{
"name": "findstreak",
"version": "1.1.1",
"description": "In an array, find the N consecutive items whose combined value is highest. Or lowest.",
"main": "index.js",
"scripts": {
"test": "mocha",
"prepare": "require-self"
},
"keywords": [
"array",
"find",
"streak",
"highest",
"lowest"
],
"author": "Samuel Rinnetmaki",
"repository": {
"type": "git",
"url": "http://github.com/samuelmr/findstreak.git"
},
"license": "ISC",
"devDependencies": {
"mocha": "^3.4.2",
"require-self": "^0.2.1"
}
}