-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
88 lines (88 loc) · 2.48 KB
/
package-lock.json
File metadata and controls
88 lines (88 loc) · 2.48 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
88
{
"name": "@flancer32/book-browser-lab",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@flancer32/book-browser-lab",
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"@flancer32/teq-web": "^0.4.0",
"@teqfw/di": "^1.2.0",
"dotenv": "^17.2.3",
"ws": "^8.18.3"
},
"engines": {
"node": ">=20"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/teqfw"
}
},
"node_modules/@flancer32/teq-web": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@flancer32/teq-web/-/teq-web-0.4.0.tgz",
"integrity": "sha512-nVFjUnAZt958gy/N5oCGrE03yU+1JG0h2bdo2yqOhlMwhVPHey0178iw+jUrXKLMmFLac1SBn5K69s2/o5z1Mg==",
"license": "Apache-2.0",
"dependencies": {
"@teqfw/di": "^1.1.3"
},
"engines": {
"node": ">=20"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/teqfw"
}
},
"node_modules/@teqfw/di": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@teqfw/di/-/di-1.2.0.tgz",
"integrity": "sha512-qiPWMvQIn0yUN4xaUdhmzHRQlbOj7TKG4+iWc2+aq2pastt3ee5AeFnuzvN4RPNe0pVVpSJ5ZSY70HvQWzilow==",
"license": "Apache-2.0",
"engines": {
"node": ">=20"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/teqfw"
}
},
"node_modules/dotenv": {
"version": "17.2.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz",
"integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/ws": {
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
}
}