{
  "_from": "helmet@^1.3.0",
  "_id": "helmet@1.3.0",
  "_inBundle": false,
  "_integrity": "sha1-4bWcVIT3rAgaSMx2NBObTsOM+LU=",
  "_location": "/helmet",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "helmet@^1.3.0",
    "name": "helmet",
    "escapedName": "helmet",
    "rawSpec": "^1.3.0",
    "saveSpec": null,
    "fetchSpec": "^1.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/helmet/-/helmet-1.3.0.tgz",
  "_shasum": "e1b59c5484f7ac081a48cc7634139b4ec38cf8b5",
  "_spec": "helmet@^1.3.0",
  "_where": "/var/www/html/recipes/api/recipes",
  "author": {
    "name": "Adam Baldwin",
    "email": "baldwin@andyet.net",
    "url": "http://andyet.net/team/baldwin"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/helmet/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Evan Hahn",
      "email": "me@evanhahn.com",
      "url": "http://evanhahn.com"
    }
  ],
  "dependencies": {
    "connect": "3.4.1",
    "dns-prefetch-control": "0.1.0",
    "dont-sniff-mimetype": "1.0.0",
    "frameguard": "1.1.0",
    "helmet-csp": "1.1.0",
    "hide-powered-by": "1.0.0",
    "hpkp": "1.1.0",
    "hsts": "1.0.0",
    "ienoopen": "1.0.0",
    "nocache": "1.0.0",
    "x-xss-protection": "1.0.0"
  },
  "deprecated": false,
  "description": "help secure Express/Connect apps with various HTTP headers",
  "devDependencies": {
    "mocha": "^2.4.5",
    "sinon": "^1.17.3",
    "standard": "^6.0.7"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/helmetjs/helmet#readme",
  "keywords": [
    "security",
    "headers",
    "express",
    "connect",
    "x-frame-options",
    "x-powered-by",
    "csp",
    "hsts",
    "clickjack"
  ],
  "license": "MIT",
  "main": "index",
  "name": "helmet",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/helmet.git"
  },
  "scripts": {
    "test": "standard && mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  },
  "version": "1.3.0"
}
