{
  "_args": [
    [
      "iteray@0.5.1",
      "/home/ubuntu/eris-contracts.js"
    ]
  ],
  "_from": "iteray@0.5.1",
  "_id": "iteray@0.5.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/iteray",
  "_nodeVersion": "6.7.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/iteray-0.5.1.tgz_1478815577975_0.5638935794122517"
  },
  "_npmUser": {
    "email": "David@NodeGuy.com",
    "name": "nodeguy"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "iteray",
    "raw": "iteray@0.5.1",
    "rawSpec": "0.5.1",
    "scope": null,
    "spec": "0.5.1",
    "type": "version"
  },
  "_requiredBy": [
    "/",
    "/@nodeguy/json-rpc",
    "/eris-db",
    "/test-vector"
  ],
  "_resolved": "https://registry.npmjs.org/iteray/-/iteray-0.5.1.tgz",
  "_shasum": "c18e5da11213d44cf38087878485164be35f1c90",
  "_shrinkwrap": null,
  "_spec": "iteray@0.5.1",
  "_where": "/home/ubuntu/eris-contracts.js",
  "author": {
    "email": "David@NodeGuy.com",
    "name": "David Braun",
    "url": "https://www.NodeGuy.com/"
  },
  "bugs": {
    "url": "https://github.com/NodeGuy/iteray/issues"
  },
  "dependencies": {
    "@nodeguy/generic": "^2.0.0",
    "@nodeguy/type": "^0.2.0"
  },
  "description": "a collection of functions for use with Iterables, AsyncIterables, and Arrays",
  "devDependencies": {
    "husky": "^0.11.9",
    "istanbul": "^0.4.5",
    "lodash": "^4.16.6",
    "mocha": "^3.1.2",
    "standard": "^8.5.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c18e5da11213d44cf38087878485164be35f1c90",
    "tarball": "https://registry.npmjs.org/iteray/-/iteray-0.5.1.tgz"
  },
  "gitHead": "565d5e371e2f28cad71f700710def5ba4686ec30",
  "homepage": "https://github.com/NodeGuy/iteray",
  "keywords": [],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "maintainers": [
    {
      "email": "David@NodeGuy.com",
      "name": "nodeguy"
    }
  ],
  "name": "iteray",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NodeGuy/iteray.git"
  },
  "scripts": {
    "precommit": "standard",
    "pretest": "standard",
    "test": "npm run unit",
    "unit": "istanbul cover _mocha"
  },
  "standard": {
    "globals": [
      "after",
      "afterEach",
      "before",
      "beforeEach",
      "describe",
      "it",
      "run"
    ]
  },
  "version": "0.5.1"
}
