-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
75 lines (75 loc) · 2.31 KB
/
Copy pathpackage-lock.json
File metadata and controls
75 lines (75 loc) · 2.31 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
{
"name": "@flancer32/github-flows-app",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@flancer32/github-flows-app",
"version": "0.2.0",
"license": "Apache-2.0",
"dependencies": {
"@teqfw/github-flows": "viktor-gusev/github-flows#main"
},
"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.6.2",
"resolved": "https://registry.npmjs.org/@teqfw/di/-/di-2.6.2.tgz",
"integrity": "sha512-teYrTSi8Ve92etBtcrmFQ9lELLH1QecCAlq8qBhiy6xZ0NYLyxum16anKyzTENF8Mbs7zHO2GMuCrPYrEkzZdw==",
"license": "Apache-2.0",
"engines": {
"node": ">=20"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/teqfw"
}
},
"node_modules/@teqfw/github-flows": {
"version": "0.7.0",
"resolved": "git+ssh://git@github.com/viktor-gusev/github-flows.git#dd75f7803455309e270e42903019dbead7b877f5",
"license": "Apache-2.0",
"dependencies": {
"@flancer32/teq-web": "^0.10.0"
},
"engines": {
"node": ">= 20"
}
},
"node_modules/@types/node": {
"version": "26.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.0.tgz",
"integrity": "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~8.3.0"
}
},
"node_modules/undici-types": {
"version": "8.3.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
"dev": true,
"license": "MIT"
}
}
}