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,39 +1,46 @@
{
"_from": "helmet-crossdomain@0.4.0",
"_id": "helmet-crossdomain@0.4.0",
"_inBundle": false,
"_integrity": "sha512-AB4DTykRw3HCOxovD1nPR16hllrVImeFp5VBV9/twj66lJ2nU75DP8FPL0/Jp4jj79JhTfG+pFI2MD02kWJ+fA==",
"_location": "/helmet-crossdomain",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "helmet-crossdomain@0.4.0",
"name": "helmet-crossdomain",
"escapedName": "helmet-crossdomain",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/helmet"
"name": "helmet-crossdomain",
"author": "Evan Hahn <me@evanhahn.com> (https://evanhahn.com)",
"description": "Set the X-Permitted-Cross-Domain-Policies header in Express apps",
"version": "0.4.0",
"license": "MIT",
"keywords": [
"security",
"express",
"connect",
"crossdomain.xml",
"x-permitted-cross-domain-policies",
"flash"
],
"_resolved": "https://registry.npmjs.org/helmet-crossdomain/-/helmet-crossdomain-0.4.0.tgz",
"_shasum": "5f1fe5a836d0325f1da0a78eaa5fd8429078894e",
"_spec": "helmet-crossdomain@0.4.0",
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\helmet",
"author": {
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
"homepage": "https://helmetjs.github.io/docs/crossdomain/",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/crossdomain.git"
},
"bugs": {
"url": "https://github.com/helmetjs/crossdomain/issues",
"email": "me@evanhahn.com"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Set the X-Permitted-Cross-Domain-Policies header in Express apps",
"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"
],
"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.14",
@@ -47,41 +54,5 @@
"supertest": "^4.0.2",
"ts-jest": "^24.0.2",
"typescript": "^3.5.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/crossdomain/",
"keywords": [
"security",
"express",
"connect",
"crossdomain.xml",
"x-permitted-cross-domain-policies",
"flash"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "helmet-crossdomain",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/crossdomain.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": "0.4.0"
}
}