dijkstra-backend-cloudron/node_modules/helmet/package.json

116 lines
2.5 KiB
JSON

{
"_args": [
[
"helmet@3.21.2",
"/home/rui/code/personal/dijkstra-app/backend-dijkstra"
]
],
"_from": "helmet@3.21.2",
"_id": "helmet@3.21.2",
"_inBundle": false,
"_integrity": "sha512-okUo+MeWgg00cKB8Csblu8EXgcIoDyb5ZS/3u0W4spCimeVuCUvVZ6Vj3O2VJ1Sxpyb8jCDvzu0L1KKT11pkIg==",
"_location": "/helmet",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "helmet@3.21.2",
"name": "helmet",
"escapedName": "helmet",
"rawSpec": "3.21.2",
"saveSpec": null,
"fetchSpec": "3.21.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/helmet/-/helmet-3.21.2.tgz",
"_spec": "3.21.2",
"_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra",
"author": {
"name": "Adam Baldwin",
"email": "adam@npmjs.com",
"url": "https://evilpacket.net"
},
"bugs": {
"url": "https://github.com/helmetjs/helmet/issues",
"email": "me@evanhahn.com"
},
"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.9.4",
"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"
},
"description": "help secure Express/Connect apps with various HTTP headers",
"devDependencies": {
"connect": "^3.7.0",
"mocha": "^6.2.2",
"sinon": "^7.5.0",
"standard": "^14.3.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.21.2"
}