{
  "_from": "fastparallel@^2.0.0",
  "_id": "fastparallel@2.3.0",
  "_inBundle": false,
  "_integrity": "sha1-HnCb+2oDmT84V+POfwExHOdgJhM=",
  "_location": "/fastparallel",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fastparallel@^2.0.0",
    "name": "fastparallel",
    "escapedName": "fastparallel",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/aedes",
    "/mqemitter"
  ],
  "_resolved": "https://registry.npmjs.org/fastparallel/-/fastparallel-2.3.0.tgz",
  "_shasum": "1e709bfb6a03993f3857e3ce7f01311ce7602613",
  "_spec": "fastparallel@^2.0.0",
  "_where": "/Users/bjyurkovich/Documents/projects/aedes-authorization-plugin/example/node_modules/aedes",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bugs": {
    "url": "https://github.com/mcollina/fastparallel/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "reusify": "^1.0.0",
    "xtend": "^4.0.1"
  },
  "deprecated": false,
  "description": "Zero-overhead asynchronous parallel/each/map function call",
  "devDependencies": {
    "async": "^2.0.0-rc.5",
    "fastbench": "^1.0.1",
    "faucet": "0.0.1",
    "insync": "^2.1.0",
    "items": "^2.1.0",
    "neo-async": "^1.8.2",
    "parallelize": "^3.0.0",
    "pre-commit": "^1.1.3",
    "standard": "^7.1.0",
    "tape": "^4.5.0"
  },
  "homepage": "https://github.com/mcollina/fastparallel",
  "keywords": [
    "parallel",
    "fast",
    "async"
  ],
  "license": "ISC",
  "main": "parallel.js",
  "name": "fastparallel",
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/fastparallel.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "tape test.js | faucet"
  },
  "version": "2.3.0"
}
