{
  "_args": [
    [
      {
        "raw": "gulp-eslint@^2.0.0",
        "scope": null,
        "escapedName": "gulp-eslint",
        "name": "gulp-eslint",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/new"
    ]
  ],
  "_from": "gulp-eslint@>=2.0.0 <3.0.0",
  "_id": "gulp-eslint@2.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/gulp-eslint",
  "_nodeVersion": "6.2.2",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/gulp-eslint-2.1.0.tgz_1467468761517_0.17455122689716518"
  },
  "_npmUser": {
    "name": "shinnn",
    "email": "snnskwtnb@gmail.com"
  },
  "_npmVersion": "3.10.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "gulp-eslint@^2.0.0",
    "scope": null,
    "escapedName": "gulp-eslint",
    "name": "gulp-eslint",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-eslint/-/gulp-eslint-2.1.0.tgz",
  "_shasum": "3fd5fe0b7236651f15b8d4bfb1407c3b74d0136c",
  "_shrinkwrap": null,
  "_spec": "gulp-eslint@^2.0.0",
  "_where": "/Users/robertdodson/Documents/htdocs/new",
  "author": {
    "name": "Adametry"
  },
  "bugs": {
    "url": "https://github.com/adametry/gulp-eslint/issues"
  },
  "contributors": [
    {
      "name": "Shinnosuke Watanabe",
      "email": "snnskwtnb@gmail.com",
      "url": "https://github.com/shinnn"
    }
  ],
  "dependencies": {
    "bufferstreams": "^1.1.0",
    "eslint": "^2.10.0",
    "gulp-util": "^3.0.6",
    "object-assign": "^4.1.0"
  },
  "description": "A gulp plugin for processing files with ESLint",
  "devDependencies": {
    "babel-eslint": "^6.0.4",
    "gulp": "^3.9.0",
    "istanbul": "^0.4.0",
    "mocha": "^2.2.5",
    "should": "^9.0.2",
    "vinyl": "^1.0.0"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "dist": {
    "shasum": "3fd5fe0b7236651f15b8d4bfb1407c3b74d0136c",
    "tarball": "https://registry.npmjs.org/gulp-eslint/-/gulp-eslint-2.1.0.tgz"
  },
  "files": [
    "index.js",
    "util.js"
  ],
  "gitHead": "946e0e92d868c948c9226950cfd93a8cfe1fd2ea",
  "homepage": "https://github.com/adametry/gulp-eslint#readme",
  "keywords": [
    "gulpplugin",
    "eslint",
    "gulp",
    "errors",
    "warnings",
    "check",
    "source",
    "code",
    "formatter",
    "js",
    "javascript",
    "task",
    "lint",
    "plugin"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "shinnn",
      "email": "snnskwtnb@gmail.com"
    },
    {
      "name": "adametry",
      "email": "dark.account@gmail.com"
    }
  ],
  "name": "gulp-eslint",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adametry/gulp-eslint.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "gulp": "gulp",
    "gulp-example": "gulp --gulpfile=example/config.js",
    "pretest": "gulp test",
    "test": "mocha"
  },
  "version": "2.1.0"
}
