This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

View File

@@ -1,46 +1,49 @@
{
"_from": "x-xss-protection@1.3.0",
"_id": "x-xss-protection@1.3.0",
"_inBundle": false,
"_integrity": "sha512-kpyBI9TlVipZO4diReZMAHWtS0MMa/7Kgx8hwG/EuZLiA6sg4Ah/4TRdASHhRRN3boobzcYgFRUFSgHRge6Qhg==",
"_location": "/x-xss-protection",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "x-xss-protection@1.3.0",
"name": "x-xss-protection",
"escapedName": "x-xss-protection",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/helmet"
"name": "x-xss-protection",
"author": "Adam Baldwin <adam@npmjs.com> (https://evilpacket.net)",
"contributors": [
"Evan Hahn <me@evanhahn.com> (https://evanhahn.com)"
],
"_resolved": "https://registry.npmjs.org/x-xss-protection/-/x-xss-protection-1.3.0.tgz",
"_shasum": "3e3a8dd638da80421b0e9fff11a2dbe168f6d52c",
"_spec": "x-xss-protection@1.3.0",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\helmet",
"author": {
"name": "Adam Baldwin",
"email": "adam@npmjs.com",
"url": "https://evilpacket.net"
"description": "Middleware to set the X-XSS-Protection header",
"version": "1.3.0",
"license": "MIT",
"keywords": [
"helmet",
"security",
"express",
"connect",
"xss",
"x-xss-protection"
],
"homepage": "https://helmetjs.github.io/docs/xss-filter/",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/x-xss-protection.git"
},
"bugs": {
"url": "https://github.com/helmetjs/x-xss-protection/issues",
"email": "me@evanhahn.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
}
"engines": {
"node": ">=4.0.0"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"dist/index.js",
"dist/index.d.ts"
],
"deprecated": false,
"description": "Middleware to set the X-XSS-Protection header",
"scripts": {
"pretest": "npm run lint",
"prepublishOnly": "npm run build",
"lint": "eslint --fix '**/*.ts'",
"test": "jest --config test/jest-config.json",
"clean": "rm -rf dist",
"build": "npm run clean && tsc"
},
"devDependencies": {
"@types/connect": "^3.4.32",
"@types/jest": "^24.0.18",
@@ -54,41 +57,5 @@
"supertest": "^4.0.2",
"ts-jest": "^24.0.2",
"typescript": "^3.6.2"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"dist/index.js",
"dist/index.d.ts"
],
"homepage": "https://helmetjs.github.io/docs/xss-filter/",
"keywords": [
"helmet",
"security",
"express",
"connect",
"xss",
"x-xss-protection"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "x-xss-protection",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/x-xss-protection.git"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf dist",
"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": "1.3.0"
}
}