{
  "_args": [
    [
      "vasync@2.2.0",
      "/var/www/html/ingfaq/backend"
    ]
  ],
  "_from": "vasync@2.2.0",
  "_id": "vasync@2.2.0",
  "_inBundle": false,
  "_integrity": "sha1-z951GGChWCLbOxMrxZsRakra8Bs=",
  "_location": "/vasync",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vasync@2.2.0",
    "name": "vasync",
    "escapedName": "vasync",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/ldapjs"
  ],
  "_resolved": "https://registry.npmjs.org/vasync/-/vasync-2.2.0.tgz",
  "_spec": "2.2.0",
  "_where": "/var/www/html/ingfaq/backend",
  "bugs": {
    "url": "https://github.com/davepacheco/node-vasync/issues"
  },
  "dependencies": {
    "verror": "1.10.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 --stdout tests/ && ./node_modules/.bin/nodeunit tests/compat.js && ./node_modules/.bin/nodeunit tests/compat_tryEach.js"
  },
  "version": "2.2.0"
}
