{
  "_args": [
    [
      "vasync@1.6.4",
      "/app"
    ]
  ],
  "_from": "vasync@1.6.4",
  "_id": "vasync@1.6.4",
  "_inBundle": false,
  "_integrity": "sha1-3+k2Fq0OeugBszKp2Iv8XNyOHR8=",
  "_location": "/vasync",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vasync@1.6.4",
    "name": "vasync",
    "escapedName": "vasync",
    "rawSpec": "1.6.4",
    "saveSpec": null,
    "fetchSpec": "1.6.4"
  },
  "_requiredBy": [
    "/ldapjs"
  ],
  "_resolved": "https://registry.npmjs.org/vasync/-/vasync-1.6.4.tgz",
  "_spec": "1.6.4",
  "_where": "/app",
  "bugs": {
    "url": "https://github.com/davepacheco/node-vasync/issues"
  },
  "dependencies": {
    "verror": "1.6.0"
  },
  "description": "utilities for observable asynchronous control flow",
  "devDependencies": {
    "nodeunit": "0.8.7",
    "tap": "~0.4.8"
  },
  "engines": [
    "node >=0.6.0"
  ],
  "homepage": "https://github.com/davepacheco/node-vasync#readme",
  "license": "MIT",
  "main": "./lib/vasync.js",
  "name": "vasync",
  "repository": {
    "type": "git",
    "url": "git://github.com/davepacheco/node-vasync.git"
  },
  "scripts": {
    "test": "tap tests/ && ./node_modules/.bin/nodeunit tests/compat.js"
  },
  "version": "1.6.4"
}
