{
  "_args": [
    [
      "get-iterator@1.0.2",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "get-iterator@1.0.2",
  "_id": "get-iterator@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-v+dm9bNVfOYsY1OrhaCrmyOcYoSeVvbt+hHZ0Au+T+p1y+0Uyj9aMaGIeUTT6xdpRbWzDeYKvfOslPhggQMcsg==",
  "_location": "/get-iterator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "get-iterator@1.0.2",
    "name": "get-iterator",
    "escapedName": "get-iterator",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/it-to-stream",
    "/stream-to-it"
  ],
  "_resolved": "https://registry.npmjs.org/get-iterator/-/get-iterator-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alan Shaw"
  },
  "ava": {
    "babel": false,
    "compileEnhancements": false,
    "failWithoutAssertions": false
  },
  "bugs": {
    "url": "https://github.com/alanshaw/get-iterator/issues"
  },
  "dependencies": {},
  "description": "Get the default iterator or async iterator for an Iterable.",
  "devDependencies": {
    "ava": "^1.0.0-rc.1",
    "babel-eslint": "^10.0.1",
    "nyc": "^13.1.0",
    "standard": "^12.0.1"
  },
  "homepage": "https://github.com/alanshaw/get-iterator#readme",
  "keywords": [
    "iterator",
    "iterable",
    "get",
    "getter",
    "@@iterator",
    "Symbol.iterator",
    "Symbol.asyncIterator"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "get-iterator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alanshaw/get-iterator.git"
  },
  "scripts": {
    "test": "standard && nyc --reporter=lcov --reporter=text ava --verbose"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "version": "1.0.2"
}
