benji.monster/node_modules/helmet-csp/package.json

115 lines
2.8 KiB
JSON

{
"_args": [
[
"helmet-csp@2.9.4",
"/home/ry/Desktop/Work/benji.monster"
]
],
"_from": "helmet-csp@2.9.4",
"_id": "helmet-csp@2.9.4",
"_inBundle": false,
"_integrity": "sha512-qUgGx8+yk7Xl8XFEGI4MFu1oNmulxhQVTlV8HP8tV3tpfslCs30OZz/9uQqsWPvDISiu/NwrrCowsZBhFADYqg==",
"_location": "/helmet-csp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "helmet-csp@2.9.4",
"name": "helmet-csp",
"escapedName": "helmet-csp",
"rawSpec": "2.9.4",
"saveSpec": null,
"fetchSpec": "2.9.4"
},
"_requiredBy": [
"/helmet"
],
"_resolved": "https://registry.npmjs.org/helmet-csp/-/helmet-csp-2.9.4.tgz",
"_spec": "2.9.4",
"_where": "/home/ry/Desktop/Work/benji.monster",
"author": {
"name": "Adam Baldwin",
"email": "adam@npmjs.com",
"url": "https://evilpacket.net"
},
"bugs": {
"url": "https://github.com/helmetjs/csp/issues",
"email": "me@evanhahn.com"
},
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
},
{
"name": "Ryan Cannon",
"email": "ryan@ryancannon.com",
"url": "https://ryancannon.com"
}
],
"dependencies": {
"bowser": "^2.7.0",
"camelize": "1.0.0",
"content-security-policy-builder": "2.1.0",
"dasherize": "2.0.0"
},
"description": "Content Security Policy middleware.",
"devDependencies": {
"@types/connect": "^3.4.32",
"@types/jest": "^24.0.19",
"@types/supertest": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"connect": "^3.7.0",
"content-security-policy-parser": "^0.3.0",
"eslint": "^5.16.0",
"eslint-config-helmet": "^0.2.0",
"jest": "^24.9.0",
"supertest": "^4.0.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"dist/index.js",
"dist/index.d.ts",
"dist/lib/**/*.js",
"dist/lib/types.d.ts"
],
"homepage": "https://helmetjs.github.io/docs/csp/",
"keywords": [
"helmet",
"security",
"express",
"connect",
"content",
"policy",
"csp",
"xss"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "helmet-csp",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/csp.git"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf dist",
"generate-supported-directives-docs": "./scripts/generate_supported_directives_docs",
"lint": "eslint --fix '**/*.ts'",
"prepublishOnly": "npm run build",
"pretest": "npm run lint",
"test": "jest --config test/jest-config.json"
},
"typings": "./dist/index.d.ts",
"version": "2.9.4"
}