{ "_from": "helmet@^3.9.0", "_id": "helmet@3.22.0", "_inBundle": false, "_integrity": "sha512-Xrqicn2nm1ZIUxP3YGuTBmbDL04neKsIT583Sjh0FkiwKDXYCMUqGqC88w3NUvVXtA75JyR2Jn6jw6ZEMOD+ZA==", "_location": "/helmet", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "helmet@^3.9.0", "name": "helmet", "escapedName": "helmet", "rawSpec": "^3.9.0", "saveSpec": null, "fetchSpec": "^3.9.0" }, "_requiredBy": [ "/server" ], "_resolved": "https://registry.npmjs.org/helmet/-/helmet-3.22.0.tgz", "_shasum": "3a6f11d931799145f0aff15dbc563cff9e13131f", "_spec": "helmet@^3.9.0", "_where": "/home/runner/Socketio-Chat-Template/node_modules/server", "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.2.0", "dont-sniff-mimetype": "1.1.0", "expect-ct": "0.2.0", "feature-policy": "0.3.0", "frameguard": "3.1.0", "helmet-crossdomain": "0.4.0", "helmet-csp": "2.10.0", "hide-powered-by": "1.1.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.3.0" }, "deprecated": false, "description": "help secure Express/Connect apps with various HTTP headers", "devDependencies": { "connect": "^3.7.0", "mocha": "^7.1.1", "sinon": "^9.0.1", "standard": "^14.3.3", "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.22.0" }