{
  "_args": [
    [
      "undertaker@1.3.0",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_development": true,
  "_from": "undertaker@1.3.0",
  "_id": "undertaker@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==",
  "_location": "/undertaker",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "undertaker@1.3.0",
    "name": "undertaker",
    "escapedName": "undertaker",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/gulp"
  ],
  "_resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "https://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/undertaker/issues"
  },
  "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",
    "fast-levenshtein": "^1.0.0",
    "last-run": "^1.1.0",
    "object.defaults": "^1.0.0",
    "object.reduce": "^1.0.0",
    "undertaker-registry": "^1.0.0"
  },
  "description": "Task registry that allows composition through series/parallel methods.",
  "devDependencies": {
    "async-once": "^1.0.0",
    "coveralls": "github:phated/node-coveralls#2.x",
    "del": "^2.0.2",
    "eslint": "^2.13.1",
    "eslint-config-gulp": "^3.0.1",
    "expect": "^1.20.2",
    "gulp-jshint": "^1.8.4",
    "mocha": "^3.0.0",
    "nyc": "^10.3.2",
    "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": {
    "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "nyc mocha --async-only"
  },
  "version": "1.3.0"
}
