{
  "_args": [
    [
      {
        "raw": "async-done@^1.2.0",
        "scope": null,
        "escapedName": "async-done",
        "name": "async-done",
        "rawSpec": "^1.2.0",
        "spec": ">=1.2.0 <2.0.0",
        "type": "range"
      },
      "/usr/local/lib/node_modules/ionic/node_modules/glob-watcher"
    ]
  ],
  "_from": "async-done@>=1.2.0 <2.0.0",
  "_id": "async-done@1.2.2",
  "_inCache": true,
  "_location": "/ionic/async-done",
  "_nodeVersion": "0.10.41",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/async-done-1.2.2.tgz_1466405294490_0.8290357626974583"
  },
  "_npmUser": {
    "name": "phated",
    "email": "blaine.bublitz@gmail.com"
  },
  "_npmVersion": "2.15.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "async-done@^1.2.0",
    "scope": null,
    "escapedName": "async-done",
    "name": "async-done",
    "rawSpec": "^1.2.0",
    "spec": ">=1.2.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/ionic/glob-watcher"
  ],
  "_resolved": "https://registry.npmjs.org/async-done/-/async-done-1.2.2.tgz",
  "_shasum": "ba4280da55a16e15f4bb8bf3a844a91878740e31",
  "_shrinkwrap": null,
  "_spec": "async-done@^1.2.0",
  "_where": "/usr/local/lib/node_modules/ionic/node_modules/glob-watcher",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/async-done/issues"
  },
  "contributors": [
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    },
    {
      "name": "Pawel Kozlowski",
      "email": "pkozlowski.opensource@gmail.com"
    },
    {
      "name": "Matthew Podwysocki",
      "email": "matthew.podwysocki@gmail.com"
    }
  ],
  "dependencies": {
    "end-of-stream": "^1.1.0",
    "next-tick": "^1.0.0",
    "once": "^1.3.2",
    "stream-exhaust": "^1.0.1"
  },
  "description": "Force async using nextTick and normalize completion/errors for callbacks, promises, observables, child processes and streams.",
  "devDependencies": {
    "eslint": "^1.7.3",
    "eslint-config-gulp": "^2.0.0",
    "expect": "^1.19.0",
    "istanbul": "^0.4.3",
    "istanbul-coveralls": "^1.0.3",
    "jscs": "^2.3.5",
    "jscs-preset-gulp": "^1.0.0",
    "mocha": "^2.4.5",
    "rx": "^4.0.6",
    "through2": "^2.0.0",
    "when": "^3.7.3"
  },
  "directories": {},
  "dist": {
    "shasum": "ba4280da55a16e15f4bb8bf3a844a91878740e31",
    "tarball": "https://registry.npmjs.org/async-done/-/async-done-1.2.2.tgz"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js",
    "LICENSE"
  ],
  "gitHead": "3191bec6b11ad7b891ceeb12285b58c95eedd443",
  "homepage": "https://github.com/gulpjs/async-done#readme",
  "keywords": [
    "promises",
    "callbacks",
    "observables",
    "streams",
    "end",
    "completion",
    "complete",
    "finish",
    "done",
    "async",
    "error handling"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "phated",
      "email": "blaine@iceddev.com"
    }
  ],
  "name": "async-done",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/async-done.git"
  },
  "scripts": {
    "cover": "istanbul cover _mocha --report lcovonly",
    "coveralls": "npm run cover && istanbul-coveralls",
    "lint": "eslint . && jscs index.js test/",
    "pretest": "npm run lint",
    "test": "mocha --async-only"
  },
  "version": "1.2.2"
}
