{
  "_from": "koa-helmet@7.0.2",
  "_id": "koa-helmet@7.0.2",
  "_inBundle": false,
  "_integrity": "sha512-AvzS6VuEfFgbAm0mTUnkk/BpMarMcs5A56g+f0sfrJ6m63wII48d2GDrnUQGp0Nj+RR950vNtgqXm9UJSe7GOg==",
  "_location": "/koa-helmet",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-helmet@7.0.2",
    "name": "koa-helmet",
    "escapedName": "koa-helmet",
    "rawSpec": "7.0.2",
    "saveSpec": null,
    "fetchSpec": "7.0.2"
  },
  "_requiredBy": [
    "/@strapi/strapi"
  ],
  "_resolved": "https://registry.npmjs.org/koa-helmet/-/koa-helmet-7.0.2.tgz",
  "_shasum": "2077e60cc69fa550802931ccdb85f948aa6bd054",
  "_spec": "koa-helmet@7.0.2",
  "_where": "/home/ghf/system/node_modules/@strapi/strapi",
  "author": {
    "name": "Matt Venables",
    "email": "mattvenables@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/venables/koa-helmet/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "helmet": "^6.0.1"
  },
  "deprecated": false,
  "description": "Security header middleware collection for koa",
  "devDependencies": {
    "ava": "^3.13.0",
    "coveralls": "^3.1.0",
    "eslint": "^7.10.0",
    "eslint-plugin-node": "^11.1.0",
    "koa": "^2.13.0",
    "nyc": "^15.1.0",
    "supertest": "^5.0.0"
  },
  "engines": {
    "node": ">= 14.0.0"
  },
  "homepage": "https://github.com/venables/koa-helmet#readme",
  "keywords": [
    "security",
    "headers",
    "koa",
    "x-frame-options",
    "csp",
    "hsts"
  ],
  "license": "MIT",
  "main": "lib/koa-helmet.js",
  "name": "koa-helmet",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "repository": {
    "url": "git+https://github.com/venables/koa-helmet.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "format": "eslint lib test --fix",
    "lint": "eslint lib test",
    "test": "eslint lib test && nyc ava"
  },
  "typings": "./koa-helmet.d.ts",
  "version": "7.0.2"
}
