chunk
Version:
Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.
13 lines (12 loc) • 445 B
JSON
{
"name": "chunk",
"version": "0.0.3",
"homepage": "https://github.com/ryancole/chunk",
"authors": ["Ryan Cole <ryan@rycole.com>"],
"description": "Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.",
"main": "src/chunk.js",
"moduleType": ["globals", "node"],
"keywords": ["array", "chunk"],
"license": "MIT",
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"]
}