1 | {
|
2 | "author": "Adam Baldwin <adam@npmjs.com> (https://evilpacket.net)",
|
3 | "contributors": [
|
4 | "Evan Hahn <me@evanhahn.com> (https://evanhahn.com)"
|
5 | ],
|
6 | "license": "MIT",
|
7 | "homepage": "https://helmetjs.github.io/",
|
8 | "bugs": {
|
9 | "url": "https://github.com/helmetjs/helmet/issues",
|
10 | "email": "me@evanhahn.com"
|
11 | },
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git://github.com/helmetjs/helmet.git"
|
15 | },
|
16 | "engines": {
|
17 | "node": ">=10.0.0"
|
18 | },
|
19 | "files": [
|
20 | "CHANGELOG.md",
|
21 | "LICENSE",
|
22 | "README.md",
|
23 | "index.js",
|
24 | "index.d.ts"
|
25 | ],
|
26 | "main": "index.js",
|
27 | "typings": "index.d.ts",
|
28 | "name": "x-xss-protection",
|
29 | "description": "Middleware to disable the X-XSS-Protection header",
|
30 | "version": "2.0.0",
|
31 | "keywords": [
|
32 | "express",
|
33 | "security",
|
34 | "x-xss-protection"
|
35 | ]
|
36 | } |
\ | No newline at end of file |