{
  "_args": [
    [
      "it-parallel-batch@1.0.11",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "it-parallel-batch@1.0.11",
  "_id": "it-parallel-batch@1.0.11",
  "_inBundle": false,
  "_integrity": "sha512-UWsWHv/kqBpMRmyZJzlmZeoAMA0F3SZr08FBdbhtbe+MtoEBgr/ZUAKrnenhXCBrsopy76QjRH2K/V8kNdupbQ==",
  "_location": "/it-parallel-batch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "it-parallel-batch@1.0.11",
    "name": "it-parallel-batch",
    "escapedName": "it-parallel-batch",
    "rawSpec": "1.0.11",
    "saveSpec": null,
    "fetchSpec": "1.0.11"
  },
  "_requiredBy": [
    "/ipfs-unixfs-importer"
  ],
  "_resolved": "https://registry.npmjs.org/it-parallel-batch/-/it-parallel-batch-1.0.11.tgz",
  "_spec": "1.0.11",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alex Potsides",
    "email": "alex@achingbrain.net"
  },
  "bugs": {
    "url": "https://github.com/achingbrain/it/issues"
  },
  "dependencies": {
    "it-batch": "^1.0.9"
  },
  "description": "Takes an async iterator that emits promise-returning functions, invokes them in parallel and emits the results in the same order as the input",
  "devDependencies": {
    "ava": "^3.12.1",
    "delay": "^4.3.0",
    "it-all": "^1.0.6",
    "nyc": "^15.1.0",
    "standard": "^16.0.3",
    "typescript": "^4.0.2"
  },
  "gitHead": "b621056a11c9bfe991d1040b22a46651fa907a3c",
  "homepage": "https://github.com/achingbrain/it/tree/master/packages/it-parallel-batch#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "it-parallel-batch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/achingbrain/it.git"
  },
  "scripts": {
    "build": "npm run build:types",
    "build:dep:types": "cd node_modules/it-batch && npm run build:types",
    "build:types": "npm run build:dep:types && tsc --emitDeclarationOnly --declarationDir dist",
    "check": "npm run build:dep:types && tsc --noEmit",
    "clean": "rm -rf .nyc_output coverage dist",
    "coverage": "nyc --reporter html --reporter lcov ava",
    "lint": "standard",
    "prepublishOnly": "npm run build",
    "test": "ava"
  },
  "typesVersions": {
    "*": {
      "*": [
        ".",
        "dist/*"
      ]
    }
  },
  "version": "1.0.11"
}
