{
  "_args": [
    [
      "async-done@1.2.4",
      "C:\\projectSciame\\ClipTheme\\repository_ClipTheme\\ClipTheme.ClipTwo.v3\\cliptwo_html_v.2.5.0\\standard"
    ]
  ],
  "_development": true,
  "_from": "async-done@1.2.4",
  "_id": "async-done@1.2.4",
  "_inBundle": false,
  "_integrity": "sha512-mxc+yISkb0vjsuvG3dJCIZXzRWjKndQ9Zo9zNDJ1K2wh9eP0E0oGmOWm+4cFOvW4dA0tGFImTW5tQJHCtn1kIQ==",
  "_location": "/async-done",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "async-done@1.2.4",
    "name": "async-done",
    "escapedName": "async-done",
    "rawSpec": "1.2.4",
    "saveSpec": null,
    "fetchSpec": "1.2.4"
  },
  "_requiredBy": [
    "/async-settle",
    "/bach",
    "/glob-watcher"
  ],
  "_resolved": "https://registry.npmjs.org/async-done/-/async-done-1.2.4.tgz",
  "_spec": "1.2.4",
  "_where": "C:\\projectSciame\\ClipTheme\\repository_ClipTheme\\ClipTheme.ClipTwo.v3\\cliptwo_html_v.2.5.0\\standard",
  "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",
    "once": "^1.3.2",
    "process-nextick-args": "^1.0.7",
    "stream-exhaust": "^1.0.1"
  },
  "description": "Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.",
  "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",
    "pumpify": "^1.3.6",
    "rx": "^4.0.6",
    "through2": "^2.0.0",
    "when": "^3.7.3"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js",
    "LICENSE"
  ],
  "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",
  "name": "async-done",
  "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.4"
}
