{
  "_args": [
    [
      "it-to-stream@1.0.0",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "it-to-stream@1.0.0",
  "_id": "it-to-stream@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-pLULMZMAB/+vbdvbZtebC0nWBTbG581lk6w8P7DfIIIKUfa8FbY7Oi0FxZcFPbxvISs7A9E+cMpLDBc1XhpAOA==",
  "_location": "/it-to-stream",
  "_phantomChildren": {
    "base64-js": "1.5.1",
    "ieee754": "1.2.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "it-to-stream@1.0.0",
    "name": "it-to-stream",
    "escapedName": "it-to-stream",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/ipfs-core-utils",
    "/ipfs-utils"
  ],
  "_resolved": "https://registry.npmjs.org/it-to-stream/-/it-to-stream-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alan Shaw"
  },
  "browser": {
    "stream": "readable-stream"
  },
  "bugs": {
    "url": "https://github.com/alanshaw/it-to-stream/issues"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "fast-fifo": "^1.0.0",
    "get-iterator": "^1.0.2",
    "p-defer": "^3.0.0",
    "p-fifo": "^1.0.0",
    "readable-stream": "^3.6.0"
  },
  "description": "Convert streaming iterables to Node.js streams",
  "devDependencies": {
    "ava": "^3.9.0",
    "it-pair": "^1.0.0",
    "nyc": "^15.1.0",
    "standard": "^16.0.3"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/alanshaw/it-to-stream#readme",
  "keywords": [
    "stream",
    "readablestream"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "it-to-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alanshaw/it-to-stream.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=text --reporter=lcov npm test",
    "lint": "standard",
    "test": "ava test/*.test.js --verbose"
  },
  "version": "1.0.0"
}
