-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
75 lines (75 loc) · 2.49 KB
/
package-lock.json
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": "rojoworkflow-template",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@quenty/loader": "^10.7.1",
"@quenty/servicebag": "^11.10.0"
}
},
"node_modules/@quenty/baseobject": {
"version": "10.7.1",
"resolved": "https://registry.npmjs.org/@quenty/baseobject/-/baseobject-10.7.1.tgz",
"integrity": "sha512-xt7VSVoqKq1K4DkNiCjEoxzd6Lx9aPPD95/19f7ShDPWiT2f/KRzacSKzMHQSC22hk2XzGxfRFK+TKHV+oqv2g==",
"license": "MIT",
"dependencies": {
"@quenty/loader": "^10.7.1",
"@quenty/maid": "^3.4.0"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
}
},
"node_modules/@quenty/loader": {
"version": "10.7.1",
"resolved": "https://registry.npmjs.org/@quenty/loader/-/loader-10.7.1.tgz",
"integrity": "sha512-vRynFLPhu1EDIjdnNXIal8p8wccxpm8BITaoDLH0ebApgQjhnzhuNTxVE6ANa5Jckmi/RKlIMb7m9e/eSkZnYA==",
"license": "MIT",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
}
},
"node_modules/@quenty/maid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@quenty/maid/-/maid-3.4.0.tgz",
"integrity": "sha512-iieWFpdakt0HG/mdcpbXu5rgbejPWkEgxFnW+XUKobv5Rhb6oApLYIMhyuU2fUL5I5zGseKVRE2CBTabcXRkXg==",
"license": "MIT",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
}
},
"node_modules/@quenty/servicebag": {
"version": "11.10.0",
"resolved": "https://registry.npmjs.org/@quenty/servicebag/-/servicebag-11.10.0.tgz",
"integrity": "sha512-gzXpRQPTDxXRIh/Dm6a05UEguZCyGEphTlEjFpum906Xm+cxFwYAECHtmtNohDKMRUuoG0nRCn4OHS5MhSu5Rw==",
"license": "MIT",
"dependencies": {
"@quenty/baseobject": "^10.7.1",
"@quenty/loader": "^10.7.1",
"@quenty/signal": "^7.9.0"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
}
},
"node_modules/@quenty/signal": {
"version": "7.9.0",
"resolved": "https://registry.npmjs.org/@quenty/signal/-/signal-7.9.0.tgz",
"integrity": "sha512-ZzosH9aNQ2M9wbMP3iB70VsyCWu5FCRU5xmeJcRhB+vvAITSCnSzh5vzKqamWm0UBkiQxf6X9XKcSLIGthHLpQ==",
"license": "MIT",
"dependencies": {
"@quenty/loader": "^10.7.1"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
}
}
}
}