{
  "_from": "p-iteration",
  "_id": "p-iteration@1.1.8",
  "_inBundle": false,
  "_integrity": "sha512-IMFBSDIYcPNnW7uWYGrBqmvTiq7W0uB0fJn6shQZs7dlF3OvrHOre+JT9ikSZ7gZS3vWqclVgoQSvToJrns7uQ==",
  "_location": "/p-iteration",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "p-iteration",
    "name": "p-iteration",
    "escapedName": "p-iteration",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/p-iteration/-/p-iteration-1.1.8.tgz",
  "_shasum": "14df726d55af368beba81bcc92a26bb1b48e714a",
  "_spec": "p-iteration",
  "_where": "/Users/mj/rlay-utils/rlay-client-lib",
  "author": {
    "name": "Antonio Valverde"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "es2015",
            "es2016",
            "es2017"
          ]
        }
      ]
    ]
  },
  "bugs": {
    "url": "https://github.com/toniov/p-iteration/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Make array iteration easy when using async/await and Promises",
  "devDependencies": {
    "ava": "1.3.1",
    "babel-eslint": "7.2.3",
    "eslint": "4.0.0",
    "jsdoc": "3.4.3",
    "jsdoc-strip-async-await": "0.1.0",
    "simple-jsdoc": "0.0.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "homepage": "https://github.com/toniov/p-iteration#readme",
  "keywords": [
    "async/await",
    "async",
    "await",
    "asynchronous",
    "awaitable",
    "async function",
    "array",
    "iteration",
    "forEach",
    "map",
    "every",
    "some",
    "filter",
    "reduce"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "p-iteration",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toniov/p-iteration.git"
  },
  "scripts": {
    "generate-docs": "jsdoc -c .jsdoc.json -R README.md lib/static-methods.js",
    "lint": "eslint lib test",
    "test": "ava test/index.js"
  },
  "types": "index.d.ts",
  "version": "1.1.8"
}
