{
  "_args": [
    [
      "koa-helmet@6.1.0",
      "/home/bkra0192/evag_andy/strapi"
    ]
  ],
  "_from": "koa-helmet@6.1.0",
  "_id": "koa-helmet@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-WymEv4qo/7ghh15t+1qTjvZBmZkmVlTtfnpe5oxn8m8mO2Q2rKJ3eMvWuQGW/6yVxN9+hQ75evuWcg3XBbFLbg==",
  "_location": "/koa-helmet",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-helmet@6.1.0",
    "name": "koa-helmet",
    "escapedName": "koa-helmet",
    "rawSpec": "6.1.0",
    "saveSpec": null,
    "fetchSpec": "6.1.0"
  },
  "_requiredBy": [
    "/@strapi/strapi"
  ],
  "_resolved": "https://registry.npmjs.org/koa-helmet/-/koa-helmet-6.1.0.tgz",
  "_spec": "6.1.0",
  "_where": "/home/bkra0192/evag_andy/strapi",
  "author": {
    "name": "Matt Venables",
    "email": "mattvenables@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/venables/koa-helmet/issues"
  },
  "dependencies": {
    "helmet": "^4.4.1"
  },
  "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": ">= 8.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": "6.1.0"
}
