-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
239 lines (239 loc) · 7.26 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
{
"name": "more-modern-css-reset",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "more-modern-css-reset",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"lightningcss-cli": "1.22.1"
}
},
"node_modules/detect-libc": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
"integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
"dev": true,
"bin": {
"detect-libc": "bin/detect-libc.js"
},
"engines": {
"node": ">=0.10"
}
},
"node_modules/lightningcss-cli": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/lightningcss-cli/-/lightningcss-cli-1.22.1.tgz",
"integrity": "sha512-J4c4n6HOx6Q1qIYHwi169YJIFWkzPibIk5NmbSbZBc63HEGjDRQFJIPWizMWJUjqEmeF8CDnsFCC2R6tGKWpcQ==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"detect-libc": "^1.0.3"
},
"bin": {
"lightningcss": "lightningcss"
},
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"optionalDependencies": {
"lightningcss-cli-darwin-arm64": "1.22.1",
"lightningcss-cli-darwin-x64": "1.22.1",
"lightningcss-cli-freebsd-x64": "1.22.1",
"lightningcss-cli-linux-arm-gnueabihf": "1.22.1",
"lightningcss-cli-linux-arm64-gnu": "1.22.1",
"lightningcss-cli-linux-arm64-musl": "1.22.1",
"lightningcss-cli-linux-x64-gnu": "1.22.1",
"lightningcss-cli-linux-x64-musl": "1.22.1",
"lightningcss-cli-win32-x64-msvc": "1.22.1"
}
},
"node_modules/lightningcss-cli-darwin-arm64": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/lightningcss-cli-darwin-arm64/-/lightningcss-cli-darwin-arm64-1.22.1.tgz",
"integrity": "sha512-wYbAvHL8T25KHIfHrrQnwNtwp8OXuGIWV3O2IAlY5NwtrNsfTBF0odfHKE/M3vWv/c+JDSoU9hBqPqw9lgIbaA==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-cli-darwin-x64": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/lightningcss-cli-darwin-x64/-/lightningcss-cli-darwin-x64-1.22.1.tgz",
"integrity": "sha512-r634KvNQU8iBpVq1GGWG4G361ReREVTtdx9n+0mxrZVelWrQOXUHysHSvZbD+UBf3O2Iy1ie6kLJQEbN+Xk87A==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-cli-freebsd-x64": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/lightningcss-cli-freebsd-x64/-/lightningcss-cli-freebsd-x64-1.22.1.tgz",
"integrity": "sha512-7djPCTq7eW709ZVuD0UIEiQawF7PBHG1cZ6kWoRgBjk7NuFBLhJA/RrzsdWDC79R8xJc+rSk28qky5vh3Zl6rg==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"freebsd"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-cli-linux-arm-gnueabihf": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/lightningcss-cli-linux-arm-gnueabihf/-/lightningcss-cli-linux-arm-gnueabihf-1.22.1.tgz",
"integrity": "sha512-kMAjQBL4fJjMH9usR/7p9gf9ILtP31lA3Pn+RjS7+pElzJ0pjkErID4NCnyHdKmXrlzcN/9o02xI+0FOskhf6g==",
"cpu": [
"arm"
],
"dev": true,
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-cli-linux-arm64-gnu": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/lightningcss-cli-linux-arm64-gnu/-/lightningcss-cli-linux-arm64-gnu-1.22.1.tgz",
"integrity": "sha512-d5Vw3XZC6Z6Brbtyn99WaFH3viMNqWR7GxZl7KcHIfE9zOHEJfTJZBrCMEJ5DP+r14IVBH+c3cIoLtZHUUXibg==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-cli-linux-arm64-musl": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/lightningcss-cli-linux-arm64-musl/-/lightningcss-cli-linux-arm64-musl-1.22.1.tgz",
"integrity": "sha512-rkJnLZo5ZaFzh2UN3RjB9K/JIhtgcJMhIeE9tMvDeB3B3UUQjfMEqIYfW/KshIoMLk32ZVEuNkKAgztCcn4csw==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-cli-linux-x64-gnu": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/lightningcss-cli-linux-x64-gnu/-/lightningcss-cli-linux-x64-gnu-1.22.1.tgz",
"integrity": "sha512-OgfjE7DcBMaCo1gSOR5rL9441ujEbWsA32SRjS7MRw/LKavpFKn+bbqLV5/NC2yvXPDnL6cNuJykvp0EHzqpIw==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-cli-linux-x64-musl": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/lightningcss-cli-linux-x64-musl/-/lightningcss-cli-linux-x64-musl-1.22.1.tgz",
"integrity": "sha512-RyXSN3friFZBWfGZoN9Xtv3GjeDM5/CQcn35ECPo0IC+Y5ZrENRpXab5FR87BWm1qFdqfF28wTAFb8k6eBnAvA==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"linux"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
},
"node_modules/lightningcss-cli-win32-x64-msvc": {
"version": "1.22.1",
"resolved": "https://registry.npmjs.org/lightningcss-cli-win32-x64-msvc/-/lightningcss-cli-win32-x64-msvc-1.22.1.tgz",
"integrity": "sha512-VB1IcMsKeHJVyd0bUrcbMSRI+ZQwxvLdk7RX1HfZDNt8wEt63skfGU3DVYDXYibAuDpkwe7BTIG2BiARWtC5xA==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"win32"
],
"engines": {
"node": ">= 12.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
}
}
}
}