package.json 2.52 KB
{
  "_from": "helmet@^3.18.0",
  "_id": "helmet@3.18.0",
  "_inBundle": false,
  "_integrity": "sha512-TsKlGE5UVkV0NiQ4PllV9EVfZklPjyzcMEMjWlyI/8S6epqgRT+4s4GHVgc25x0TixsKvp3L7c91HQQt5l0+QA==",
  "_location": "/helmet",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "helmet@^3.18.0",
    "name": "helmet",
    "escapedName": "helmet",
    "rawSpec": "^3.18.0",
    "saveSpec": null,
    "fetchSpec": "^3.18.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/helmet/-/helmet-3.18.0.tgz",
  "_shasum": "37666f7c861bd1ff3015e0cdb903a43501e3da3e",
  "_spec": "helmet@^3.18.0",
  "_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project",
  "author": {
    "name": "Adam Baldwin",
    "email": "adam@npmjs.com",
    "url": "https://evilpacket.net"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/helmet/issues",
    "email": "me@evanhahn.com"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Evan Hahn",
      "email": "me@evanhahn.com",
      "url": "https://evanhahn.com"
    }
  ],
  "dependencies": {
    "depd": "2.0.0",
    "dns-prefetch-control": "0.1.0",
    "dont-sniff-mimetype": "1.0.0",
    "expect-ct": "0.2.0",
    "feature-policy": "0.3.0",
    "frameguard": "3.1.0",
    "helmet-crossdomain": "0.3.0",
    "helmet-csp": "2.7.1",
    "hide-powered-by": "1.0.0",
    "hpkp": "2.0.0",
    "hsts": "2.2.0",
    "ienoopen": "1.1.0",
    "nocache": "2.1.0",
    "referrer-policy": "1.2.0",
    "x-xss-protection": "1.1.0"
  },
  "deprecated": false,
  "description": "help secure Express/Connect apps with various HTTP headers",
  "devDependencies": {
    "connect": "^3.6.6",
    "mocha": "^6.1.4",
    "sinon": "^7.3.2",
    "standard": "^12.0.1",
    "supertest": "^4.0.2"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "CHANGELOG.md",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "README.md",
    "SECURITY.md",
    "index.js"
  ],
  "homepage": "https://helmetjs.github.io/",
  "keywords": [
    "security",
    "headers",
    "express",
    "connect",
    "x-frame-options",
    "x-powered-by",
    "csp",
    "hsts",
    "clickjack"
  ],
  "license": "MIT",
  "main": "index",
  "name": "helmet",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/helmet.git"
  },
  "scripts": {
    "pretest": "standard --fix",
    "test": "mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "beforeEach",
      "afterEach"
    ]
  },
  "version": "3.18.0"
}