{
  "_from": "helmet@^3.10.0",
  "_id": "helmet@3.15.0",
  "_inBundle": false,
  "_integrity": "sha512-j9JjtAnWJj09lqe/PEICrhuDaX30TeokXJ9tW6ZPhVH0+LMoihDeJ58CdWeTGzM66p6EiIODmgAaWfdeIWI4Gg==",
  "_location": "/helmet",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "helmet@^3.10.0",
    "name": "helmet",
    "escapedName": "helmet",
    "rawSpec": "^3.10.0",
    "saveSpec": null,
    "fetchSpec": "^3.10.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/helmet/-/helmet-3.15.0.tgz",
  "_shasum": "fe0bb80e05d9eec589e3cbecaf5384409a3a64c9",
  "_spec": "helmet@^3.10.0",
  "_where": "/home2/postcax0/public_html/bounsr/loop/loop",
  "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": "https://evanhahn.com"
    }
  ],
  "dependencies": {
    "dns-prefetch-control": "0.1.0",
    "dont-sniff-mimetype": "1.0.0",
    "expect-ct": "0.1.1",
    "feature-policy": "0.2.0",
    "frameguard": "3.0.0",
    "helmet-crossdomain": "0.3.0",
    "helmet-csp": "2.7.1",
    "hide-powered-by": "1.0.0",
    "hpkp": "2.0.0",
    "hsts": "2.1.0",
    "ienoopen": "1.0.0",
    "nocache": "2.0.0",
    "referrer-policy": "1.1.0",
    "x-xss-protection": "1.1.0"
  },
  "deprecated": false,
  "description": "help secure Express/Connect apps with various HTTP headers",
  "devDependencies": {
    "connect": "^3.6.5",
    "mocha": "^5.0.0",
    "sinon": "^4.2.0",
    "standard": "^11.0.1",
    "supertest": "^3.1.0"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://helmetjs.github.io/",
  "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": {
    "pretest": "standard --fix",
    "test": "mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "beforeEach",
      "afterEach"
    ]
  },
  "version": "3.15.0"
}
