{
  "_from": "p-waterfall@^1.0.0",
  "_id": "p-waterfall@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-ftlLPOszMngjU69qrhGqn8I1uwA=",
  "_location": "/p-waterfall",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "p-waterfall@^1.0.0",
    "name": "p-waterfall",
    "escapedName": "p-waterfall",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@0x-lerna-fork/bootstrap",
    "/@0x-lerna-fork/clean",
    "/@0x-lerna-fork/version",
    "/@lerna/bootstrap",
    "/@lerna/clean",
    "/@lerna/version"
  ],
  "_resolved": "https://registry.npmjs.org/p-waterfall/-/p-waterfall-1.0.0.tgz",
  "_shasum": "7ed94b3ceb3332782353af6aae11aa9fc235bb00",
  "_spec": "p-waterfall@^1.0.0",
  "_where": "/mnt/c/Users/Administrator/source/repos/0x-monorepo-development/node_modules/@0x-lerna-fork/bootstrap",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/p-waterfall/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "p-reduce": "^1.0.0"
  },
  "deprecated": false,
  "description": "Run promise-returning & async functions in series, each passing its result to the next",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/p-waterfall#readme",
  "keywords": [
    "promise",
    "waterfall",
    "series",
    "serial",
    "sequence",
    "sequential",
    "ordered",
    "task",
    "tasks",
    "array",
    "collection",
    "iterable",
    "iterator",
    "async",
    "await",
    "promises",
    "bluebird"
  ],
  "license": "MIT",
  "name": "p-waterfall",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/p-waterfall.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.0.0",
  "xo": {
    "esnext": true
  }
}
