{"_id":"pull-batch","_rev":"4646754","name":"pull-batch","description":"Transform arrays of objects into arrays with a maximum length","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"pgte","email":"pedro.teixeira@gmail.com"}],"time":{"modified":"2026-04-10T20:19:29.000Z","created":"2016-12-20T15:09:31.340Z","1.0.0":"2016-12-20T15:09:31.340Z"},"users":{},"author":{"name":"pgte"},"repository":{"type":"git","url":"git+https://github.com/pgte/pull-batch.git"},"versions":{"1.0.0":{"name":"pull-batch","version":"1.0.0","description":"Transform arrays of objects into arrays with a maximum length","main":"index.js","scripts":{"test":"tape test/*.js","lint":"standard"},"repository":{"type":"git","url":"git+https://github.com/pgte/pull-batch.git"},"keywords":["pull","pull-stream","stream","batch"],"author":{"name":"pgte"},"license":"ISC","bugs":{"url":"https://github.com/pgte/pull-batch/issues"},"homepage":"https://github.com/pgte/pull-batch#readme","dependencies":{"pull-through":"^1.0.18"},"devDependencies":{"pre-commit":"^1.2.2","pull-stream":"^3.5.0","standard":"^8.6.0","tape":"^4.6.3"},"pre-commit":["lint","test"],"gitHead":"8189ad131ab8cf294502ad3a22079aba3060f730","_id":"pull-batch@1.0.0","_shasum":"3a8a7084db0e983c5c59bf0e074aa41e753f0258","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"pgte","email":"pedro.teixeira@gmail.com"},"dist":{"shasum":"3a8a7084db0e983c5c59bf0e074aa41e753f0258","size":1474,"noattachment":false,"key":"/pull-batch/-/pull-batch-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/pull-batch/download/pull-batch-1.0.0.tgz"},"maintainers":[{"name":"pgte","email":"pedro.teixeira@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/pull-batch-1.0.0.tgz_1482246570752_0.7794260543305427"},"directories":{},"publish_time":1482246571340,"_hasShrinkwrap":false,"_cnpm_publish_time":1482246571340,"_cnpmcore_publish_time":"2021-12-16T20:53:08.112Z"}},"readme":"# pull-batch\n\nTransform arrays of objects into arrays with a maximum length\n\n# Install\n\n```bash\n$ npm install pull-batch --save\n```\n\n# Use\n\n```js\nconst pullBatch = require('pull-batch')\n\nconst maxLength = 5\n\npull(\n  pull.values([1, 2, 3, 4, 5, 6, 7, 8, 9, 10])\n  pullBatch(maxLength),\n  sink\n)\n```\n\n# License\n\nISC","_attachments":{},"homepage":"https://github.com/pgte/pull-batch#readme","bugs":{"url":"https://github.com/pgte/pull-batch/issues"},"license":"ISC"}