Current File : //usr/lib/node_modules/gulp/node_modules/undertaker/package.json
{
  "_from": "undertaker@^1.0.0",
  "_id": "undertaker@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-M52kZGJS0ILcN45wgGcpl1DhG0k=",
  "_location": "/gulp/undertaker",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "undertaker@^1.0.0",
    "name": "undertaker",
    "escapedName": "undertaker",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/gulp"
  ],
  "_resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.2.0.tgz",
  "_shasum": "339da4646252d082dc378e708067299750e11b49",
  "_spec": "undertaker@^1.0.0",
  "_where": "/usr/lib/node_modules/gulp",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/undertaker/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    },
    {
      "name": "Damien Lebrun",
      "email": "dinoboff@hotmail.com"
    }
  ],
  "dependencies": {
    "arr-flatten": "^1.0.1",
    "arr-map": "^2.0.0",
    "bach": "^1.0.0",
    "collection-map": "^1.0.0",
    "es6-weak-map": "^2.0.1",
    "last-run": "^1.1.0",
    "object.defaults": "^1.0.0",
    "object.reduce": "^1.0.0",
    "undertaker-registry": "^1.0.0"
  },
  "deprecated": false,
  "description": "Task registry that allows composition through series/parallel methods.",
  "devDependencies": {
    "async-once": "^1.0.0",
    "del": "^2.0.2",
    "eslint": "^1.7.3",
    "eslint-config-gulp": "^2.0.0",
    "expect": "^1.19.0",
    "gulp-jshint": "^1.8.4",
    "istanbul": "^0.4.3",
    "istanbul-coveralls": "^1.0.3",
    "jscs": "^2.3.5",
    "jscs-preset-gulp": "^1.0.0",
    "mocha": "^2.4.5",
    "once": "^1.3.1",
    "through2": "^2.0.0",
    "undertaker-common-tasks": "^1.0.0",
    "undertaker-task-metadata": "^1.0.0",
    "vinyl-fs": "^2.2.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "LICENSE",
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/gulpjs/undertaker#readme",
  "keywords": [
    "registry",
    "runner",
    "task"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "undertaker",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/undertaker.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"
}