package.json 2.88 KB
{
  "_from": "helmet-csp@2.10.0",
  "_id": "helmet-csp@2.10.0",
  "_inBundle": false,
  "_integrity": "sha512-Rz953ZNEFk8sT2XvewXkYN0Ho4GEZdjAZy4stjiEQV3eN7GDxg1QKmYggH7otDyIA7uGA6XnUMVSgeJwbR5X+w==",
  "_location": "/helmet-csp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "helmet-csp@2.10.0",
    "name": "helmet-csp",
    "escapedName": "helmet-csp",
    "rawSpec": "2.10.0",
    "saveSpec": null,
    "fetchSpec": "2.10.0"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/helmet-csp/-/helmet-csp-2.10.0.tgz",
  "_shasum": "685dde1747bc16c5e28ad9d91e229a69f0a85e84",
  "_spec": "helmet-csp@2.10.0",
  "_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/helmet",
  "author": {
    "name": "Adam Baldwin",
    "email": "adam@npmjs.com",
    "url": "https://evilpacket.net"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/csp/issues",
    "email": "me@evanhahn.com"
  },
  "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": {
    "bowser": "2.9.0",
    "camelize": "1.0.0",
    "content-security-policy-builder": "2.1.0",
    "dasherize": "2.0.0"
  },
  "deprecated": false,
  "description": "Content Security Policy middleware.",
  "devDependencies": {
    "@types/connect": "^3.4.33",
    "@types/jest": "^25.1.4",
    "@types/supertest": "^2.0.7",
    "@typescript-eslint/eslint-plugin": "^2.25.0",
    "@typescript-eslint/parser": "^2.25.0",
    "connect": "^3.7.0",
    "content-security-policy-parser": "^0.3.0",
    "eslint": "^6.8.0",
    "eslint-config-helmet": "^0.2.0",
    "jest": "^25.1.0",
    "supertest": "^4.0.2",
    "ts-jest": "^25.2.1",
    "typescript": "^3.8.3"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "dist/index.js",
    "dist/index.d.ts",
    "dist/lib/**/*.js",
    "dist/lib/types.d.ts"
  ],
  "homepage": "https://helmetjs.github.io/docs/csp/",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "content",
    "policy",
    "csp",
    "xss"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "helmet-csp",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/csp.git"
  },
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rm -rf dist",
    "generate-supported-directives-docs": "./scripts/generate_supported_directives_docs",
    "lint": "eslint --fix '**/*.ts'",
    "prepublishOnly": "npm run build",
    "pretest": "npm run lint",
    "test": "jest --config test/jest-config.json"
  },
  "typings": "./dist/index.d.ts",
  "version": "2.10.0"
}