{
  "_args": [
    [
      "async-promise-queue@1.0.4",
      "/Users/johno/c/ember-cli-gravatar"
    ]
  ],
  "_from": "async-promise-queue@1.0.4",
  "_id": "async-promise-queue@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-GQ5X3DT+TefYuFPHdvIPXFTlKnh39U7dwtl+aUBGeKjMea9nBpv3c91DXgeyBQmY07vQ97f3Sr9XHqkamEameQ==",
  "_location": "/async-promise-queue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "async-promise-queue@1.0.4",
    "name": "async-promise-queue",
    "escapedName": "async-promise-queue",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/broccoli-persistent-filter"
  ],
  "_resolved": "https://registry.npmjs.org/async-promise-queue/-/async-promise-queue-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "/Users/johno/c/ember-cli-gravatar",
  "author": {
    "name": "Stefan Penner",
    "email": "stefan.penner@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/stefanpenner/async-promise-queue/issues"
  },
  "dependencies": {
    "async": "^2.4.1",
    "debug": "^2.6.8"
  },
  "description": "wrapper around async.queue to make some common usages simpler",
  "devDependencies": {
    "chai": "^4.0.2",
    "mocha": "^3.4.2"
  },
  "homepage": "https://github.com/stefanpenner/async-promise-queue#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "async-promise-queue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefanpenner/async-promise-queue.git"
  },
  "scripts": {
    "test": "mocha test",
    "test:debug": "mocha debug test"
  },
  "version": "1.0.4"
}
