-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
52 lines (52 loc) · 1.51 KB
/
package-lock.json
File metadata and controls
52 lines (52 loc) · 1.51 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
{
"name": "@flancer32/teq-web",
"version": "0.11.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@flancer32/teq-web",
"version": "0.11.0",
"license": "Apache-2.0",
"dependencies": {
"@teqfw/di": "^2.4.0"
},
"devDependencies": {
"@types/node": "^25.4.0"
},
"engines": {
"node": ">=20"
}
},
"node_modules/@teqfw/di": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@teqfw/di/-/di-2.4.0.tgz",
"integrity": "sha512-yrYXtQgjpReNJlMTVkpJ+fO/pNmnOrvVYLoloqTd1Wx881CC6NI0WtyRIx7EtasIVWs1eNP/S90uicdmN1vJTw==",
"license": "Apache-2.0",
"engines": {
"node": ">=20"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/teqfw"
}
},
"node_modules/@types/node": {
"version": "25.5.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.5.0.tgz",
"integrity": "sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.18.0"
}
},
"node_modules/undici-types": {
"version": "7.18.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
"integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
"dev": true,
"license": "MIT"
}
}
}