array-chunk-reader
Version:
Module for reading array by chunks using promise
36 lines (35 loc) • 645 B
JSON
{
"name": "array-chunk-reader",
"version": "0.1.15",
"description": "Module for reading array by chunks using promise",
"main": "./index.js",
"author": {
"name": "Alexander Balasyan",
"email": "mywebstreet@gmail.com"
},
"keywords": [
"chunk",
"array",
"read",
"big",
"loop",
"pipe",
"concurrency",
"concurrent"
],
"scripts": {
"test": "mocha"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^7.2.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ortexx/array-chunk-reader"
},
"engines": {
"node": ">=5.0.0"
}
}