{
  "_args": [
    [
      {
        "raw": "gulp-cache@^0.2.8",
        "scope": null,
        "escapedName": "gulp-cache",
        "name": "gulp-cache",
        "rawSpec": "^0.2.8",
        "spec": ">=0.2.8 <0.3.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/newNode"
    ]
  ],
  "_from": "gulp-cache@>=0.2.8 <0.3.0",
  "_id": "gulp-cache@0.2.10",
  "_inCache": true,
  "_installable": true,
  "_location": "/gulp-cache",
  "_nodeVersion": "2.2.1",
  "_npmUser": {
    "name": "shinnn",
    "email": "snnskwtnb@gmail.com"
  },
  "_npmVersion": "2.11.0",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "for-own": "0.1.4",
    "inherits": "2.0.1",
    "string_decoder": "0.10.31",
    "xtend": "4.0.1"
  },
  "_requested": {
    "raw": "gulp-cache@^0.2.8",
    "scope": null,
    "escapedName": "gulp-cache",
    "name": "gulp-cache",
    "rawSpec": "^0.2.8",
    "spec": ">=0.2.8 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-cache/-/gulp-cache-0.2.10.tgz",
  "_shasum": "19a298a60728c46dd151dd8cdac7cc6e50b306a9",
  "_shrinkwrap": null,
  "_spec": "gulp-cache@^0.2.8",
  "_where": "/Users/robertdodson/Documents/htdocs/newNode",
  "author": {
    "name": "Jacob Gable",
    "email": "jacob.gable@gmail.com",
    "url": "http://jacobgable.com"
  },
  "bugs": {
    "url": "https://github.com/jgable/gulp-cache/issues"
  },
  "contributors": [
    {
      "name": "Tyler Akins",
      "email": "fidian@rumkin.com",
      "url": "https://github.com/fidian"
    },
    {
      "name": "Shinnosuke Watanabe",
      "email": "snnskwtnb@gmail.com",
      "url": "https://github.com/shinnn"
    }
  ],
  "dependencies": {
    "bluebird": "^2.9.27",
    "cache-swap": "^0.2.0",
    "gulp-util": "^3.0.5",
    "object-assign": "^3.0.0",
    "object.omit": "^1.1.0",
    "object.pick": "^1.1.1",
    "through2": "^0.6.5",
    "try-json-parse": "^0.1.1",
    "vinyl": "^0.5.0"
  },
  "description": "A cache proxy plugin for Gulp",
  "devDependencies": {
    "@shinnn/eslintrc-node": "^1.0.2",
    "eslint": "^0.22.1",
    "istanbul": "^0.3.14",
    "istanbul-coveralls": "^1.0.2",
    "lodash-node": "^3.9.3",
    "mocha": "^2.2.5",
    "should": "^6.0.3",
    "sinon": "^1.14.1"
  },
  "directories": {},
  "dist": {
    "shasum": "19a298a60728c46dd151dd8cdac7cc6e50b306a9",
    "tarball": "https://registry.npmjs.org/gulp-cache/-/gulp-cache-0.2.10.tgz"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "61f1a641277650c18cfae92a10710e29d26bc3a7",
  "homepage": "https://github.com/jgable/gulp-cache#readme",
  "keywords": [
    "gulpplugin",
    "gulp",
    "cache"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "jgable",
      "email": "jacob.gable@gmail.com"
    },
    {
      "name": "shinnn",
      "email": "snnskwtnb@gmail.com"
    }
  ],
  "name": "gulp-cache",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jgable/gulp-cache.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
    "pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json --rule 'no-underscore-dangle: 0' index.js lib test",
    "test": "_mocha"
  },
  "version": "0.2.10"
}
