{
  "_from": "helmet-csp@1.1.0",
  "_id": "helmet-csp@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-VYsjAD/nhv9JjZWelu8qkeyzXII=",
  "_location": "/helmet-csp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "helmet-csp@1.1.0",
    "name": "helmet-csp",
    "escapedName": "helmet-csp",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/helmet-csp/-/helmet-csp-1.1.0.tgz",
  "_shasum": "558b23003fe786ff498d959e96ef2a91ecb35c82",
  "_spec": "helmet-csp@1.1.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/csp/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Evan Hahn",
      "email": "me@evanhahn.com",
      "url": "http://evanhahn.com"
    },
    {
      "name": "Ryan Cannon",
      "email": "ryan@ryancannon.com",
      "url": "https://ryancannon.com"
    }
  ],
  "dependencies": {
    "camelize": "1.0.0",
    "content-security-policy-builder": "1.0.0",
    "lodash.assign": "4.0.4",
    "lodash.isfunction": "3.0.8",
    "lodash.reduce": "4.2.0",
    "lodash.some": "4.2.0",
    "platform": "1.3.1"
  },
  "deprecated": false,
  "description": "Content Security Policy middleware.",
  "devDependencies": {
    "content-security-policy-parser": "^0.1.0",
    "express": "^4.13.4",
    "lodash": "^4.5.1",
    "mocha": "^2.4.5",
    "standard": "^6.0.7",
    "supertest": "^1.2.0"
  },
  "homepage": "https://github.com/helmetjs/csp#readme",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "content",
    "security",
    "policy",
    "csp",
    "xss"
  ],
  "license": "MIT",
  "name": "helmet-csp",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/csp.git"
  },
  "scripts": {
    "test": "standard && mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "beforeEach",
      "it"
    ]
  },
  "version": "1.1.0"
}
