-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
175 lines (175 loc) · 4.57 KB
/
package.json
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "expressjs-research",
"version": "1.0.0",
"description": "Learning express.js by examples",
"scripts": {
"test": "mocha",
"test:coverage": "nyc npm t",
"generate": "echo 'generate'",
"test:ava": "nyc ava --timeout=3000"
},
"keywords": [
"express.js",
"node.js"
],
"engines": {
"node": "^18"
},
"author": "mrdulin",
"dependencies": {
"@aws-sdk/client-sqs": "^3.360.0",
"@azure/event-hubs": "^5.11.1",
"@azure/service-bus": "^1.1.8",
"@cloudnative/health-connect": "^2.1.0",
"@elastic/elasticsearch": "^8.8.1",
"@godaddy/terminus": "^4.12.1",
"@google-cloud/bigquery": "^4.7.0",
"@sendgrid/mail": "^7.7.0",
"@sentry/node": "^7.56.0",
"@sentry/tracing": "^7.56.0",
"abort-controller": "^3.0.0",
"adm-zip": "^0.5.9",
"async": "^3.2.4",
"async-sema": "^3.1.1",
"auto-bind": "^4.0.0",
"aws-param-store": "^3.2.0",
"aws-sdk": "^2.1405.0",
"axios": "^0.26.0",
"base-58": "0.0.1",
"basic-auth": "^1.0.4",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"chart.js": "^4.3.0",
"cookie": "^0.4.2",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cookie-signature": "^1.2.1",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"ejs": "^3.1.9",
"eventsource": "^1.0.7",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-async-handler": "^1.2.0",
"express-correlation-id": "^1.3.1",
"express-handlebars": "^3.1.0",
"express-http-proxy": "^1.6.3",
"express-promise-router": "^4.1.1",
"express-rate-limit": "^5.2.3",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"express-ws": "^4.0.0",
"firebase-admin": "^11.9.0",
"firebase-functions": "^4.4.1",
"formidable": "^1.2.2",
"google-auth-library": "^8.8.0",
"googleapis": "^118.0.0",
"html-express-js": "^1.1.1",
"http-proxy-middleware": "^2.0.6",
"immutable": "^4.3.0",
"isomorphic-fetch": "^3.0.0",
"joi": "^17.9.2",
"jquery": "^3.7.0",
"jsonwebtoken": "^9.0.0",
"knex": "^1.0.4",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"moment": "^2.29.4",
"mongodb": "^4.3.0",
"morgan": "^1.10.0",
"mqtt": "^4.3.7",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.1",
"nodemailer": "^6.9.3",
"pg": "^7.18.1",
"pg-promise": "^10.8.7",
"pino": "^6.5.1",
"prom-client": "^12.0.0",
"pug": "^3.0.2",
"redis": "^3.0.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"request-promise-native": "^1.0.9",
"reselect": "^4.1.8",
"server-destroy": "^1.0.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.5.0",
"ssestream": "^1.1.0",
"stripe": "^8.137.0",
"twit": "^2.2.11",
"underscore": "^1.13.6",
"unzipper": "^0.10.11",
"vhost": "^3.0.2",
"winston": "^3.9.0",
"ws": "^7.4.2"
},
"devDependencies": {
"@types/async": "^3.2.20",
"@types/basic-auth": "^1.1.3",
"@types/body-parser": "^1.19.2",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/cookie-parser": "^1.4.3",
"@types/cookie-session": "^2.0.44",
"@types/cors": "^2.8.13",
"@types/csurf": "^1.11.2",
"@types/debug": "^4.1.8",
"@types/express": "^4.17.21",
"@types/express-handlebars": "0.0.30",
"@types/express-http-proxy": "^1.6.3",
"@types/express-rate-limit": "^5.1.1",
"@types/express-session": "^1.17.7",
"@types/faker": "^5.1.5",
"@types/json-server": "^0.14.4",
"@types/jsonwebtoken": "^8.5.1",
"@types/lodash": "^4.14.195",
"@types/mocha": "^8.2.0",
"@types/multer": "^1.4.7",
"@types/pg": "^7.14.7",
"@types/proxyquire": "^1.3.28",
"@types/request": "^2.48.8",
"@types/request-promise": "^4.1.48",
"@types/rewire": "^2.5.28",
"@types/sinon": "^7.5.1",
"@types/socket.io": "^2.1.12",
"@types/supertest": "^2.0.12",
"@types/ws": "^7.4.0",
"ava": "^3.15.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chai-http": "^4.4.0",
"chai-json": "^1.0.0",
"chai-json-pattern": "^1.1.0",
"chai-spies": "^1.0.0",
"chai-subset": "^1.6.0",
"debug": "^4.3.4",
"deep-equal-in-any-order": "^1.0.28",
"dotenv": "^16.3.1",
"faker": "^5.1.0",
"firebase-functions-test": "^3.1.0",
"http-server": "^0.12.3",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"json-server": "^0.17.0",
"mocha": "^8.2.1",
"moxios": "^0.4.0",
"nock": "^13.3.1",
"node-mocks-http": "^1.12.2",
"nodemon": "^2.0.22",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"proxyquire": "^2.1.3",
"regenerator-runtime": "^0.13.11",
"rewire": "^4.0.1",
"sinon": "^8.1.1",
"sinon-chai": "^3.7.0",
"supertest": "^4.0.2",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.1.5",
"vconsole": "^3.15.1"
}
}