{
  "_args": [
    [
      {
        "raw": "cache-swap@^0.2.3",
        "scope": null,
        "escapedName": "cache-swap",
        "name": "cache-swap",
        "rawSpec": "^0.2.3",
        "spec": ">=0.2.3 <0.3.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/new/node_modules/gulp-cache"
    ]
  ],
  "_from": "cache-swap@>=0.2.3 <0.3.0",
  "_id": "cache-swap@0.2.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/cache-swap",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "name": "shinnn",
    "email": "snnskwtnb@gmail.com"
  },
  "_npmVersion": "2.14.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "cache-swap@^0.2.3",
    "scope": null,
    "escapedName": "cache-swap",
    "name": "cache-swap",
    "rawSpec": "^0.2.3",
    "spec": ">=0.2.3 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp-cache"
  ],
  "_resolved": "https://registry.npmjs.org/cache-swap/-/cache-swap-0.2.3.tgz",
  "_shasum": "53c1dea60c2939af347ef93bb7a86aefc6e6dcb4",
  "_shrinkwrap": null,
  "_spec": "cache-swap@^0.2.3",
  "_where": "/Users/robertdodson/Documents/htdocs/new/node_modules/gulp-cache",
  "author": {
    "name": "Jacob Gable",
    "email": "jacob.gable@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jgable/cache-swap/issues"
  },
  "contributors": [
    {
      "name": "Shinnosuke Watanabe",
      "email": "snnskwtnb@gmail.com",
      "url": "https://github.com/shinnn"
    }
  ],
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "mkdirp": "^0.5.1",
    "object-assign": "^4.0.1",
    "rimraf": "^2.4.0"
  },
  "description": "A simple temp file based swap for speeding up operations",
  "devDependencies": {
    "@shinnn/eslintrc-node": "^1.0.2",
    "eslint": "^0.24.1",
    "istanbul": "^0.3.17",
    "mocha": "^2.2.5",
    "should": "^7.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "53c1dea60c2939af347ef93bb7a86aefc6e6dcb4",
    "tarball": "https://registry.npmjs.org/cache-swap/-/cache-swap-0.2.3.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "cd2a3cb9db9ce0b46557d961e7aefdd5a897e1fb",
  "homepage": "https://github.com/jgable/cache-swap#readme",
  "keywords": [
    "cache",
    "swap",
    "temp",
    "file"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "jgable",
      "email": "jacob.gable@gmail.com"
    },
    {
      "name": "shinnn",
      "email": "snnskwtnb@gmail.com"
    }
  ],
  "name": "cache-swap",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jgable/cache-swap.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json index.js test.js",
    "test": "mocha test.js",
    "test-dot": "mocha test.js --reporter dot"
  },
  "version": "0.2.3"
}
