{
  "_args": [
    [
      {
        "raw": "gulp-cache@^0.4.2",
        "scope": null,
        "escapedName": "gulp-cache",
        "name": "gulp-cache",
        "rawSpec": "^0.4.2",
        "spec": ">=0.4.2 <0.5.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/new"
    ]
  ],
  "_from": "gulp-cache@>=0.4.2 <0.5.0",
  "_id": "gulp-cache@0.4.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/gulp-cache",
  "_nodeVersion": "4.3.2",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/gulp-cache-0.4.5.tgz_1462983649812_0.8201824319548905"
  },
  "_npmUser": {
    "name": "jgable",
    "email": "jacob.gable@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {
    "clone": "1.0.2",
    "clone-stats": "0.0.1",
    "replace-ext": "0.0.1"
  },
  "_requested": {
    "raw": "gulp-cache@^0.4.2",
    "scope": null,
    "escapedName": "gulp-cache",
    "name": "gulp-cache",
    "rawSpec": "^0.4.2",
    "spec": ">=0.4.2 <0.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-cache/-/gulp-cache-0.4.5.tgz",
  "_shasum": "b6bebc4a1c58ffea911b70b1282f1c381f2a2916",
  "_shrinkwrap": null,
  "_spec": "gulp-cache@^0.4.2",
  "_where": "/Users/robertdodson/Documents/htdocs/new",
  "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": "^3.0.5",
    "cache-swap": "^0.2.3",
    "gulp-util": "^3.0.7",
    "object-assign": "^4.0.1",
    "object.omit": "^2.0.0",
    "object.pick": "^1.1.1",
    "readable-stream": "^2.0.4",
    "try-json-parse": "^0.1.1",
    "vinyl": "^1.1.0"
  },
  "description": "A cache proxy plugin for Gulp",
  "devDependencies": {
    "@shinnn/eslint-config-node-legacy": "^1.0.0",
    "eslint": "^1.10.2",
    "istanbul": "^0.4.1",
    "lodash": "^4.1.0",
    "mocha": "^2.3.4",
    "should": "^8.2.1",
    "sinon": "^1.17.2",
    "through2": "^2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "b6bebc4a1c58ffea911b70b1282f1c381f2a2916",
    "tarball": "https://registry.npmjs.org/gulp-cache/-/gulp-cache-0.4.5.tgz"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "b35f9f979bd1a98d634d489c326ac7e9e0f331ce",
  "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 test.js",
    "pretest": "eslint --config @shinnn/node-legacy --rule 'no-underscore-dangle: 0' --rule 'no-warning-comments: 0' index.js lib test.js",
    "test": "_mocha test.js"
  },
  "version": "0.4.5"
}
