{ "_from": "for-in@^0.1.3", "_id": "for-in@0.1.8", "_inBundle": false, "_integrity": "sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE=", "_location": "/mixin-object/for-in", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "for-in@^0.1.3", "name": "for-in", "escapedName": "for-in", "rawSpec": "^0.1.3", "saveSpec": null, "fetchSpec": "^0.1.3" }, "_requiredBy": [ "/mixin-object" ], "_resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz", "_shasum": "d8773908e31256109952b1fdb9b3fa867d2775e1", "_spec": "for-in@^0.1.3", "_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\mixin-object", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/for-in/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jon Schlinkert", "email": "jon.schlinkert@sellside.com", "url": "http://twitter.com/jonschlinkert" }, { "name": "Paul Irish", "url": "http://paulirish.com" } ], "deprecated": false, "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", "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "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", "name": "for-in", "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" }