{
  "_args": [
    [
      "helmet@7.1.0",
      "/var/www/html/armory/api"
    ]
  ],
  "_from": "helmet@7.1.0",
  "_id": "helmet@7.1.0",
  "_inBundle": false,
  "_integrity": "sha512-g+HZqgfbpXdCkme/Cd/mZkV0aV3BZZZSugecH03kl38m/Kmdx8jKjBikpDj2cr+Iynv4KpYEviojNdTJActJAg==",
  "_location": "/helmet",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "helmet@7.1.0",
    "name": "helmet",
    "escapedName": "helmet",
    "rawSpec": "7.1.0",
    "saveSpec": null,
    "fetchSpec": "7.1.0"
  },
  "_requiredBy": [
    "/",
    "/@types/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/helmet/-/helmet-7.1.0.tgz",
  "_spec": "7.1.0",
  "_where": "/var/www/html/armory/api",
  "author": {
    "name": "Adam Baldwin",
    "email": "adam@npmjs.com",
    "url": "https://evilpacket.net"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/helmet/issues",
    "email": "me@evanhahn.com"
  },
  "contributors": [
    {
      "name": "Evan Hahn",
      "email": "me@evanhahn.com",
      "url": "https://evanhahn.com"
    }
  ],
  "description": "help secure Express/Connect apps with various HTTP headers",
  "engines": {
    "node": ">=16.0.0"
  },
  "exports": {
    "import": "./index.mjs",
    "require": "./index.cjs"
  },
  "homepage": "https://helmetjs.github.io/",
  "keywords": [
    "express",
    "security",
    "headers",
    "backend",
    "content-security-policy",
    "cross-origin-embedder-policy",
    "cross-origin-opener-policy",
    "cross-origin-resource-policy",
    "origin-agent-cluster",
    "referrer-policy",
    "strict-transport-security",
    "x-content-type-options",
    "x-dns-prefetch-control",
    "x-download-options",
    "x-frame-options",
    "x-permitted-cross-domain-policies",
    "x-powered-by",
    "x-xss-protection"
  ],
  "license": "MIT",
  "main": "./index.cjs",
  "name": "helmet",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/helmet.git"
  },
  "types": "./index.d.cts",
  "version": "7.1.0"
}
