{
  "_args": [
    [
      "dish@1.0.7",
      "/Users/carlos8f/projects/bot18"
    ]
  ],
  "_from": "dish@1.0.7",
  "_id": "dish@1.0.7",
  "_inBundle": false,
  "_integrity": "sha1-c1AcH22VattyYPIfqcVIweBTo5E=",
  "_location": "/dish",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dish@1.0.7",
    "name": "dish",
    "escapedName": "dish",
    "rawSpec": "1.0.7",
    "saveSpec": null,
    "fetchSpec": "1.0.7"
  },
  "_requiredBy": [
    "/buffet",
    "/templ"
  ],
  "_resolved": "https://registry.npmjs.org/dish/-/dish-1.0.7.tgz",
  "_spec": "1.0.7",
  "_where": "/Users/carlos8f/projects/bot18",
  "author": {
    "name": "Carlos Rodriguez",
    "email": "carlos@s8f.org",
    "url": "http://s8f.org/"
  },
  "bugs": {
    "url": "https://github.com/carlos8f/node-dish/issues"
  },
  "dependencies": {
    "from": "^0.1.3",
    "lru-cache": "^4.0.1",
    "mime": "^1.3.4",
    "minimatch": "^3.0.0"
  },
  "description": "miniature in-memory http cache optimized for serving buffers or strings",
  "devDependencies": {
    "mocha": "^2.4.5",
    "superagent": "^1.8.3"
  },
  "homepage": "https://github.com/carlos8f/node-dish",
  "keywords": [
    "middleware",
    "performance",
    "asset"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "dish",
  "repository": {
    "type": "git",
    "url": "git://github.com/carlos8f/node-dish.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --timeout 5s --bail"
  },
  "version": "1.0.7"
}
