-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathpackage-lock.json
More file actions
221 lines (221 loc) · 9.23 KB
/
Copy pathpackage-lock.json
File metadata and controls
221 lines (221 loc) · 9.23 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
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
{
"name": "sync-with-algolia",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sync-with-algolia",
"version": "1.0.0",
"dependencies": {
"algoliasearch": "^4.23.3",
"node-appwrite": "^14.1.0"
},
"devDependencies": {
"prettier": "^3.2.5"
}
},
"node_modules/@algolia/cache-browser-local-storage": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.27.0.tgz",
"integrity": "sha512-YGog2s57sO20lvpa+hv5XLAAmiTI1kHsCMRtPVfiaOdIQnvRla21lfH08onqEbZihOPVI8GULwt79zQB2ymKzg==",
"license": "MIT",
"dependencies": {
"@algolia/cache-common": "4.27.0"
}
},
"node_modules/@algolia/cache-common": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/cache-common/-/cache-common-4.27.0.tgz",
"integrity": "sha512-Sr8zjNXj82p6lO4W9CdzfF0m0/9h/H6VAdSHOTtimm/cTzXIYXRI2IZq7+Nt2ljJ7Ukx+7dIFcxQjE57eQSPsw==",
"license": "MIT"
},
"node_modules/@algolia/cache-in-memory": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/cache-in-memory/-/cache-in-memory-4.27.0.tgz",
"integrity": "sha512-abgMRTcVD0IllNvMM9JFhxtyLn1v6Ey7mQ7+BGS3JCzvkCX7KZqlS0BIuVUDgx9sPIfOeNsG/awGzMmP50TwZw==",
"license": "MIT",
"dependencies": {
"@algolia/cache-common": "4.27.0"
}
},
"node_modules/@algolia/client-account": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/client-account/-/client-account-4.27.0.tgz",
"integrity": "sha512-sSHxwrKTKJrwfoR/LcQJZfmiWJcM5d9Rp7afMChxOcdGdkSdIwrNBC8SCcHRenA3GsZ6mg+j6px7KWYxJ34btA==",
"license": "MIT",
"dependencies": {
"@algolia/client-common": "4.27.0",
"@algolia/client-search": "4.27.0",
"@algolia/transporter": "4.27.0"
}
},
"node_modules/@algolia/client-analytics": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-4.27.0.tgz",
"integrity": "sha512-MqIDyxODljn9ZC4oqjQD0kez2a4zjIJ9ywA/b7cIiUiK/tDjZNTVjYd9WXMKQlXnWUwfrfXJZClVVqN1iCXS+Q==",
"license": "MIT",
"dependencies": {
"@algolia/client-common": "4.27.0",
"@algolia/client-search": "4.27.0",
"@algolia/requester-common": "4.27.0",
"@algolia/transporter": "4.27.0"
}
},
"node_modules/@algolia/client-common": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-4.27.0.tgz",
"integrity": "sha512-ZrT6l/YPQgyIUuBCxcYPeXol2VBLUMuNb1rKXrm6z1f/iTiwqtnEEb16/6CC11+Re0ZGXrdcMVrgDRrzveQ1aQ==",
"license": "MIT",
"dependencies": {
"@algolia/requester-common": "4.27.0",
"@algolia/transporter": "4.27.0"
}
},
"node_modules/@algolia/client-personalization": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-4.27.0.tgz",
"integrity": "sha512-OZqaFFVm+10hAlmxpiTWi/o2n+YKBESbSqSy2yXAumPH/kaK4moJHFblbh8IkV3KZR0lLm4hzPtn8Q2nWNiDUA==",
"license": "MIT",
"dependencies": {
"@algolia/client-common": "4.27.0",
"@algolia/requester-common": "4.27.0",
"@algolia/transporter": "4.27.0"
}
},
"node_modules/@algolia/client-search": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-4.27.0.tgz",
"integrity": "sha512-qmX/f67ay0eZ4V5Io8fWWOcUVo/gqre2yei1PnmEhQU2Gul6ushg25QnNrfu4BODiRrw1rwYveZaLCiHvcUxrQ==",
"license": "MIT",
"dependencies": {
"@algolia/client-common": "4.27.0",
"@algolia/requester-common": "4.27.0",
"@algolia/transporter": "4.27.0"
}
},
"node_modules/@algolia/logger-common": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/logger-common/-/logger-common-4.27.0.tgz",
"integrity": "sha512-pIrmQRXtDV+zTMVXKtKCosC2rWhn0F0TdUeb9etA6RiAz6jY6bY6f0+JX7YekDK09SnmZMLIyUa7Jci+Ied9bw==",
"license": "MIT"
},
"node_modules/@algolia/logger-console": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/logger-console/-/logger-console-4.27.0.tgz",
"integrity": "sha512-UWvta8BxsR/u5z9eI088mOSLQaGtmoCtXeN3DYJurlxAdJwPuKtEb5+433kxA6/E9f2/JgoW89KZ1vNP9pcHBQ==",
"license": "MIT",
"dependencies": {
"@algolia/logger-common": "4.27.0"
}
},
"node_modules/@algolia/recommend": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-4.27.0.tgz",
"integrity": "sha512-CFy54xDjrsazPi3KN04yPmLRDT72AKokc3RLOdWQvG0/uEUjj7dhWqe9qenxpL4ydsjO7S1eY5YqmX+uMGonlg==",
"license": "MIT",
"dependencies": {
"@algolia/cache-browser-local-storage": "4.27.0",
"@algolia/cache-common": "4.27.0",
"@algolia/cache-in-memory": "4.27.0",
"@algolia/client-common": "4.27.0",
"@algolia/client-search": "4.27.0",
"@algolia/logger-common": "4.27.0",
"@algolia/logger-console": "4.27.0",
"@algolia/requester-browser-xhr": "4.27.0",
"@algolia/requester-common": "4.27.0",
"@algolia/requester-node-http": "4.27.0",
"@algolia/transporter": "4.27.0"
}
},
"node_modules/@algolia/requester-browser-xhr": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.27.0.tgz",
"integrity": "sha512-dTenMBIIpyp5o3C2ZnfbsuSlD/lL9jPkk6T+2+qm38fyw2nf49ANbcHFE79NgiGrnmw7QrYveCs9NIP3Wk4v6g==",
"license": "MIT",
"dependencies": {
"@algolia/requester-common": "4.27.0"
}
},
"node_modules/@algolia/requester-common": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/requester-common/-/requester-common-4.27.0.tgz",
"integrity": "sha512-VC3prAQVgWTubMStb3mJz6i61Hqbtagi2LeIbgNtoFJFff3XZDcAaO1D5r0GYl2+DrB2VzUHnQXbkiuI+HHYyg==",
"license": "MIT"
},
"node_modules/@algolia/requester-node-http": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-4.27.0.tgz",
"integrity": "sha512-y8nUqaUQeSOQ5oaNo0b2QPznyBFW9LoIwljyUphJ+gUZpU6O/j2/C8ovoqDpIe6J0etqHg5RCcBizrCFZuLpyw==",
"license": "MIT",
"dependencies": {
"@algolia/requester-common": "4.27.0"
}
},
"node_modules/@algolia/transporter": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/@algolia/transporter/-/transporter-4.27.0.tgz",
"integrity": "sha512-PvSbELU4VjN3xSX79ki+zIdOGhTxyJXWvRDzkUjfTx2iNfPWDdTjzKbP1o+268coJztxrkuBwJz90Urek7o1Kw==",
"license": "MIT",
"dependencies": {
"@algolia/cache-common": "4.27.0",
"@algolia/logger-common": "4.27.0",
"@algolia/requester-common": "4.27.0"
}
},
"node_modules/algoliasearch": {
"version": "4.27.0",
"resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-4.27.0.tgz",
"integrity": "sha512-C88C5grLa5VOCp9eYZJt+q99ik7yNdm92l7Q9+4XK0Md8kL05Lg8l2v9ZVX0uMW3mH9pAFxMMXlLOvqNumA4lw==",
"license": "MIT",
"dependencies": {
"@algolia/cache-browser-local-storage": "4.27.0",
"@algolia/cache-common": "4.27.0",
"@algolia/cache-in-memory": "4.27.0",
"@algolia/client-account": "4.27.0",
"@algolia/client-analytics": "4.27.0",
"@algolia/client-common": "4.27.0",
"@algolia/client-personalization": "4.27.0",
"@algolia/client-search": "4.27.0",
"@algolia/logger-common": "4.27.0",
"@algolia/logger-console": "4.27.0",
"@algolia/recommend": "4.27.0",
"@algolia/requester-browser-xhr": "4.27.0",
"@algolia/requester-common": "4.27.0",
"@algolia/requester-node-http": "4.27.0",
"@algolia/transporter": "4.27.0"
}
},
"node_modules/node-appwrite": {
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/node-appwrite/-/node-appwrite-14.2.0.tgz",
"integrity": "sha512-sPPA+JzdBJRS+lM6azX85y3/6iyKQYlHcXCbjMuWLROh6IiU9EfXRW3XSUTa5HDoBrlo8ve+AnVA6BIjQfUs1g==",
"license": "BSD-3-Clause",
"dependencies": {
"node-fetch-native-with-agent": "1.7.2"
}
},
"node_modules/node-fetch-native-with-agent": {
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/node-fetch-native-with-agent/-/node-fetch-native-with-agent-1.7.2.tgz",
"integrity": "sha512-5MaOOCuJEvcckoz7/tjdx1M6OusOY6Xc5f459IaruGStWnKzlI1qpNgaAwmn4LmFYcsSlj+jBMk84wmmRxfk5g==",
"license": "MIT"
},
"node_modules/prettier": {
"version": "3.9.6",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz",
"integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
}
}
}