Current File : //usr/lib/node_modules/gulp/node_modules/bach/package.json
{
  "_from": "bach@^1.0.0",
  "_id": "bach@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-Szzpa/JxNPeaG0FKUcFONMO9mIA=",
  "_location": "/gulp/bach",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bach@^1.0.0",
    "name": "bach",
    "escapedName": "bach",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/gulp/undertaker"
  ],
  "_resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz",
  "_shasum": "4b3ce96bf27134f79a1b414a51c14e34c3bd9880",
  "_spec": "bach@^1.0.0",
  "_where": "/usr/lib/node_modules/gulp/node_modules/undertaker",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/bach/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    },
    {
      "name": "Pawel Kozlowski",
      "email": "pkozlowski.opensource@gmail.com"
    },
    {
      "name": "Benjamin Tan",
      "email": "demoneaux@gmail.com"
    }
  ],
  "dependencies": {
    "arr-filter": "^1.1.1",
    "arr-flatten": "^1.0.1",
    "arr-map": "^2.0.0",
    "array-each": "^1.0.0",
    "array-initial": "^1.0.0",
    "array-last": "^1.1.1",
    "async-done": "^1.2.2",
    "async-settle": "^1.0.0",
    "now-and-later": "^2.0.0"
  },
  "deprecated": false,
  "description": "Compose your async functions with elegance.",
  "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"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js",
    "lib",
    "LICENSE"
  ],
  "homepage": "https://github.com/gulpjs/bach#readme",
  "keywords": [
    "compose",
    "fluent",
    "composing",
    "continuation",
    "function composition",
    "functional",
    "async",
    "map",
    "series",
    "parallel",
    "extension",
    "tracing",
    "debug",
    "timing",
    "aop",
    "settle",
    "promises",
    "callbacks",
    "observables",
    "streams",
    "end",
    "completion",
    "complete",
    "finish",
    "done",
    "error handling"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "bach",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/bach.git"
  },
  "scripts": {
    "cover": "istanbul cover _mocha --report lcovonly",
    "coveralls": "npm run cover && istanbul-coveralls",
    "lint": "eslint . && jscs index.js lib/ test/",
    "pretest": "npm run lint",
    "test": "mocha --async-only"
  },
  "version": "1.2.0"
}