{
  "_from": "async@~1.0.0",
  "_id": "async@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=",
  "_location": "/async",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "async@~1.0.0",
    "name": "async",
    "escapedName": "async",
    "rawSpec": "~1.0.0",
    "saveSpec": null,
    "fetchSpec": "~1.0.0"
  },
  "_requiredBy": [
    "/winston"
  ],
  "_resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
  "_shasum": "f8fc04ca3a13784ade9e1641af98578cfbd647a9",
  "_spec": "async@~1.0.0",
  "_where": "/home/mgrdgioj/nodevenv/pulpe.mgr-dev.xyz/10/lib/node_modules/winston",
  "author": {
    "name": "Caolan McMahon"
  },
  "bugs": {
    "url": "https://github.com/caolan/async/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Higher-order functions and common patterns for asynchronous code",
  "devDependencies": {
    "benchmark": "~1.0.0",
    "jshint": "~2.7.0",
    "lodash": ">=2.4.1",
    "mkdirp": "~0.5.1",
    "nodeunit": ">0.0.0",
    "uglify-js": "1.2.x"
  },
  "homepage": "https://github.com/caolan/async#readme",
  "jam": {
    "main": "lib/async.js",
    "include": [
      "lib/async.js",
      "README.md",
      "LICENSE"
    ],
    "categories": [
      "Utilities"
    ]
  },
  "keywords": [
    "async",
    "callback",
    "utility",
    "module"
  ],
  "license": "MIT",
  "main": "lib/async.js",
  "name": "async",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/caolan/async.git"
  },
  "scripts": {
    "lint": "jshint lib/*.js test/*.js perf/*.js",
    "test": "npm run-script lint && nodeunit test/test-async.js"
  },
  "spm": {
    "main": "lib/async.js"
  },
  "version": "1.0.0",
  "volo": {
    "main": "lib/async.js",
    "ignore": [
      "**/.*",
      "node_modules",
      "bower_components",
      "test",
      "tests"
    ]
  }
}
