package.json
2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"_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"
],
"_resolved": "https://registry.npmjs.org/helmet-crossdomain/-/helmet-crossdomain-0.4.0.tgz",
"_shasum": "5f1fe5a836d0325f1da0a78eaa5fd8429078894e",
"_spec": "helmet-crossdomain@0.4.0",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/helmet",
"author": {
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
},
"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",
"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"
},
"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"
}