mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
748 B
34 lines
748 B
{
|
|
"name": "helmet",
|
|
"description": "help secure Express/Connect apps with various HTTP headers",
|
|
"version": "7.0.0",
|
|
"author": "Adam Baldwin <adam@npmjs.com> (https://evilpacket.net)",
|
|
"contributors": [
|
|
"Evan Hahn <me@evanhahn.com> (https://evanhahn.com)"
|
|
],
|
|
"homepage": "https://helmetjs.github.io/",
|
|
"bugs": {
|
|
"url": "https://github.com/helmetjs/helmet/issues",
|
|
"email": "me@evanhahn.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/helmetjs/helmet.git"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"express",
|
|
"security",
|
|
"headers",
|
|
"backend"
|
|
],
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"exports": {
|
|
"import": "./index.mjs",
|
|
"require": "./index.cjs"
|
|
},
|
|
"main": "./index.cjs",
|
|
"types": "./index.d.cts"
|
|
}
|
|
|