package.json 2.25 KB
{
  "_from": "helmet-csp@2.7.1",
  "_id": "helmet-csp@2.7.1",
  "_inBundle": false,
  "_integrity": "sha512-sCHwywg4daQ2mY0YYwXSZRsgcCeerUwxMwNixGA7aMLkVmPTYBl7gJoZDHOZyXkqPrtuDT3s2B1A+RLI7WxSdQ==",
  "_location": "/helmet-csp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "helmet-csp@2.7.1",
    "name": "helmet-csp",
    "escapedName": "helmet-csp",
    "rawSpec": "2.7.1",
    "saveSpec": null,
    "fetchSpec": "2.7.1"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/helmet-csp/-/helmet-csp-2.7.1.tgz",
  "_shasum": "e8e0b5186ffd4db625cfcce523758adbfadb9dca",
  "_spec": "helmet-csp@2.7.1",
  "_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\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": "https://evanhahn.com"
    },
    {
      "name": "Ryan Cannon",
      "email": "ryan@ryancannon.com",
      "url": "https://ryancannon.com"
    }
  ],
  "dependencies": {
    "camelize": "1.0.0",
    "content-security-policy-builder": "2.0.0",
    "dasherize": "2.0.0",
    "platform": "1.3.5"
  },
  "deprecated": false,
  "description": "Content Security Policy middleware.",
  "devDependencies": {
    "content-security-policy-parser": "^0.1.1",
    "express": "^4.16.3",
    "lodash": "^4.17.10",
    "mocha": "^5.2.0",
    "standard": "^11.0.1",
    "supertest": "^3.1.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": {
    "generate-supported-directives-docs": "./scripts/generate_supported_directives_docs",
    "pretest": "standard --fix",
    "test": "mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "beforeEach",
      "it"
    ]
  },
  "version": "2.7.1"
}