{
  "_args": [
    [
      "it-all@1.0.6",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "it-all@1.0.6",
  "_id": "it-all@1.0.6",
  "_inBundle": false,
  "_integrity": "sha512-3cmCc6Heqe3uWi3CVM/k51fa/XbMFpQVzFoDsV0IZNHSQDyAXl3c4MjHkFX5kF3922OGj7Myv1nSEUgRtcuM1A==",
  "_location": "/it-all",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "it-all@1.0.6",
    "name": "it-all",
    "escapedName": "it-all",
    "rawSpec": "1.0.6",
    "saveSpec": null,
    "fetchSpec": "1.0.6"
  },
  "_requiredBy": [
    "/blockstore-core",
    "/ipfs-car",
    "/ipfs-core-utils",
    "/ipfs-unixfs-importer",
    "/ipfs-utils"
  ],
  "_resolved": "https://registry.npmjs.org/it-all/-/it-all-1.0.6.tgz",
  "_spec": "1.0.6",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alex Potsides",
    "email": "alex@achingbrain.net"
  },
  "bugs": {
    "url": "https://github.com/achingbrain/it/issues"
  },
  "description": "Collects all values from an async iterator and returns them as an array",
  "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-all#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "it-all",
  "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.6"
}
