Files
menui_backend/node_modules/helmet-crossdomain/package.json
2020-08-20 20:27:14 +02:00

62 lines
1.7 KiB
JSON

{
"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"
],
"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"
},
"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",
"@types/supertest": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"connect": "^3.7.0",
"eslint": "^5.16.0",
"eslint-config-helmet": "^0.2.0",
"jest": "^24.8.0",
"supertest": "^4.0.2",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2"
}
,"_resolved": "https://registry.npmjs.org/helmet-crossdomain/-/helmet-crossdomain-0.4.0.tgz"
,"_integrity": "sha512-AB4DTykRw3HCOxovD1nPR16hllrVImeFp5VBV9/twj66lJ2nU75DP8FPL0/Jp4jj79JhTfG+pFI2MD02kWJ+fA=="
,"_from": "helmet-crossdomain@0.4.0"
}