{"_id":"@f/foreach-obj","_rev":"334392","name":"@f/foreach-obj","description":"Iterate over an object","dist-tags":{"latest":"1.1.1"},"maintainers":[{"name":"f","email":"registration@weo.io"}],"time":{"modified":"2021-06-08T13:13:33.000Z","created":"2016-01-07T03:51:07.141Z","1.1.1":"2016-04-04T22:37:39.686Z","1.0.1":"2016-01-07T19:42:59.634Z","1.0.0":"2016-01-07T03:51:07.141Z"},"users":{},"repository":{"type":"git","url":"git://github.com/micro-js/foreach-obj.git"},"versions":{"1.1.1":{"name":"@f/foreach-obj","description":"Iterate over an object","repository":{"type":"git","url":"git://github.com/micro-js/foreach-obj.git"},"version":"1.1.1","license":"MIT","main":"lib/index.js","scripts":{"test":"tape test/*.js","postversion":"git push && git push --tags && npm publish --access=public"},"dependencies":{},"devDependencies":{"tape":"^4.2.2"},"gitHead":"f22e7b7105ebc65bde75a309c22dd227436430a5","bugs":{"url":"https://github.com/micro-js/foreach-obj/issues"},"homepage":"https://github.com/micro-js/foreach-obj#readme","_id":"@f/foreach-obj@1.1.1","_shasum":"5ad38a629c0298290a8d06a39f281d979a6804c4","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.9.1","_npmUser":{"name":"f","email":"registration@weo.io"},"dist":{"shasum":"5ad38a629c0298290a8d06a39f281d979a6804c4","size":1501,"noattachment":false,"key":"/@f/foreach-obj/-/@f/foreach-obj-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@f/foreach-obj/download/@f/foreach-obj-1.1.1.tgz"},"maintainers":[{"name":"f","email":"registration@weo.io"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/foreach-obj-1.1.1.tgz_1459809459148_0.8618797052185982"},"directories":{},"publish_time":1459809459686,"_cnpm_publish_time":1459809459686,"_hasShrinkwrap":false},"1.0.1":{"name":"@f/foreach-obj","description":"Iterate over an object","repository":{"type":"git","url":"git://github.com/micro-js/foreach-obj.git"},"version":"1.0.1","license":"MIT","main":"lib/index.js","scripts":{"postversion":"git push && git push --tags && npm publish --access=public"},"dependencies":{},"devDependencies":{"tape":"^4.2.2"},"gitHead":"84b354466d9d2424dd48adf781a81959fa3254bb","bugs":{"url":"https://github.com/micro-js/foreach-obj/issues"},"homepage":"https://github.com/micro-js/foreach-obj","_id":"@f/foreach-obj@1.0.1","_shasum":"22dc4d06f49d24a9325b153e70f85ada9766da41","_from":".","_npmVersion":"2.7.6","_nodeVersion":"1.7.1","_npmUser":{"name":"f","email":"registration@weo.io"},"dist":{"shasum":"22dc4d06f49d24a9325b153e70f85ada9766da41","size":1408,"noattachment":false,"key":"/@f/foreach-obj/-/@f/foreach-obj-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@f/foreach-obj/download/@f/foreach-obj-1.0.1.tgz"},"maintainers":[{"name":"f","email":"registration@weo.io"}],"directories":{},"publish_time":1452195779634,"_cnpm_publish_time":1452195779634,"_hasShrinkwrap":false},"1.0.0":{"name":"@f/foreach-obj","description":"Iterate over an object","repository":{"type":"git","url":"git://github.com/micro-js/foreach-obj.git"},"version":"1.0.0","license":"MIT","main":"lib/index.js","scripts":{"postversion":"git push && git push --tags && npm publish --access=public"},"dependencies":{},"devDependencies":{"tape":"^4.2.2"},"gitHead":"a337a47e8a18bebfe58dde46f7a44373a4fdb23e","bugs":{"url":"https://github.com/micro-js/foreach-obj/issues"},"homepage":"https://github.com/micro-js/foreach-obj","_id":"@f/foreach-obj@1.0.0","_shasum":"932e5cfddecfe906ff513d386d29bb78f3e4d5b5","_from":".","_npmVersion":"2.7.6","_nodeVersion":"1.7.1","_npmUser":{"name":"f","email":"registration@weo.io"},"dist":{"shasum":"932e5cfddecfe906ff513d386d29bb78f3e4d5b5","size":1368,"noattachment":false,"key":"/@f/foreach-obj/-/@f/foreach-obj-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@f/foreach-obj/download/@f/foreach-obj-1.0.0.tgz"},"maintainers":[{"name":"f","email":"registration@weo.io"}],"directories":{},"publish_time":1452138667141,"_cnpm_publish_time":1452138667141,"_hasShrinkwrap":false}},"readme":"\n# foreach-obj\n\n[![Build status][travis-image]][travis-url]\n[![Git tag][git-image]][git-url]\n[![NPM version][npm-image]][npm-url]\n[![Code style][standard-image]][standard-url]\n\nIterate over an object.\n\n## Installation\n\n    $ npm install @f/foreach-obj\n\n## Usage\n\n```js\nvar forEach = require('@f/foreach-obj')\n\nforEach(function (value, key, index) {\n  // do something\n}, { a: 1, b: 2 })\n```\n\n## API\n\n### forEach(fn, obj)\n\n  * `fn(value, key, index)` - Function you want to call for each element of the object. Called with the same context as forEach.\n  * obj - The object you want to iterate over\n\n**Returns:** void\n\n## License\n\nMIT\n\n[travis-image]: https://img.shields.io/travis/micro-js/foreach-obj.svg?style=flat-square\n[travis-url]: https://travis-ci.org/micro-js/foreach-obj\n[git-image]: https://img.shields.io/github/tag/micro-js/foreach-obj.svg?style=flat-square\n[git-url]: https://github.com/micro-js/foreach-obj\n[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\n[standard-url]: https://github.com/feross/standard\n[npm-image]: https://img.shields.io/npm/v/@f/foreach-obj.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/@f/foreach-obj\n","_attachments":{},"homepage":"https://github.com/micro-js/foreach-obj#readme","bugs":{"url":"https://github.com/micro-js/foreach-obj/issues"},"license":"MIT"}