{
  "_args": [
    [
      {
        "raw": "for-in@^0.1.3",
        "scope": null,
        "escapedName": "for-in",
        "name": "for-in",
        "rawSpec": "^0.1.3",
        "spec": ">=0.1.3 <0.2.0",
        "type": "range"
      },
      "C:\\xampp\\htdocs\\asreales\\node_modules\\mixin-object"
    ]
  ],
  "_from": "for-in@>=0.1.3 <0.2.0",
  "_id": "for-in@0.1.8",
  "_inCache": true,
  "_location": "/mixin-object/for-in",
  "_nodeVersion": "7.5.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/for-in-0.1.8.tgz_1488163817403_0.749103807611391"
  },
  "_npmUser": {
    "name": "jonschlinkert",
    "email": "github@sellside.com"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "for-in@^0.1.3",
    "scope": null,
    "escapedName": "for-in",
    "name": "for-in",
    "rawSpec": "^0.1.3",
    "spec": ">=0.1.3 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/mixin-object"
  ],
  "_resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz",
  "_shasum": "d8773908e31256109952b1fdb9b3fa867d2775e1",
  "_shrinkwrap": null,
  "_spec": "for-in@^0.1.3",
  "_where": "C:\\xampp\\htdocs\\asreales\\node_modules\\mixin-object",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/for-in/issues"
  },
  "contributors": [
    {
      "name": "Jon Schlinkert",
      "email": "jon.schlinkert@sellside.com",
      "url": "http://twitter.com/jonschlinkert"
    },
    {
      "name": "Paul Irish",
      "url": "http://paulirish.com"
    }
  ],
  "dependencies": {},
  "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "d8773908e31256109952b1fdb9b3fa867d2775e1",
    "tarball": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "243e4877c0d9421c05353f03e9f019e157f807dd",
  "homepage": "https://github.com/jonschlinkert/for-in",
  "keywords": [
    "for",
    "for-in",
    "for-own",
    "has",
    "has-own",
    "hasOwn",
    "in",
    "key",
    "keys",
    "object",
    "own",
    "value"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "jonschlinkert",
      "email": "github@sellside.com"
    },
    {
      "name": "doowb",
      "email": "brian.woodward@gmail.com"
    }
  ],
  "name": "for-in",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/for-in.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "run": true,
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "arr-flatten",
        "for-own",
        "collection-map"
      ]
    },
    "reflinks": [
      "verb"
    ],
    "lint": {
      "reflinks": true
    }
  },
  "version": "0.1.8"
}
