{
  "_args": [
    [
      "eachr@2.0.4",
      "/app"
    ]
  ],
  "_from": "eachr@2.0.4",
  "_id": "eachr@2.0.4",
  "_inBundle": false,
  "_integrity": "sha1-Rm98qhBwj2EFCeMsgHqv5X/BIr8=",
  "_location": "/eachr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "eachr@2.0.4",
    "name": "eachr",
    "escapedName": "eachr",
    "rawSpec": "2.0.4",
    "saveSpec": null,
    "fetchSpec": "2.0.4"
  },
  "_requiredBy": [
    "/watchr"
  ],
  "_resolved": "https://registry.npmjs.org/eachr/-/eachr-2.0.4.tgz",
  "_spec": "2.0.4",
  "_where": "/app",
  "author": {
    "name": "Bevry Pty Ltd",
    "email": "us@bevry.me",
    "url": "http://bevry.me"
  },
  "badges": {
    "travis": true,
    "npm": true,
    "npmdownloads": true,
    "david": true,
    "daviddev": true,
    "gratipay": "bevry",
    "flattr": "344188/balupton-on-Flattr",
    "paypal": "QB8GQPZAH84N6",
    "bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
    "wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
  },
  "browsers": true,
  "bugs": {
    "url": "https://github.com/bevry/eachr/issues"
  },
  "cakeConfiguration": {
    "COFFEE_SRC_PATH": "src"
  },
  "contributors": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "https://github.com/balupton"
    },
    {
      "name": "sfrdmn",
      "url": "https://github.com/sfrdmn"
    }
  ],
  "dependencies": {
    "typechecker": "^2.0.8"
  },
  "description": "Give eachr an array or object, and the iterator, in return eachr will give the iterator the value and key of each item, and will stop if the iterator returned false.",
  "devDependencies": {
    "chai": "^2.1.1",
    "coffee-script": "^1.9.1",
    "joe": "^1.6.0",
    "joe-reporter-console": "^1.2.1",
    "projectz": "^0.5.0"
  },
  "directories": {
    "lib": "./out/lib"
  },
  "engines": {
    "node": ">=0.4"
  },
  "homepage": "https://github.com/bevry/eachr",
  "keywords": [
    "flow",
    "each",
    "cycle"
  ],
  "license": {
    "type": "MIT"
  },
  "main": "./out/lib/eachr.js",
  "maintainers": [
    {
      "name": "Benjamin Lupton",
      "email": "b@lupton.cc",
      "url": "https://github.com/balupton"
    }
  ],
  "name": "eachr",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bevry/eachr.git"
  },
  "scripts": {
    "test": "node ./out/test/eachr-test.js"
  },
  "version": "2.0.4"
}
