{
  "_args": [
    [
      "async-series@0.0.1",
      "/app"
    ]
  ],
  "_from": "async-series@0.0.1",
  "_id": "async-series@0.0.1",
  "_inBundle": false,
  "_integrity": "sha1-UCTXV/OLBCluH4ofyko2S1fcUuw=",
  "_location": "/async-series",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "async-series@0.0.1",
    "name": "async-series",
    "escapedName": "async-series",
    "rawSpec": "0.0.1",
    "saveSpec": null,
    "fetchSpec": "0.0.1"
  },
  "_requiredBy": [
    "/nodemailer-mailgun-transport"
  ],
  "_resolved": "https://registry.npmjs.org/async-series/-/async-series-0.0.1.tgz",
  "_spec": "0.0.1",
  "_where": "/app",
  "author": {
    "name": "Hugh Kennedy",
    "email": "hughskennedy@gmail.com",
    "url": "http://hughskennedy.com/"
  },
  "bugs": {
    "url": "https://github.com/hughsk/async-series/issues"
  },
  "dependencies": {},
  "description": "Run a series of callbacks in sequence.",
  "devDependencies": {
    "tape": "~0.3.0"
  },
  "homepage": "https://github.com/hughsk/async-series#readme",
  "keywords": [
    "async",
    "series",
    "callbacks",
    "flow",
    "control"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "async-series",
  "repository": {
    "type": "git",
    "url": "git://github.com/hughsk/async-series.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "0.0.1"
}
