{
  "_args": [
    [
      "it-batch@1.0.9",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "it-batch@1.0.9",
  "_id": "it-batch@1.0.9",
  "_inBundle": false,
  "_integrity": "sha512-7Q7HXewMhNFltTsAMdSz6luNhyhkhEtGGbYek/8Xb/GiqYMtwUmopE1ocPSiJKKp3rM4Dt045sNFoUu+KZGNyA==",
  "_location": "/it-batch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "it-batch@1.0.9",
    "name": "it-batch",
    "escapedName": "it-batch",
    "rawSpec": "1.0.9",
    "saveSpec": null,
    "fetchSpec": "1.0.9"
  },
  "_requiredBy": [
    "/ipfs-unixfs-importer",
    "/it-parallel-batch"
  ],
  "_resolved": "https://registry.npmjs.org/it-batch/-/it-batch-1.0.9.tgz",
  "_spec": "1.0.9",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alex Potsides",
    "email": "alex@achingbrain.net"
  },
  "bugs": {
    "url": "https://github.com/achingbrain/it/issues"
  },
  "description": "Takes an async iterator that emits things and emits them as fixed size batches",
  "devDependencies": {
    "ava": "^3.12.1",
    "it-all": "^1.0.6",
    "nyc": "^15.1.0",
    "standard": "^16.0.3",
    "typescript": "^4.0.2"
  },
  "gitHead": "29126fa87dae108acef381693812f22ac8f9362b",
  "homepage": "https://github.com/achingbrain/it/tree/master/packages/it-batch#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "it-batch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/achingbrain/it.git"
  },
  "scripts": {
    "build": "npm run build:types",
    "build:types": "tsc --emitDeclarationOnly --declarationDir dist",
    "check": "tsc --noEmit",
    "clean": "rm -rf .nyc_output coverage dist",
    "coverage": "nyc --reporter html --reporter lcov ava",
    "lint": "standard",
    "prepublishOnly": "npm run build",
    "test": "ava"
  },
  "types": "dist/index.d.ts",
  "version": "1.0.9"
}
