{
  "_args": [
    [
      "streaming-iterables@6.2.0",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "streaming-iterables@6.2.0",
  "_id": "streaming-iterables@6.2.0",
  "_inBundle": false,
  "_integrity": "sha512-3AYC8oB60WyD1ic7uHmN/vm2oRGzRnQ3XFBl/bFMDi1q1+nc5/vjMmiE4vroIya3jG59t87VpyAj/iXYxyw9AA==",
  "_location": "/streaming-iterables",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "streaming-iterables@6.2.0",
    "name": "streaming-iterables",
    "escapedName": "streaming-iterables",
    "rawSpec": "6.2.0",
    "saveSpec": null,
    "fetchSpec": "6.2.0"
  },
  "_requiredBy": [
    "/ipfs-car",
    "/nft.storage"
  ],
  "_resolved": "https://registry.npmjs.org/streaming-iterables/-/streaming-iterables-6.2.0.tgz",
  "_spec": "6.2.0",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "reconbot"
  },
  "bugs": {
    "url": "https://github.com/reconbot/streaming-iterables/issues"
  },
  "description": "A collection of utilities for async iterables. Designed to replace your streams.",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.8.15",
    "@types/chai": "^4.2.11",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.14",
    "@types/sinon": "^10.0.10",
    "benchmark": "^2.1.4",
    "bluestream": "^10.3.3",
    "c8": "^7.11.0",
    "chai": "^4.3.6",
    "mocha": "^9.2.0",
    "prettier": "^2.5.1",
    "rollup": "^2.67.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "sinon": "^13.0.1",
    "through2-concurrent": "^2.0.0",
    "ts-node": "^10.4.0",
    "tslib": "^2.0.0",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.3.0",
    "typescript": "^4.5.5"
  },
  "engines": {
    "node": ">=10"
  },
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.mjs"
  },
  "homepage": "https://github.com/reconbot/streaming-iterables",
  "keywords": [
    "async",
    "generators",
    "async generators",
    "async iterables",
    "iterators",
    "async iterators",
    "promise",
    "stream",
    "fp",
    "transform",
    "generator functions",
    "async generator functions",
    "bluestream",
    "ramda"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "mocha": {
    "bail": true,
    "require": [
      "ts-node/register"
    ],
    "spec": "lib/*-test.ts"
  },
  "module": "./dist/index.mjs",
  "name": "streaming-iterables",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/reconbot/streaming-iterables.git"
  },
  "runkitExampleFilename": "example.js",
  "scripts": {
    "build": "tsc -p tsconfig-build.json && rollup -c && api-extractor run --local --verbose",
    "check-coverage": "c8 check-coverage --lines 95 --functions 95 --branches 94",
    "format": "tslint lib/*.ts --fix",
    "lint": "tsc && tslint lib/*.ts",
    "prepare": "npm run build",
    "test": "npm run unit-test && npm run lint",
    "unit-test": "c8 -r html -r text mocha"
  },
  "types": "dist/index.d.ts",
  "version": "6.2.0"
}
