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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
| {
| "_args": [
| [
| "egg-security@2.5.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "egg-security@2.5.0",
| "_id": "egg-security@2.5.0",
| "_inBundle": false,
| "_integrity": "sha512-lmny/cXmignIHC4S/l7EEd2nfDcvrPxpi4N1t6STSbUmgE4WVRc+eFQtKw9jEnJJOIobKyvQznH/Yi57f+VSCw==",
| "_location": "/egg-security",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "egg-security@2.5.0",
| "name": "egg-security",
| "escapedName": "egg-security",
| "rawSpec": "2.5.0",
| "saveSpec": null,
| "fetchSpec": "2.5.0"
| },
| "_requiredBy": [
| "/",
| "/egg"
| ],
| "_resolved": "https://registry.npmjs.org/egg-security/-/egg-security-2.5.0.tgz",
| "_spec": "2.5.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "jtyjty99999"
| },
| "bugs": {
| "url": "https://github.com/eggjs/egg/issues"
| },
| "ci": {
| "version": "8, 10, 11"
| },
| "dependencies": {
| "csrf": "^3.0.6",
| "debug": "^4.1.1",
| "delegates": "^1.0.0",
| "egg-path-matching": "^1.0.0",
| "escape-html": "^1.0.3",
| "extend": "^3.0.1",
| "ip": "^1.1.5",
| "koa-compose": "^4.0.0",
| "matcher": "^1.1.1",
| "methods": "^1.1.2",
| "nanoid": "^2.0.1",
| "platform": "^1.3.4",
| "statuses": "^1.5.0",
| "type-is": "^1.6.15",
| "xss": "^1.0.3"
| },
| "description": "security plugin in egg framework",
| "devDependencies": {
| "autod": "^3.0.1",
| "beautify-benchmark": "^0.2.4",
| "benchmark": "^2.1.4",
| "egg": "^2.16.0",
| "egg-bin": "^4.3.5",
| "egg-ci": "^1.8.0",
| "egg-mock": "^3.13.1",
| "egg-view-nunjucks": "^2.1.4",
| "eslint": "^5.15.1",
| "eslint-config-egg": "^7.1.0",
| "mz-modules": "^2.1.0",
| "pedding": "^1.1.0",
| "rimraf": "^2.6.2",
| "should": "^13.1.3",
| "should-http": "^0.1.1",
| "spy": "^1.0.0",
| "supertest": "^3.0.0"
| },
| "eggPlugin": {
| "name": "security",
| "optionalDependencies": [
| "session"
| ]
| },
| "engines": {
| "node": ">=8.0.0"
| },
| "files": [
| "agent.js",
| "app",
| "lib",
| "config",
| "app.js",
| "index.js"
| ],
| "homepage": "https://github.com/eggjs/egg-security#readme",
| "keywords": [
| "egg",
| "eggPlugin",
| "egg-plugin",
| "security"
| ],
| "license": "MIT",
| "name": "egg-security",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eggjs/egg-security.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && npm run cov",
| "cov": "egg-bin cov",
| "lint": "eslint .",
| "test": "npm run lint -- --fix && npm run test-local",
| "test-local": "egg-bin test"
| },
| "version": "2.5.0"
| }
|
|