{
  "_args": [
    [
      {
        "raw": "gulp-cli",
        "scope": null,
        "escapedName": "gulp-cli",
        "name": "gulp-cli",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/robertdodson/Documents/htdocs/workDammit"
    ]
  ],
  "_from": "gulp-cli@latest",
  "_id": "gulp-cli@1.2.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/gulp-cli",
  "_nodeVersion": "0.10.41",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/gulp-cli-1.2.2.tgz_1468605495802_0.5796305062249303"
  },
  "_npmUser": {
    "name": "phated",
    "email": "blaine.bublitz@gmail.com"
  },
  "_npmVersion": "2.15.2",
  "_phantomChildren": {
    "cliui": "3.2.0",
    "decamelize": "1.2.0",
    "os-locale": "1.4.0",
    "string-width": "1.0.2",
    "window-size": "0.1.4",
    "y18n": "3.2.1"
  },
  "_requested": {
    "raw": "gulp-cli",
    "scope": null,
    "escapedName": "gulp-cli",
    "name": "gulp-cli",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-1.2.2.tgz",
  "_shasum": "7392def6316c6e7939a4f296f3f540151ae3a275",
  "_shrinkwrap": null,
  "_spec": "gulp-cli",
  "_where": "/Users/robertdodson/Documents/htdocs/workDammit",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bin": {
    "gulp": "bin/gulp.js"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/gulp-cli/issues"
  },
  "contributors": [],
  "dependencies": {
    "archy": "^1.0.0",
    "chalk": "^1.1.0",
    "fancy-log": "^1.1.0",
    "gulplog": "^1.0.0",
    "interpret": "^1.0.0",
    "liftoff": "^2.1.0",
    "lodash.isfunction": "^3.0.8",
    "lodash.isplainobject": "^4.0.4",
    "lodash.isstring": "^4.0.1",
    "lodash.sortby": "^4.5.0",
    "matchdep": "^1.0.0",
    "mute-stdout": "^1.0.0",
    "pretty-hrtime": "^1.0.0",
    "semver-greatest-satisfied-range": "^1.0.0",
    "tildify": "^1.0.0",
    "v8flags": "^2.0.9",
    "wreck": "^6.3.0",
    "yargs": "^3.28.0"
  },
  "description": "Command line interface for gulp",
  "devDependencies": {
    "babel-preset-es2015": "^6.5.0",
    "babel-register": "^6.5.1",
    "code": "^1.2.1",
    "coveralls": "^2.7.0",
    "eslint": "^1.7.3",
    "eslint-config-gulp": "^2.0.0",
    "fs-extra": "^0.26.1",
    "github-changes": "^1.0.1",
    "gulp": "github:gulpjs/gulp#4.0",
    "jscs": "^2.3.5",
    "jscs-preset-gulp": "^1.0.0",
    "lab": "^6.2.0",
    "marked-man": "^0.1.3"
  },
  "directories": {},
  "dist": {
    "shasum": "7392def6316c6e7939a4f296f3f540151ae3a275",
    "tarball": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-1.2.2.tgz"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js",
    "lib",
    "bin",
    "completion",
    "gulp.1"
  ],
  "gitHead": "51b301a043bd5617465fbb73ced86bf2c35a1924",
  "homepage": "http://gulpjs.com",
  "keywords": [
    "build",
    "stream",
    "system",
    "make",
    "tool",
    "asset",
    "pipeline"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "contra",
      "email": "contra@wearefractal.com"
    },
    {
      "name": "fractal",
      "email": "contact@wearefractal.com"
    },
    {
      "name": "phated",
      "email": "blaine.bublitz@gmail.com"
    }
  ],
  "man": [
    "gulp.1"
  ],
  "name": "gulp-cli",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/gulp-cli.git"
  },
  "scripts": {
    "changelog": "github-changes -o gulpjs -r gulp-cli -b master -f ./CHANGELOG.md --order-semver --use-commit-body",
    "coveralls": "lab -r lcov | coveralls",
    "lint": "eslint . && jscs index.js bin/ lib/ test/",
    "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
    "pretest": "npm run lint",
    "test": "lab test/*.js -cv -I Reflect"
  },
  "version": "1.2.2"
}
