{
  "_from": "nocache@1.0.0",
  "_id": "nocache@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-MgZe+F9uYqAUVCwrK68RuzcE3yE=",
  "_location": "/nocache",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nocache@1.0.0",
    "name": "nocache",
    "escapedName": "nocache",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/nocache/-/nocache-1.0.0.tgz",
  "_shasum": "32065ef85f6e62a014542c2b2baf11bb3704df21",
  "_spec": "nocache@1.0.0",
  "_where": "/var/www/html/recipes/api/recipes/node_modules/helmet",
  "author": {
    "name": "Adam Baldwin",
    "email": "baldwin@andyet.net",
    "url": "http://andyet.net/team/baldwin"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/nocache/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Evan Hahn",
      "email": "me@evanhahn.com",
      "url": "http://evanhahn.com"
    }
  ],
  "deprecated": false,
  "description": "Middleware to destroy caching",
  "devDependencies": {
    "connect": "^3.4.0",
    "mocha": "^2.3.4",
    "standard": "^5.4.1",
    "supertest": "^1.1.0"
  },
  "homepage": "https://github.com/helmetjs/nocache#readme",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "nocache",
    "caching",
    "cache"
  ],
  "license": "MIT",
  "name": "nocache",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/nocache.git"
  },
  "scripts": {
    "test": "standard && mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  },
  "version": "1.0.0"
}
