{
  "_from": "fastseries@^1.5.0",
  "_id": "fastseries@1.7.2",
  "_inBundle": false,
  "_integrity": "sha1-0izhO5Qz3/M4jZHb1ri9qbIaD0s=",
  "_location": "/fastseries",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fastseries@^1.5.0",
    "name": "fastseries",
    "escapedName": "fastseries",
    "rawSpec": "^1.5.0",
    "saveSpec": null,
    "fetchSpec": "^1.5.0"
  },
  "_requiredBy": [
    "/aedes"
  ],
  "_resolved": "https://registry.npmjs.org/fastseries/-/fastseries-1.7.2.tgz",
  "_shasum": "d22ce13b9433dff3388d91dbd6b8bda9b21a0f4b",
  "_spec": "fastseries@^1.5.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/fastseries/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "reusify": "^1.0.0",
    "xtend": "^4.0.0"
  },
  "deprecated": false,
  "description": "Zero-overhead asynchronous series/each/map function calls",
  "devDependencies": {
    "async": "^1.5.0",
    "coveralls": "^2.11.6",
    "fastbench": "^1.0.0",
    "faucet": "0.0.1",
    "istanbul": "^0.4.1",
    "neo-async": "^1.7.0",
    "pre-commit": "^1.0.6",
    "standard": "^5.4.1",
    "tape": "^4.2.2",
    "tiny-each-async": "^2.0.2"
  },
  "homepage": "https://github.com/mcollina/fastseries",
  "keywords": [
    "series",
    "fast",
    "async"
  ],
  "license": "ISC",
  "main": "series.js",
  "name": "fastseries",
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/fastseries.git"
  },
  "scripts": {
    "coverage": "istanbul cover tape test.js; cat coverage/lcov.info | coveralls",
    "lint": "standard",
    "test": "tape test.js | faucet"
  },
  "version": "1.7.2"
}
