-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
76 lines (76 loc) · 2.38 KB
/
package-lock.json
File metadata and controls
76 lines (76 loc) · 2.38 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
{
"name": "@flancer32/github-flows-app",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@flancer32/github-flows-app",
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"@teqfw/github-flows": "^0.1.0"
},
"devDependencies": {
"@types/node": "*"
},
"engines": {
"node": ">=20"
}
},
"node_modules/@flancer32/teq-web": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@flancer32/teq-web/-/teq-web-0.10.0.tgz",
"integrity": "sha512-FpoPJmbcg/c1bjkrA9r4MrC0pJYltlBqLnDh8075Y5Y8IwUh2WJmU85Qn/DGjnI1/AhH4ej5P4a/fuVK5VHj5g==",
"license": "Apache-2.0",
"dependencies": {
"@teqfw/di": "^2.4.0"
},
"engines": {
"node": ">=20"
}
},
"node_modules/@teqfw/di": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@teqfw/di/-/di-2.5.0.tgz",
"integrity": "sha512-D7MTvZu1uXatfN3l6eHBqHpXT8t+hejNL88eS5NMppG9gMXaqIbpivmJD5XD3rIpwxuJCgqaDzX4xl/iO/O00g==",
"license": "Apache-2.0",
"engines": {
"node": ">=20"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/teqfw"
}
},
"node_modules/@teqfw/github-flows": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@teqfw/github-flows/-/github-flows-0.1.0.tgz",
"integrity": "sha512-eNEKupA5zd7bw6GnyxijuM3b2cid4jt8ZPwG+y5KubiuZ0zWIYhgRRIoYlVicl5hjJSBqRNmwbKH5/WuO1BG0Q==",
"license": "Apache-2.0",
"dependencies": {
"@flancer32/teq-web": "^0.10.0"
},
"engines": {
"node": ">= 20"
}
},
"node_modules/@types/node": {
"version": "25.6.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
"integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.19.0"
}
},
"node_modules/undici-types": {
"version": "7.19.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
"integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
"dev": true,
"license": "MIT"
}
}
}