{
  "_from": "x-xss-protection@1.0.0",
  "_id": "x-xss-protection@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-iYr7k4abJGYc+cUvnujbjtB2Tdk=",
  "_location": "/x-xss-protection",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "x-xss-protection@1.0.0",
    "name": "x-xss-protection",
    "escapedName": "x-xss-protection",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/x-xss-protection/-/x-xss-protection-1.0.0.tgz",
  "_shasum": "898afb93869b24661cf9c52f9ee8db8ed0764dd9",
  "_spec": "x-xss-protection@1.0.0",
  "_where": "/var/www/html/recipes/api/recipes/node_modules/helmet",
  "author": {
    "name": "Adam Baldwin",
    "email": "baldwin@andyet.net",
    "url": "http://andyet.net/team/baldwin"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/x-xss-protection/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Evan Hahn",
      "email": "me@evanhahn.com",
      "url": "http://evanhahn.com"
    }
  ],
  "deprecated": false,
  "description": "Middleware to set the X-XSS-Protection header",
  "devDependencies": {
    "async": "^1.5.0",
    "connect": "^3.3.1",
    "mocha": "^2.3.4",
    "rfile": "^1.0.0",
    "standard": "^5.4.1",
    "supertest": "^1.1.0"
  },
  "homepage": "https://github.com/helmetjs/x-xss-protection#readme",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "xss",
    "x-xss-protection"
  ],
  "license": "MIT",
  "name": "x-xss-protection",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/x-xss-protection.git"
  },
  "scripts": {
    "test": "standard && mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "beforeEach",
      "it"
    ]
  },
  "version": "1.0.0"
}
