{
  "_args": [
    [
      "it-pipe@1.1.0",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "it-pipe@1.1.0",
  "_id": "it-pipe@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-lF0/3qTVeth13TOnHVs0BTFaziwQF7m5Gg+E6JV0BXcLKutC92YjSi7bASgkPOXaLEb+YvNZrPorGMBIJvZfxg==",
  "_location": "/it-pipe",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "it-pipe@1.1.0",
    "name": "it-pipe",
    "escapedName": "it-pipe",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/ipfs-car",
    "/nft.storage"
  ],
  "_resolved": "https://registry.npmjs.org/it-pipe/-/it-pipe-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alan Shaw"
  },
  "bugs": {
    "url": "https://github.com/alanshaw/it-pipe/issues"
  },
  "dependencies": {},
  "description": "Utility to \"pipe\" async iterables together",
  "devDependencies": {
    "ava": "^1.4.1",
    "nyc": "^13.3.0",
    "standard": "^12.0.1"
  },
  "homepage": "https://github.com/alanshaw/it-pipe#readme",
  "keywords": [
    "pipe",
    "pipeline",
    "iterable",
    "iterator",
    "async",
    "await",
    "stream",
    "pump",
    "pull"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "it-pipe",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alanshaw/it-pipe.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "nyc --reporter=lcov --reporter=text ava --verbose"
  },
  "version": "1.1.0"
}
