{
  "_args": [
    [
      "make-iterator@1.0.1",
      "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
    ]
  ],
  "_from": "make-iterator@1.0.1",
  "_id": "make-iterator@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==",
  "_location": "/make-iterator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "make-iterator@1.0.1",
    "name": "make-iterator",
    "escapedName": "make-iterator",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/object.map"
  ],
  "_resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/make-iterator/issues"
  },
  "dependencies": {
    "kind-of": "^6.0.2"
  },
  "description": "Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.",
  "devDependencies": {
    "gulp-format-md": "^1.0.0",
    "mocha": "^3.5.3"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/make-iterator",
  "keywords": [
    "arr",
    "array",
    "contains",
    "for-own",
    "forown",
    "forOwn",
    "function",
    "iterate",
    "iterator",
    "make"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "make-iterator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/make-iterator.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "related": {
      "list": [
        "any",
        "arr-filter",
        "arr-map",
        "array-every",
        "collection-map",
        "utils"
      ]
    },
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "verb",
      "verb-readme-generator"
    ]
  },
  "version": "1.0.1"
}