-
Notifications
You must be signed in to change notification settings - Fork 3
/
pnpm-lock.yaml
119 lines (106 loc) · 3.18 KB
/
pnpm-lock.yaml
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
lockfileVersion: '6.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
devDependencies:
husky:
specifier: 7.0.4
version: 7.0.4
lefthook:
specifier: ^1.6.7
version: 1.6.7
prettier:
specifier: 2.6.2
version: 2.6.2
packages:
/husky@7.0.4:
resolution:
{ integrity: sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ== }
engines: { node: '>=12' }
hasBin: true
dev: true
/lefthook-darwin-arm64@1.6.7:
resolution:
{ integrity: sha512-/Li1ssZd8WYpBMq2Aqs7AZGWtKpJQJkWkfrEzT6ke7gjNngBurRkVJcEpoiRJpzhk6J+HZTk3Pimh8XaYI0KHw== }
cpu: [arm64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
/lefthook-darwin-x64@1.6.7:
resolution:
{ integrity: sha512-ZKRUFea0j/pco3NoypOHlzmSaYx5UYq47qywiqMUDmXz/38sjRlt8apKSNS3rlsPyPw+9g1c+pWwi+mQiHOnDg== }
cpu: [x64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
/lefthook-freebsd-arm64@1.6.7:
resolution:
{ integrity: sha512-kY1/+SqxGg4xyKCXOZG9tSmBSHr1m7IoGy4G4FlbmLcZeq4n1JUlhPz/05rbIemR7HXOwA5CAGyjooxT4hNfyw== }
cpu: [arm64]
os: [freebsd]
requiresBuild: true
dev: true
optional: true
/lefthook-freebsd-x64@1.6.7:
resolution:
{ integrity: sha512-rC9/G6WPKWyxNB68HsUxngOdcTAHTux04LgDgC0j6OOFgpo8cEYHSNTHv4ERz79FxCPBmNe4Cg+mIXHYg8b8RQ== }
cpu: [x64]
os: [freebsd]
requiresBuild: true
dev: true
optional: true
/lefthook-linux-arm64@1.6.7:
resolution:
{ integrity: sha512-3MAfA/cAgA7716C04XkSoyfMDXkOZDx9k2BkZdOwt35TBjxz6fkinYeeOvszGBSfeOFNQHIYYFgHazEaFVzrjQ== }
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/lefthook-linux-x64@1.6.7:
resolution:
{ integrity: sha512-VzgNM0bJyzakrhjFZbTYrwli0L6bY1bk6SKhyFAYToH8/rI6pjlinSgu1VTAamXhxmA7YaRB8/5OJEjhvb0aKg== }
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
/lefthook-windows-arm64@1.6.7:
resolution:
{ integrity: sha512-naV4612JbrOCRZSWVS0Y1BzREHDLyCWC9eHqDG8XTGC1NJ/vM3ip2j9hHHF/GPSceazs82Tog2rSpJ9q8JZ0IQ== }
cpu: [arm64]
os: [win32]
requiresBuild: true
dev: true
optional: true
/lefthook-windows-x64@1.6.7:
resolution:
{ integrity: sha512-U0jwO5CTya9yo1G+946ULBhH3Nl6j+WOqYz7rWJQIIFNe0mvethmAv+aLKMNrAWgOZ+gX0A7++cqdUOl9LoVwQ== }
cpu: [x64]
os: [win32]
requiresBuild: true
dev: true
optional: true
/lefthook@1.6.7:
resolution:
{ integrity: sha512-glQisTn0oMXfWv58MBE54wOPez8T06dqcEGrfz73RlvOi/kvbu59oockEvMYs4RfvowQirF0ncp+JHWJbDMRgQ== }
hasBin: true
requiresBuild: true
optionalDependencies:
lefthook-darwin-arm64: 1.6.7
lefthook-darwin-x64: 1.6.7
lefthook-freebsd-arm64: 1.6.7
lefthook-freebsd-x64: 1.6.7
lefthook-linux-arm64: 1.6.7
lefthook-linux-x64: 1.6.7
lefthook-windows-arm64: 1.6.7
lefthook-windows-x64: 1.6.7
dev: true
/prettier@2.6.2:
resolution:
{ integrity: sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew== }
engines: { node: '>=10.13.0' }
hasBin: true
dev: true