{"_id":"4each","_rev":"3-c2eaa5aee546e50b6080a6980b0dfed9","name":"4each","description":"forEach but for everything","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"4each","version":"0.0.1","description":"forEach but for everything","license":"MIT","repository":{"type":"git","url":"git+https://github.com/egoist/4each.git"},"author":{"name":"EGOIST","email":"0x142857@gmail.com","url":"github.com/egoist"},"engines":{"node":">=0.10.0"},"scripts":{"test":"ava"},"files":["index.js"],"keywords":[],"dependencies":{"loose-array":"0.0.2"},"devDependencies":{"ava":"^0.10.0","jsdom":"^8.0.2","xo":"^0.12.1"},"xo":{"semicolon":false},"gitHead":"35cbc3535fbaa0591f3706e8006422b94725fc29","bugs":{"url":"https://github.com/egoist/4each/issues"},"homepage":"https://github.com/egoist/4each#readme","_id":"4each@0.0.1","_shasum":"6da36a3ae2730bf42c01d511a46248808fcd8b84","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"kchan","email":"kchanzen@gmail.com"},"dist":{"shasum":"6da36a3ae2730bf42c01d511a46248808fcd8b84","tarball":"https://registry.npmjs.org/4each/-/4each-0.0.1.tgz","integrity":"sha512-/eyGGyKiKDwQzyuCiVmgazJDJRhAhPJrc9OPLFfGhSL8+od1QiWU0lf2N6Jz7Zm9aNCHETiKCHxitjXRVP6HwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLxkSQ+ujA4/2MEGAOhYKynUvW2DurdELbQZZ8tbfXkQIhAJNSKmLIDOtvQ+QqOn3Nm+OBQRQwjSYoKjUdJazfPFde"}]},"maintainers":[{"name":"kchan","email":"kchanzen@gmail.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/4each-0.0.1.tgz_1454601660379_0.5652064869645983"}}},"readme":"# 4each [![NPM version](https://img.shields.io/npm/v/4each.svg)](https://npmjs.com/package/4each) [![NPM downloads](https://img.shields.io/npm/dm/4each.svg)](https://npmjs.com/package/4each) [![Build Status](https://img.shields.io/circleci/project/egoist/4each/master.svg)](https://circleci.com/gh/egoist/4each)\n\n> forEach but for everything\n\n## Install\n\n```\n$ npm install --save 4each\n```\n\n## Usage\n\n```js\nconst each = require('4each')\n\n// Array\neach([1, 2, 3], (value, index) => {})\n// Dom NodeList\neach(document.querySelectorAll('div'), (element, index) => {})\n// Plain Object\neach({foo: 0, bar: 1}, (value, key) => {})\n```\n\n## License\n\nMIT © [EGOIST](https://github.com/egoist)\n","maintainers":[{"name":"kchan","email":"kchanzen@gmail.com"}],"time":{"modified":"2022-06-12T14:07:48.456Z","created":"2016-02-04T16:01:02.829Z","0.0.1":"2016-02-04T16:01:02.829Z"},"homepage":"https://github.com/egoist/4each#readme","keywords":[],"repository":{"type":"git","url":"git+https://github.com/egoist/4each.git"},"author":{"name":"EGOIST","email":"0x142857@gmail.com","url":"github.com/egoist"},"bugs":{"url":"https://github.com/egoist/4each/issues"},"license":"MIT","readmeFilename":"README.md"}