@spinajs/http 2.0.490 → 2.0.494
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +376 -376
- package/lib/cjs/config/http.js +13 -13
- package/lib/cjs/route-builder.js +2 -2
- package/lib/mjs/config/http.js +13 -13
- package/lib/mjs/route-builder.js +2 -2
- package/lib/static/style.css +15 -15
- package/lib/tsconfig.cjs.tsbuildinfo +1 -1
- package/lib/tsconfig.mjs.tsbuildinfo +1 -1
- package/lib/views/responses/badRequest.pug +12 -12
- package/lib/views/responses/conflict.pug +12 -12
- package/lib/views/responses/entityTooLarge.pug +12 -12
- package/lib/views/responses/forbidden.pug +12 -12
- package/lib/views/responses/noContent.pug +12 -12
- package/lib/views/responses/not-acceptable.pug +12 -12
- package/lib/views/responses/not-allowed.pug +12 -12
- package/lib/views/responses/notFound.pug +12 -12
- package/lib/views/responses/ok.pug +11 -11
- package/lib/views/responses/serverError.pug +12 -12
- package/lib/views/responses/unauthorized.pug +12 -12
- package/lib/views/responses/validationError.pug +15 -15
- package/package.json +99 -97
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("Bad request")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 400 - #{__("Bad request")}
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("Bad request")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 400 - #{__("Bad request")}
|
|
13
13
|
div #{__(message)}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("Conflict")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 409 - #{__("Conflict")}
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("Conflict")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 409 - #{__("Conflict")}
|
|
13
13
|
div #{__(message)}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("Entity too large")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 413 - #{__("Entity too large")}
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("Entity too large")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 413 - #{__("Entity too large")}
|
|
13
13
|
div #{__(message)}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("Forbidden")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 403 - #{__("Forbidden")}
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("Forbidden")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 403 - #{__("Forbidden")}
|
|
13
13
|
div #{__(message)}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("No content")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 204 - #{__("No content")}
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("No content")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 204 - #{__("No content")}
|
|
13
13
|
div #{__(message)}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("Not acceptable")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 406 - #{__("Not acceptable content response type")}
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("Not acceptable")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 406 - #{__("Not acceptable content response type")}
|
|
13
13
|
div #{__(message)}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("Not allowed")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 405 - #{__("Not allowed")}
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("Not allowed")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 405 - #{__("Not allowed")}
|
|
13
13
|
div #{__(message)}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("Not found")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 404 - #{__("Not found")}
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("Not found")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 404 - #{__("Not found")}
|
|
13
13
|
div #{__(message)}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.png")
|
|
4
|
-
|
|
5
|
-
title #{__("All ok")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.png")
|
|
4
|
+
|
|
5
|
+
title #{__("All ok")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
12
|
h1 200 - #{__("All ok")}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("Server error")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 500 - #{__("Server error")}
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("Server error")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 500 - #{__("Server error")}
|
|
13
13
|
div #{__(message)}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("Unauthorized")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 401 - #{__("Unauthorized")}
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("Unauthorized")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 401 - #{__("Unauthorized")}
|
|
13
13
|
div #{__(message)}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
html
|
|
2
|
-
head
|
|
3
|
-
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
-
|
|
5
|
-
title #{__("Validation error")}
|
|
6
|
-
|
|
7
|
-
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
-
body
|
|
9
|
-
div(class="container")
|
|
10
|
-
div(class="item")
|
|
11
|
-
div(class="entry")
|
|
12
|
-
h1 400 - #{__("Validation error")}
|
|
13
|
-
div #{__(message)}
|
|
14
|
-
ul
|
|
15
|
-
each param in parameter
|
|
1
|
+
html
|
|
2
|
+
head
|
|
3
|
+
link(rel="icon", type="image/x-icon", href="/_static/favicon.ico")
|
|
4
|
+
|
|
5
|
+
title #{__("Validation error")}
|
|
6
|
+
|
|
7
|
+
link(href="/_static/style.css",rel="stylesheet")
|
|
8
|
+
body
|
|
9
|
+
div(class="container")
|
|
10
|
+
div(class="item")
|
|
11
|
+
div(class="entry")
|
|
12
|
+
h1 400 - #{__("Validation error")}
|
|
13
|
+
div #{__(message)}
|
|
14
|
+
ul
|
|
15
|
+
each param in parameter
|
|
16
16
|
li #{param.instancePath} #{param.message} ( type: #{param.type} ), schemaPath: #{param.schemaPath}
|
package/package.json
CHANGED
|
@@ -1,97 +1,99 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@spinajs/http",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "framework HTTP module base on express.js",
|
|
5
|
-
"main": "lib/cjs/index.js",
|
|
6
|
-
"module": "lib/mjs/index.js",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": {
|
|
9
|
-
"types": "./lib/mjs/index.d.ts",
|
|
10
|
-
"import": "./lib/mjs/index.js",
|
|
11
|
-
"require": "./lib/cjs/index.js"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"type": "module",
|
|
15
|
-
"private": false,
|
|
16
|
-
"publishConfig": {
|
|
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
|
-
"@types/
|
|
57
|
-
"@types/
|
|
58
|
-
"@types/
|
|
59
|
-
"@types/
|
|
60
|
-
"@types/
|
|
61
|
-
"@types/
|
|
62
|
-
"@types/
|
|
63
|
-
"@types/
|
|
64
|
-
"@types/
|
|
65
|
-
"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"@spinajs/
|
|
71
|
-
"@spinajs/
|
|
72
|
-
"@spinajs/
|
|
73
|
-
"@spinajs/
|
|
74
|
-
"@spinajs/
|
|
75
|
-
"@spinajs/
|
|
76
|
-
"@spinajs/
|
|
77
|
-
"@spinajs/
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@spinajs/http",
|
|
3
|
+
"version": "2.0.494",
|
|
4
|
+
"description": "framework HTTP module base on express.js",
|
|
5
|
+
"main": "lib/cjs/index.js",
|
|
6
|
+
"module": "lib/mjs/index.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./lib/mjs/index.d.ts",
|
|
10
|
+
"import": "./lib/mjs/index.js",
|
|
11
|
+
"require": "./lib/cjs/index.js"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"type": "module",
|
|
15
|
+
"private": false,
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"engines": {
|
|
20
|
+
"node": ">=16.11"
|
|
21
|
+
},
|
|
22
|
+
"scripts": {
|
|
23
|
+
"watch": "tsc -b tsconfig.mjs.json -w",
|
|
24
|
+
"build": "npm run clean && npm run compile && npm run copy",
|
|
25
|
+
"compile": "tsc -b tsconfig.mjs.json",
|
|
26
|
+
"compile:cjs": "tsc -b tsconfig.cjs.json",
|
|
27
|
+
"copy": "cpx \"src/views/**/*.{pug,js}\" lib/views/ && cpx \"src/static/**/*\" lib/static/",
|
|
28
|
+
"rimraf": "./node_modules/rimraf/bin.js",
|
|
29
|
+
"clean": "rimraf lib/ && rimraf tsconfig.tsbuildinfo",
|
|
30
|
+
"test": "ts-mocha -p tsconfig.json test/**/*.test.ts",
|
|
31
|
+
"coverage": "nyc npm run test",
|
|
32
|
+
"build-docs": "rimraf docs && typedoc --options typedoc.json src/",
|
|
33
|
+
"format": "prettier --write \"src/**/*.ts\"",
|
|
34
|
+
"lint": "eslint -c .eslintrc.cjs --ext .ts src --fix",
|
|
35
|
+
"preversion": "npm run lint",
|
|
36
|
+
"version": "npm run format && git add -A src"
|
|
37
|
+
},
|
|
38
|
+
"files": [
|
|
39
|
+
"lib/**/*"
|
|
40
|
+
],
|
|
41
|
+
"repository": {
|
|
42
|
+
"type": "git",
|
|
43
|
+
"url": "git+https://github.com/spinajs/main.git"
|
|
44
|
+
},
|
|
45
|
+
"keywords": [
|
|
46
|
+
"spinajs",
|
|
47
|
+
"http"
|
|
48
|
+
],
|
|
49
|
+
"author": "SpinaJS <spinajs@coderush.pl> (https://github.com/spinajs/main)",
|
|
50
|
+
"license": "MIT",
|
|
51
|
+
"bugs": {
|
|
52
|
+
"url": "https://github.com/spinajs/main/issues"
|
|
53
|
+
},
|
|
54
|
+
"homepage": "https://github.com/spinajs/main#readme",
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@types/compression": "^1.7.2",
|
|
57
|
+
"@types/cookie-parser": "^1.4.3",
|
|
58
|
+
"@types/cookie-signature": "^1.1.0",
|
|
59
|
+
"@types/cors": "^2.8.13",
|
|
60
|
+
"@types/express": "^5.0.1",
|
|
61
|
+
"@types/formidable": "^3.4.6",
|
|
62
|
+
"@types/luxon": "^3.6.1",
|
|
63
|
+
"@types/node": "^22.14.1",
|
|
64
|
+
"@types/pug": "^2.0.6",
|
|
65
|
+
"@types/qs": "^6.15.1",
|
|
66
|
+
"@types/uuid": "^9.0.0",
|
|
67
|
+
"cpx": "1.5.0"
|
|
68
|
+
},
|
|
69
|
+
"dependencies": {
|
|
70
|
+
"@spinajs/configuration": "2.0.494",
|
|
71
|
+
"@spinajs/di": "2.0.494",
|
|
72
|
+
"@spinajs/exceptions": "2.0.494",
|
|
73
|
+
"@spinajs/fs": "2.0.494",
|
|
74
|
+
"@spinajs/log": "2.0.494",
|
|
75
|
+
"@spinajs/reflection": "2.0.494",
|
|
76
|
+
"@spinajs/templates": "2.0.494",
|
|
77
|
+
"@spinajs/templates-pug": "2.0.494",
|
|
78
|
+
"@spinajs/util": "2.0.494",
|
|
79
|
+
"@spinajs/validation": "2.0.494",
|
|
80
|
+
"compression": "^1.7.4",
|
|
81
|
+
"cookie-parser": "^1.4.6",
|
|
82
|
+
"cookie-signature": "^1.2.0",
|
|
83
|
+
"cors": "^2.8.5",
|
|
84
|
+
"csv": "^6.2.5",
|
|
85
|
+
"express": "^5.1.0",
|
|
86
|
+
"fast-xml-parser": "^4.5.7",
|
|
87
|
+
"formidable": "^3.5.4",
|
|
88
|
+
"glob": "^8.1.0",
|
|
89
|
+
"helmet": "^6.0.1",
|
|
90
|
+
"lodash": "^4.17.21",
|
|
91
|
+
"luxon": "^3.6.1",
|
|
92
|
+
"mime": "^4.1.0",
|
|
93
|
+
"qs": "^6.15.3",
|
|
94
|
+
"randomstring": "^1.2.3",
|
|
95
|
+
"typescript": "^5.0.0",
|
|
96
|
+
"uuid": "^9.0.0"
|
|
97
|
+
},
|
|
98
|
+
"gitHead": "002dc553b0ffffd72193d0121ac425a4083bc9ee"
|
|
99
|
+
}
|