{
  "_args": [
    [
      "stream-to-it@0.2.4",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "stream-to-it@0.2.4",
  "_id": "stream-to-it@0.2.4",
  "_inBundle": false,
  "_integrity": "sha512-4vEbkSs83OahpmBybNJXlJd7d6/RxzkkSdT3I0mnGt79Xd2Kk+e1JqbvAvsQfCeKj3aKb0QIWkyK3/n0j506vQ==",
  "_location": "/stream-to-it",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stream-to-it@0.2.4",
    "name": "stream-to-it",
    "escapedName": "stream-to-it",
    "rawSpec": "0.2.4",
    "saveSpec": null,
    "fetchSpec": "0.2.4"
  },
  "_requiredBy": [
    "/ipfs-car",
    "/ipfs-utils"
  ],
  "_resolved": "https://registry.npmjs.org/stream-to-it/-/stream-to-it-0.2.4.tgz",
  "_spec": "0.2.4",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alan Shaw"
  },
  "bugs": {
    "url": "https://github.com/alanshaw/stream-to-it/issues"
  },
  "dependencies": {
    "get-iterator": "^1.0.2"
  },
  "description": "Convert Node.js streams to streaming iterables",
  "devDependencies": {
    "ava": "^3.10.1",
    "bl": "^5.0.0",
    "delay": "^5.0.0",
    "it-pipe": "^1.1.0",
    "nyc": "^15.1.0",
    "p-fifo": "^1.0.0",
    "standard": "^16.0.3",
    "streaming-iterables": "^6.0.0"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "duplex.js",
    "sink.js",
    "source.js",
    "transform.js"
  ],
  "homepage": "https://github.com/alanshaw/stream-to-it#readme",
  "keywords": [
    "stream",
    "readablestream",
    "iterable",
    "iterator",
    "async"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "stream-to-it",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alanshaw/stream-to-it.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=text --reporter=lcov npm test",
    "lint": "standard",
    "test": "ava test/*.test.js --verbose"
  },
  "version": "0.2.4"
}
