{ "_from": "helmet", "_id": "helmet@4.2.0", "_inBundle": false, "_integrity": "sha512-aoiSxXMd0ks1ojYpSCFoCRzgv4rY/uB9jKStaw8PkXwsdLYa/Gq+Nc5l0soH0cwBIsLAlujPnx4HLQs+LaXCrQ==", "_location": "/helmet", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "helmet", "name": "helmet", "escapedName": "helmet", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/helmet/-/helmet-4.2.0.tgz", "_shasum": "e81f5613cc1c90402af581794dc9878ad078b237", "_spec": "helmet", "_where": "/home/teddit/site", "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" }, { "name": "Ameen Abdeen", "email": "ameen.abdeen.se@gmail.com" } ], "dependencies": {}, "deprecated": false, "description": "help secure Express/Connect apps with various HTTP headers", "devDependencies": { "@types/connect": "^3.4.33", "@types/jest": "^26.0.15", "@types/supertest": "^2.0.10", "@typescript-eslint/eslint-plugin": "^4.6.0", "@typescript-eslint/parser": "^4.6.0", "connect": "^3.7.0", "eslint": "^7.12.1", "jest": "^26.6.1", "prettier": "^2.1.2", "supertest": "^6.0.0", "ts-jest": "^26.4.3", "typescript": "^4.0.5" }, "engines": { "node": ">=10.0.0" }, "files": [ "CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "LICENSE", "README.md", "SECURITY.md", "dist/index.js", "dist/index.d.ts", "dist/middlewares/content-security-policy/index.js", "dist/middlewares/content-security-policy/index.d.ts", "dist/middlewares/expect-ct/index.js", "dist/middlewares/expect-ct/index.d.ts", "dist/middlewares/referrer-policy/index.js", "dist/middlewares/referrer-policy/index.d.ts", "dist/middlewares/strict-transport-security/index.js", "dist/middlewares/strict-transport-security/index.d.ts", "dist/middlewares/x-content-type-options/index.js", "dist/middlewares/x-content-type-options/index.d.ts", "dist/middlewares/x-dns-prefetch-control/index.js", "dist/middlewares/x-dns-prefetch-control/index.d.ts", "dist/middlewares/x-download-options/index.js", "dist/middlewares/x-download-options/index.d.ts", "dist/middlewares/x-frame-options/index.js", "dist/middlewares/x-frame-options/index.d.ts", "dist/middlewares/x-permitted-cross-domain-policies/index.js", "dist/middlewares/x-permitted-cross-domain-policies/index.d.ts", "dist/middlewares/x-powered-by/index.js", "dist/middlewares/x-powered-by/index.d.ts", "dist/middlewares/x-xss-protection/index.js", "dist/middlewares/x-xss-protection/index.d.ts" ], "homepage": "https://helmetjs.github.io/", "keywords": [ "express", "security", "headers" ], "license": "MIT", "main": "dist/index", "name": "helmet", "repository": { "type": "git", "url": "git://github.com/helmetjs/helmet.git" }, "scripts": { "build": "npm run clean && tsc", "build-middleware-package": "npm run build && node ./bin/build-middleware-package.js", "clean": "node ./bin/clean.js", "format": "prettier --write \"**/*{md,js,json,ts}\"", "lint": "npm run lint:eslint && npm run lint:prettier", "lint:eslint": "eslint \"**/*.ts\"", "lint:prettier": "prettier --check \"**/*{md,js,json,ts}\"", "prepublishOnly": "npm run build", "pretest": "npm run lint", "test": "jest" }, "version": "4.2.0" }