{
  "_from": "@adonisjs/shield@^1.0.8",
  "_id": "@adonisjs/shield@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-3qVwnLTeTk5w0Agi7xuQKj7r7QeA1yFXy0QfpjTIYIzQVy9QTk3DgIK5ZvGtr/2/ESHVosyOrCGr+kQDjtcBhA==",
  "_location": "/@adonisjs/shield",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@adonisjs/shield@^1.0.8",
    "name": "@adonisjs/shield",
    "escapedName": "@adonisjs%2fshield",
    "scope": "@adonisjs",
    "rawSpec": "^1.0.8",
    "saveSpec": null,
    "fetchSpec": "^1.0.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@adonisjs/shield/-/shield-1.1.0.tgz",
  "_shasum": "3bef5b0febc4cdedac8c5f8888b46c70190e2caf",
  "_spec": "@adonisjs/shield@^1.0.8",
  "_where": "/home/retrocubedevs/public_html/qa/hit_reels_web_api",
  "author": {
    "name": "virk"
  },
  "bugs": {
    "url": "https://github.com/adonisjs/adonis-shield/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@adonisjs/generic-exceptions": "^2.0.1",
    "csrf": "^3.0.6",
    "node-cookie": "^2.1.1",
    "node-csp": "^1.0.1",
    "node-guard": "^1.0.0",
    "uuid": "^8.3.2"
  },
  "deprecated": false,
  "description": "Adonis shield is middleware to standard HTTP websites to protect themselves from common web attacks like xss, csp and csrf",
  "devDependencies": {
    "@adonisjs/fold": "^4.1.0",
    "@adonisjs/mrm-preset": "^3.0.0",
    "@adonisjs/sink": "^1.1.0",
    "commitizen": "^4.2.3",
    "cz-conventional-changelog": "^3.3.0",
    "japa": "^3.1.1",
    "mrm": "^2.6.1",
    "pkg-ok": "^2.2.0",
    "semver": "^7.3.5",
    "standard": "^16.0.3"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "files": [
    "example",
    "providers",
    "src",
    "instructions.js",
    "instructions.md"
  ],
  "homepage": "https://github.com/adonisjs/adonis-shield#readme",
  "keywords": [
    "adonisjs",
    "adonis",
    "web-security",
    "csrf",
    "csp"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "@adonisjs/shield",
  "nyc": {
    "include": [
      "src"
    ],
    "exclude": [
      "test"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adonisjs/adonis-shield.git"
  },
  "scripts": {
    "commit": "git-cz",
    "lint": "standard",
    "mrm": "mrm --preset=@adonisjs/mrm-preset",
    "pretest": "npm run lint",
    "test": "node japaFile.js"
  },
  "version": "1.1.0"
}
