122 lines
3.1 KiB
JSON
122 lines
3.1 KiB
JSON
{
|
|
"_from": "helmet",
|
|
"_id": "helmet@3.23.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-U3MeYdzPJQhtvqAVBPntVgAvNSOJyagwZwyKsFdyRa8TV3pOKVFljalPOCxbw5Wwf2kncGhmP0qHjyazIdNdSA==",
|
|
"_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-3.23.3.tgz",
|
|
"_shasum": "5ba30209c5f73ded4ab65746a3a11bedd4579ab7",
|
|
"_spec": "helmet",
|
|
"_where": "D:\\WORK\\Menui\\menui_backend",
|
|
"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",
|
|
"dont-sniff-mimetype": "1.1.0",
|
|
"feature-policy": "0.3.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",
|
|
"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": {
|
|
"@types/connect": "^3.4.33",
|
|
"@types/depd": "^1.1.32",
|
|
"@types/jest": "^26.0.3",
|
|
"@types/supertest": "^2.0.9",
|
|
"@typescript-eslint/eslint-plugin": "^3.4.0",
|
|
"@typescript-eslint/parser": "^3.4.0",
|
|
"connect": "^3.7.0",
|
|
"eslint": "^7.3.1",
|
|
"jest": "^26.1.0",
|
|
"prettier": "^2.0.5",
|
|
"supertest": "^4.0.2",
|
|
"ts-jest": "^26.1.1",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"CODE_OF_CONDUCT.md",
|
|
"CONTRIBUTING.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"SECURITY.md",
|
|
"dist/index.js",
|
|
"dist/middlewares/expect-ct/index.js",
|
|
"dist/middlewares/x-dns-prefetch-control/index.js",
|
|
"dist/middlewares/x-download-options/index.js",
|
|
"dist/middlewares/x-frame-options/index.js"
|
|
],
|
|
"homepage": "https://helmetjs.github.io/",
|
|
"keywords": [
|
|
"security",
|
|
"headers",
|
|
"express",
|
|
"connect",
|
|
"x-frame-options",
|
|
"x-powered-by",
|
|
"csp",
|
|
"hsts",
|
|
"clickjack"
|
|
],
|
|
"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 && ./bin/build-middleware-package.js",
|
|
"clean": "rm -rf dist",
|
|
"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": "3.23.3"
|
|
}
|