{
  "_args": [
    [
      "it-drain@1.0.5",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "it-drain@1.0.5",
  "_id": "it-drain@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-r/GjkiW1bZswC04TNmUnLxa6uovme7KKwPhc+cb1hHU65E3AByypHH6Pm91WHuvqfFsm+9ws0kPtDBV3/8vmIg==",
  "_location": "/it-drain",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "it-drain@1.0.5",
    "name": "it-drain",
    "escapedName": "it-drain",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/blockstore-core"
  ],
  "_resolved": "https://registry.npmjs.org/it-drain/-/it-drain-1.0.5.tgz",
  "_spec": "1.0.5",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alex Potsides",
    "email": "alex@achingbrain.net"
  },
  "bugs": {
    "url": "https://github.com/achingbrain/it/issues"
  },
  "description": "Empties an async iterator",
  "devDependencies": {
    "ava": "^3.12.1",
    "nyc": "^15.1.0",
    "standard": "^16.0.3",
    "typescript": "^4.0.2"
  },
  "gitHead": "29126fa87dae108acef381693812f22ac8f9362b",
  "homepage": "https://github.com/achingbrain/it/tree/master/packages/it-drain#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "it-drain",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/achingbrain/it.git"
  },
  "scripts": {
    "build": "npm run build:types",
    "build:types": "tsc --emitDeclarationOnly --declarationDir dist",
    "check": "tsc --noEmit",
    "clean": "rm -rf .nyc_output coverage dist",
    "coverage": "nyc --reporter html --reporter lcov ava",
    "lint": "standard",
    "prepublishOnly": "npm run build",
    "test": "ava"
  },
  "types": "dist/index.d.ts",
  "version": "1.0.5"
}
