single-file-core 1.5.89 → 1.5.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/publish.yml +88 -0
- package/.github/workflows/vendor.yml +25 -0
- package/package.json +7 -3
- package/processors/compression/compression-router.js +60 -10
- package/processors/compression/compression.js +7 -4
- package/zip-build/README.md +56 -0
- package/zip-build/lib/fflate-streams.js +47 -0
- package/zip-build/lib/fflate.js +2692 -0
- package/zip-build/lib/zip-vendor-worker.js +3 -0
- package/zip-build/lib/zip-vendor.js +3 -0
- package/zip-build/lib/zip.js +25 -0
- package/zip-build/package-lock.json +665 -0
- package/zip-build/package.json +15 -0
- package/zip-build/reserved-property-names.json +10597 -0
- package/zip-build/rollup.config.js +54 -0
|
@@ -0,0 +1,665 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "single-file-core-zip-build",
|
|
3
|
+
"lockfileVersion": 3,
|
|
4
|
+
"requires": true,
|
|
5
|
+
"packages": {
|
|
6
|
+
"": {
|
|
7
|
+
"name": "single-file-core-zip-build",
|
|
8
|
+
"devDependencies": {
|
|
9
|
+
"@rollup/plugin-terser": "1.0.0",
|
|
10
|
+
"@zip.js/zip.js": "2.8.59",
|
|
11
|
+
"rollup": "4.62.4",
|
|
12
|
+
"terser": "5.50.0"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"node_modules/@jridgewell/gen-mapping": {
|
|
16
|
+
"version": "0.3.13",
|
|
17
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
18
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
19
|
+
"dev": true,
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
23
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
27
|
+
"version": "3.1.2",
|
|
28
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
29
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
30
|
+
"dev": true,
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"engines": {
|
|
33
|
+
"node": ">=6.0.0"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"node_modules/@jridgewell/source-map": {
|
|
37
|
+
"version": "0.3.11",
|
|
38
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.11.tgz",
|
|
39
|
+
"integrity": "sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==",
|
|
40
|
+
"dev": true,
|
|
41
|
+
"license": "MIT",
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
44
|
+
"@jridgewell/trace-mapping": "^0.3.25"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
48
|
+
"version": "1.5.5",
|
|
49
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
50
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
51
|
+
"dev": true,
|
|
52
|
+
"license": "MIT"
|
|
53
|
+
},
|
|
54
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
55
|
+
"version": "0.3.31",
|
|
56
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
57
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
58
|
+
"dev": true,
|
|
59
|
+
"license": "MIT",
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
62
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"node_modules/@napi-rs/lzma-linux-x64-gnu": {
|
|
66
|
+
"version": "1.5.1",
|
|
67
|
+
"resolved": "https://registry.npmjs.org/@napi-rs/lzma-linux-x64-gnu/-/lzma-linux-x64-gnu-1.5.1.tgz",
|
|
68
|
+
"integrity": "sha512-oTXEIha4SsuXdTA4Iyskj0kpdx2yVXdhd75c2v3xGrHFfVMsbhTPZU/nMPL4sWKo4pBHm3aucLaqGlF696dTyQ==",
|
|
69
|
+
"cpu": [
|
|
70
|
+
"x64"
|
|
71
|
+
],
|
|
72
|
+
"dev": true,
|
|
73
|
+
"libc": [
|
|
74
|
+
"glibc"
|
|
75
|
+
],
|
|
76
|
+
"license": "MIT",
|
|
77
|
+
"optional": true,
|
|
78
|
+
"os": [
|
|
79
|
+
"linux"
|
|
80
|
+
],
|
|
81
|
+
"engines": {
|
|
82
|
+
"node": "^22.20 || ^24.12 || >=25"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"node_modules/@rollup/plugin-terser": {
|
|
86
|
+
"version": "1.0.0",
|
|
87
|
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-1.0.0.tgz",
|
|
88
|
+
"integrity": "sha512-FnCxhTBx6bMOYQrar6C8h3scPt8/JwIzw3+AJ2K++6guogH5fYaIFia+zZuhqv0eo1RN7W1Pz630SyvLbDjhtQ==",
|
|
89
|
+
"dev": true,
|
|
90
|
+
"license": "MIT",
|
|
91
|
+
"dependencies": {
|
|
92
|
+
"serialize-javascript": "^7.0.3",
|
|
93
|
+
"smob": "^1.0.0",
|
|
94
|
+
"terser": "^5.17.4"
|
|
95
|
+
},
|
|
96
|
+
"engines": {
|
|
97
|
+
"node": ">=20.0.0"
|
|
98
|
+
},
|
|
99
|
+
"peerDependencies": {
|
|
100
|
+
"rollup": "^2.0.0||^3.0.0||^4.0.0"
|
|
101
|
+
},
|
|
102
|
+
"peerDependenciesMeta": {
|
|
103
|
+
"rollup": {
|
|
104
|
+
"optional": true
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
109
|
+
"version": "4.62.4",
|
|
110
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.4.tgz",
|
|
111
|
+
"integrity": "sha512-RrPokAb7dmbxFoeO3TloqHyOjgye8RkBhSqmp4aJMIex4c9r46ZstPnleDQOq1t46VOVjwIuwNogIqbodV1Vvg==",
|
|
112
|
+
"cpu": [
|
|
113
|
+
"arm"
|
|
114
|
+
],
|
|
115
|
+
"dev": true,
|
|
116
|
+
"license": "MIT",
|
|
117
|
+
"optional": true,
|
|
118
|
+
"os": [
|
|
119
|
+
"android"
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
123
|
+
"version": "4.62.4",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.4.tgz",
|
|
125
|
+
"integrity": "sha512-JKuJc+pnpks2pjy7L/N3v/cAkZxYlnmuZoD840ldbMI5KDbC4iO9NKwPKYdjYFCMAIIlBzYSFHxIJVYzRo2/8A==",
|
|
126
|
+
"cpu": [
|
|
127
|
+
"arm64"
|
|
128
|
+
],
|
|
129
|
+
"dev": true,
|
|
130
|
+
"license": "MIT",
|
|
131
|
+
"optional": true,
|
|
132
|
+
"os": [
|
|
133
|
+
"android"
|
|
134
|
+
]
|
|
135
|
+
},
|
|
136
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
137
|
+
"version": "4.62.4",
|
|
138
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.4.tgz",
|
|
139
|
+
"integrity": "sha512-krw5uS2STmvJ02x0uTXHbqQNuz+9eZ1iw+qXk9dmW2gvV4jV7O2hEoOnuhFrpOPiel1mBFtqbxYZZtC46hXLOw==",
|
|
140
|
+
"cpu": [
|
|
141
|
+
"arm64"
|
|
142
|
+
],
|
|
143
|
+
"dev": true,
|
|
144
|
+
"license": "MIT",
|
|
145
|
+
"optional": true,
|
|
146
|
+
"os": [
|
|
147
|
+
"darwin"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
151
|
+
"version": "4.62.4",
|
|
152
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.4.tgz",
|
|
153
|
+
"integrity": "sha512-wsTxtgApb4PrOsNJIm0FZ1h3WvCC+k9uxLJ4ad75hgoS4NiRes2SoJFlDAyMwiUY8IssDqGcHbXuN0sx1tfF1A==",
|
|
154
|
+
"cpu": [
|
|
155
|
+
"x64"
|
|
156
|
+
],
|
|
157
|
+
"dev": true,
|
|
158
|
+
"license": "MIT",
|
|
159
|
+
"optional": true,
|
|
160
|
+
"os": [
|
|
161
|
+
"darwin"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
165
|
+
"version": "4.62.4",
|
|
166
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.4.tgz",
|
|
167
|
+
"integrity": "sha512-GUOnQlyZe3yAXhWOtOMsn5Qkrv5E5mZXa0thbARWi5Ei2szlVXJFQhddZ4HbAzh8q92w5twp+CQvs/eFanz9YQ==",
|
|
168
|
+
"cpu": [
|
|
169
|
+
"arm64"
|
|
170
|
+
],
|
|
171
|
+
"dev": true,
|
|
172
|
+
"license": "MIT",
|
|
173
|
+
"optional": true,
|
|
174
|
+
"os": [
|
|
175
|
+
"freebsd"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
179
|
+
"version": "4.62.4",
|
|
180
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.4.tgz",
|
|
181
|
+
"integrity": "sha512-/Y7f3QuxjzPKsjA/rfEDa3+0vXqyjmJ50Ln8dPpCmWkKTrUoWHG1cWhTqaAMLob2m2nESWuC7yGrREz019Ztqg==",
|
|
182
|
+
"cpu": [
|
|
183
|
+
"x64"
|
|
184
|
+
],
|
|
185
|
+
"dev": true,
|
|
186
|
+
"license": "MIT",
|
|
187
|
+
"optional": true,
|
|
188
|
+
"os": [
|
|
189
|
+
"freebsd"
|
|
190
|
+
]
|
|
191
|
+
},
|
|
192
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
193
|
+
"version": "4.62.4",
|
|
194
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.4.tgz",
|
|
195
|
+
"integrity": "sha512-81wiiX3v7aqy+T+bT61TJ78yJjRquqFFTTbAPt08imfQQzkPIW8t6aJbkTagtCCrXMNc9D66+geqlK7ydLPNqA==",
|
|
196
|
+
"cpu": [
|
|
197
|
+
"arm"
|
|
198
|
+
],
|
|
199
|
+
"dev": true,
|
|
200
|
+
"libc": [
|
|
201
|
+
"glibc"
|
|
202
|
+
],
|
|
203
|
+
"license": "MIT",
|
|
204
|
+
"optional": true,
|
|
205
|
+
"os": [
|
|
206
|
+
"linux"
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
210
|
+
"version": "4.62.4",
|
|
211
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.4.tgz",
|
|
212
|
+
"integrity": "sha512-9kmDIvNZqdoHOBZgNtpTBeLWYO/LVipM3H/j62P8848/l/VPEQL6N3uxU9pvP1oZAsXyC2MEnFP3ovRjo7WYNQ==",
|
|
213
|
+
"cpu": [
|
|
214
|
+
"arm"
|
|
215
|
+
],
|
|
216
|
+
"dev": true,
|
|
217
|
+
"libc": [
|
|
218
|
+
"musl"
|
|
219
|
+
],
|
|
220
|
+
"license": "MIT",
|
|
221
|
+
"optional": true,
|
|
222
|
+
"os": [
|
|
223
|
+
"linux"
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
227
|
+
"version": "4.62.4",
|
|
228
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.4.tgz",
|
|
229
|
+
"integrity": "sha512-CcnXHWnXg69g+DX5VWL3FHts3qMRN2uVEHX+BZvGLdd07/gXkn3ePjYtO1LDJvxkGKVHMclKBRa1QUTH+6toYQ==",
|
|
230
|
+
"cpu": [
|
|
231
|
+
"arm64"
|
|
232
|
+
],
|
|
233
|
+
"dev": true,
|
|
234
|
+
"libc": [
|
|
235
|
+
"glibc"
|
|
236
|
+
],
|
|
237
|
+
"license": "MIT",
|
|
238
|
+
"optional": true,
|
|
239
|
+
"os": [
|
|
240
|
+
"linux"
|
|
241
|
+
]
|
|
242
|
+
},
|
|
243
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
244
|
+
"version": "4.62.4",
|
|
245
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.4.tgz",
|
|
246
|
+
"integrity": "sha512-iFOibiHnTRuhrWLlRsOQFdZJJIa7S8OwkneJr4ocALP16u5yk6lWLINFwhHaEqBFMsKDUZofLkGos7+CPzGB3g==",
|
|
247
|
+
"cpu": [
|
|
248
|
+
"arm64"
|
|
249
|
+
],
|
|
250
|
+
"dev": true,
|
|
251
|
+
"libc": [
|
|
252
|
+
"musl"
|
|
253
|
+
],
|
|
254
|
+
"license": "MIT",
|
|
255
|
+
"optional": true,
|
|
256
|
+
"os": [
|
|
257
|
+
"linux"
|
|
258
|
+
]
|
|
259
|
+
},
|
|
260
|
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
261
|
+
"version": "4.62.4",
|
|
262
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.4.tgz",
|
|
263
|
+
"integrity": "sha512-XnWYMI7euHlb5a871xPja+Gm7DRCFU+FGRrtS2sMq9N8FvqtpagUy6gD4YOemC5MRk9xbh8+jYMEJbigFQwsgA==",
|
|
264
|
+
"cpu": [
|
|
265
|
+
"loong64"
|
|
266
|
+
],
|
|
267
|
+
"dev": true,
|
|
268
|
+
"libc": [
|
|
269
|
+
"glibc"
|
|
270
|
+
],
|
|
271
|
+
"license": "MIT",
|
|
272
|
+
"optional": true,
|
|
273
|
+
"os": [
|
|
274
|
+
"linux"
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
278
|
+
"version": "4.62.4",
|
|
279
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.4.tgz",
|
|
280
|
+
"integrity": "sha512-qGDAlO0U8xedCcsdRm9oaoQY8DAx/QT7uIxJWhCdx0ceIWX783UC9QSYkdpzAe29wNiVfp24+bZdQmn49o45SQ==",
|
|
281
|
+
"cpu": [
|
|
282
|
+
"loong64"
|
|
283
|
+
],
|
|
284
|
+
"dev": true,
|
|
285
|
+
"libc": [
|
|
286
|
+
"musl"
|
|
287
|
+
],
|
|
288
|
+
"license": "MIT",
|
|
289
|
+
"optional": true,
|
|
290
|
+
"os": [
|
|
291
|
+
"linux"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
295
|
+
"version": "4.62.4",
|
|
296
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.4.tgz",
|
|
297
|
+
"integrity": "sha512-ru4H6ezD7ysA5EiEK6qkkaEb4modH8CTej6kUy/gQi20u3kB3G7Zn8snXXkeJSCOFKG/rbPPtM/+9Wgas1961w==",
|
|
298
|
+
"cpu": [
|
|
299
|
+
"ppc64"
|
|
300
|
+
],
|
|
301
|
+
"dev": true,
|
|
302
|
+
"libc": [
|
|
303
|
+
"glibc"
|
|
304
|
+
],
|
|
305
|
+
"license": "MIT",
|
|
306
|
+
"optional": true,
|
|
307
|
+
"os": [
|
|
308
|
+
"linux"
|
|
309
|
+
]
|
|
310
|
+
},
|
|
311
|
+
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
312
|
+
"version": "4.62.4",
|
|
313
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.4.tgz",
|
|
314
|
+
"integrity": "sha512-2W4MO5WQVJnbJaZdvDb9rhBDuFU1nKIepPFpJUBsTh2k1YY2g+ODViaWuyOAjQ5cOP7NvrvLzt3wvHOoiAvc7w==",
|
|
315
|
+
"cpu": [
|
|
316
|
+
"ppc64"
|
|
317
|
+
],
|
|
318
|
+
"dev": true,
|
|
319
|
+
"libc": [
|
|
320
|
+
"musl"
|
|
321
|
+
],
|
|
322
|
+
"license": "MIT",
|
|
323
|
+
"optional": true,
|
|
324
|
+
"os": [
|
|
325
|
+
"linux"
|
|
326
|
+
]
|
|
327
|
+
},
|
|
328
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
329
|
+
"version": "4.62.4",
|
|
330
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.4.tgz",
|
|
331
|
+
"integrity": "sha512-+fxjfuoAmVMCYV5QyjoIpu0cp5DOiOTeqYFk1AVaxGr+/ravWLX89XfQmptsoWcaVy/TGf2hexzbUOrCQIL1CQ==",
|
|
332
|
+
"cpu": [
|
|
333
|
+
"riscv64"
|
|
334
|
+
],
|
|
335
|
+
"dev": true,
|
|
336
|
+
"libc": [
|
|
337
|
+
"glibc"
|
|
338
|
+
],
|
|
339
|
+
"license": "MIT",
|
|
340
|
+
"optional": true,
|
|
341
|
+
"os": [
|
|
342
|
+
"linux"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
346
|
+
"version": "4.62.4",
|
|
347
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.4.tgz",
|
|
348
|
+
"integrity": "sha512-jTn8JfHGL4djjFxPuM06LmNUJDsst2jeVlsd9OmIH6zc5sC9K6rIuO4YajXatLUpBmBKl6b35ro1QZocLi+tcA==",
|
|
349
|
+
"cpu": [
|
|
350
|
+
"riscv64"
|
|
351
|
+
],
|
|
352
|
+
"dev": true,
|
|
353
|
+
"libc": [
|
|
354
|
+
"musl"
|
|
355
|
+
],
|
|
356
|
+
"license": "MIT",
|
|
357
|
+
"optional": true,
|
|
358
|
+
"os": [
|
|
359
|
+
"linux"
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
363
|
+
"version": "4.62.4",
|
|
364
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.4.tgz",
|
|
365
|
+
"integrity": "sha512-oCJCJL4pXsoDcP2QZ+JVlPTIRc6266zsIaeJJsWImmF7HO0W8nb6HuSgZlMWxJwaPf8ehbSw8yo0EUw925hKsA==",
|
|
366
|
+
"cpu": [
|
|
367
|
+
"s390x"
|
|
368
|
+
],
|
|
369
|
+
"dev": true,
|
|
370
|
+
"libc": [
|
|
371
|
+
"glibc"
|
|
372
|
+
],
|
|
373
|
+
"license": "MIT",
|
|
374
|
+
"optional": true,
|
|
375
|
+
"os": [
|
|
376
|
+
"linux"
|
|
377
|
+
]
|
|
378
|
+
},
|
|
379
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
380
|
+
"version": "4.62.4",
|
|
381
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.4.tgz",
|
|
382
|
+
"integrity": "sha512-W69hukhZ3KKNRCaMIEzKvcFye42hh0FE1+YoYaf5+Ikacuftoco6yO/xouz0hc5d5W/s3yBro5jRiuEE/Q5vUw==",
|
|
383
|
+
"cpu": [
|
|
384
|
+
"x64"
|
|
385
|
+
],
|
|
386
|
+
"dev": true,
|
|
387
|
+
"libc": [
|
|
388
|
+
"glibc"
|
|
389
|
+
],
|
|
390
|
+
"license": "MIT",
|
|
391
|
+
"optional": true,
|
|
392
|
+
"os": [
|
|
393
|
+
"linux"
|
|
394
|
+
]
|
|
395
|
+
},
|
|
396
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
397
|
+
"version": "4.62.4",
|
|
398
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.4.tgz",
|
|
399
|
+
"integrity": "sha512-qiXbGG2jkjXhzXpsFZSR2Xpb8DN/UaxYsbb/STbuR/6fpaDgRmmaq1B/LmtF2wQFOFOSsK2jdE0RZ3a0zHn4QA==",
|
|
400
|
+
"cpu": [
|
|
401
|
+
"x64"
|
|
402
|
+
],
|
|
403
|
+
"dev": true,
|
|
404
|
+
"libc": [
|
|
405
|
+
"musl"
|
|
406
|
+
],
|
|
407
|
+
"license": "MIT",
|
|
408
|
+
"optional": true,
|
|
409
|
+
"os": [
|
|
410
|
+
"linux"
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
414
|
+
"version": "4.62.4",
|
|
415
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.4.tgz",
|
|
416
|
+
"integrity": "sha512-nWeM//hxv8mIo6jD7Hu4o48DVmV9pbV6gsKaWU+4NFyqHoPKwrkRiZGLKUhOBk8qNmDmpwFtPKg80Bo/Tn4xiQ==",
|
|
417
|
+
"cpu": [
|
|
418
|
+
"x64"
|
|
419
|
+
],
|
|
420
|
+
"dev": true,
|
|
421
|
+
"license": "MIT",
|
|
422
|
+
"optional": true,
|
|
423
|
+
"os": [
|
|
424
|
+
"openbsd"
|
|
425
|
+
]
|
|
426
|
+
},
|
|
427
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
428
|
+
"version": "4.62.4",
|
|
429
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.4.tgz",
|
|
430
|
+
"integrity": "sha512-s62SQ/vgsRSvMwDkOEfTqfgASF0f26ZNaQuTA6Aok5lrikf89yI2W0gFHvZb2Jpgc6N8JnOKZgCK2iciO3CsxQ==",
|
|
431
|
+
"cpu": [
|
|
432
|
+
"arm64"
|
|
433
|
+
],
|
|
434
|
+
"dev": true,
|
|
435
|
+
"license": "MIT",
|
|
436
|
+
"optional": true,
|
|
437
|
+
"os": [
|
|
438
|
+
"openharmony"
|
|
439
|
+
]
|
|
440
|
+
},
|
|
441
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
442
|
+
"version": "4.62.4",
|
|
443
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.4.tgz",
|
|
444
|
+
"integrity": "sha512-J6wGf8TVGbXJq+HH+ttTvrcfNKPbuZecV6KT1B8I18BC5IURUh5kl4Yl5OEP5eFIUoI5BWxCsyYMhFsDx8kekw==",
|
|
445
|
+
"cpu": [
|
|
446
|
+
"arm64"
|
|
447
|
+
],
|
|
448
|
+
"dev": true,
|
|
449
|
+
"license": "MIT",
|
|
450
|
+
"optional": true,
|
|
451
|
+
"os": [
|
|
452
|
+
"win32"
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
456
|
+
"version": "4.62.4",
|
|
457
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.4.tgz",
|
|
458
|
+
"integrity": "sha512-zmfrQd/0wu6oJs8Vq8KwY/YtsKSsLtKe/HwAP4Wqy8LhWjeT55fHRAkOhYQ12wI3ayS4Tt12d5CDRD7N96SAYQ==",
|
|
459
|
+
"cpu": [
|
|
460
|
+
"ia32"
|
|
461
|
+
],
|
|
462
|
+
"dev": true,
|
|
463
|
+
"license": "MIT",
|
|
464
|
+
"optional": true,
|
|
465
|
+
"os": [
|
|
466
|
+
"win32"
|
|
467
|
+
]
|
|
468
|
+
},
|
|
469
|
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
470
|
+
"version": "4.62.4",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.4.tgz",
|
|
472
|
+
"integrity": "sha512-qPzHqdj9rfUD+w79dtE07zi/kFwKyCJqplp5K5ygeLTp7jLpAoc16OAH39HSmRC9UpozaecsleI8uAdEj6v2yw==",
|
|
473
|
+
"cpu": [
|
|
474
|
+
"x64"
|
|
475
|
+
],
|
|
476
|
+
"dev": true,
|
|
477
|
+
"license": "MIT",
|
|
478
|
+
"optional": true,
|
|
479
|
+
"os": [
|
|
480
|
+
"win32"
|
|
481
|
+
]
|
|
482
|
+
},
|
|
483
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
484
|
+
"version": "4.62.4",
|
|
485
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.4.tgz",
|
|
486
|
+
"integrity": "sha512-zD6NdeWEByGE9QF9vCrlJ5YQB4oq9q91kPZS37Jwj5hOkvR1lTBSpsKhKDw4IJtbQ35LsTS1HD9DZYGKIshU1Q==",
|
|
487
|
+
"cpu": [
|
|
488
|
+
"x64"
|
|
489
|
+
],
|
|
490
|
+
"dev": true,
|
|
491
|
+
"license": "MIT",
|
|
492
|
+
"optional": true,
|
|
493
|
+
"os": [
|
|
494
|
+
"win32"
|
|
495
|
+
]
|
|
496
|
+
},
|
|
497
|
+
"node_modules/@types/estree": {
|
|
498
|
+
"version": "1.0.9",
|
|
499
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|
500
|
+
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
501
|
+
"dev": true,
|
|
502
|
+
"license": "MIT"
|
|
503
|
+
},
|
|
504
|
+
"node_modules/@zip.js/zip.js": {
|
|
505
|
+
"version": "2.8.59",
|
|
506
|
+
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.8.59.tgz",
|
|
507
|
+
"integrity": "sha512-gD5q0xfvv4Xdg1bkl+mvcYaNE9tyf7jqIcDLkv4mq3WPtPgJ38jJtu5dzfyEo/CnZl46nnh+/KzFBot5BdTYRg==",
|
|
508
|
+
"dev": true,
|
|
509
|
+
"license": "BSD-3-Clause",
|
|
510
|
+
"engines": {
|
|
511
|
+
"bun": ">=0.7.0",
|
|
512
|
+
"deno": ">=1.0.0",
|
|
513
|
+
"node": ">=18.0.0"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"node_modules/acorn": {
|
|
517
|
+
"version": "8.18.0",
|
|
518
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz",
|
|
519
|
+
"integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
|
|
520
|
+
"dev": true,
|
|
521
|
+
"license": "MIT",
|
|
522
|
+
"bin": {
|
|
523
|
+
"acorn": "bin/acorn"
|
|
524
|
+
},
|
|
525
|
+
"engines": {
|
|
526
|
+
"node": ">=0.4.0"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
"node_modules/buffer-from": {
|
|
530
|
+
"version": "1.1.2",
|
|
531
|
+
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
|
532
|
+
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
|
533
|
+
"dev": true,
|
|
534
|
+
"license": "MIT"
|
|
535
|
+
},
|
|
536
|
+
"node_modules/commander": {
|
|
537
|
+
"version": "2.20.3",
|
|
538
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
|
539
|
+
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
540
|
+
"dev": true,
|
|
541
|
+
"license": "MIT"
|
|
542
|
+
},
|
|
543
|
+
"node_modules/fsevents": {
|
|
544
|
+
"version": "2.3.3",
|
|
545
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
546
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
547
|
+
"dev": true,
|
|
548
|
+
"hasInstallScript": true,
|
|
549
|
+
"license": "MIT",
|
|
550
|
+
"optional": true,
|
|
551
|
+
"os": [
|
|
552
|
+
"darwin"
|
|
553
|
+
],
|
|
554
|
+
"engines": {
|
|
555
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
"node_modules/rollup": {
|
|
559
|
+
"version": "4.62.4",
|
|
560
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.4.tgz",
|
|
561
|
+
"integrity": "sha512-RXOqwaPsBGjMNMa4sQjDjHieHEZDFoj/Rdr46l2MU5DfEs16wHJPC2RPTPHWhNl+M3aI472LLqFkFKut4SblOg==",
|
|
562
|
+
"dev": true,
|
|
563
|
+
"license": "MIT",
|
|
564
|
+
"dependencies": {
|
|
565
|
+
"@types/estree": "1.0.9"
|
|
566
|
+
},
|
|
567
|
+
"bin": {
|
|
568
|
+
"rollup": "dist/bin/rollup"
|
|
569
|
+
},
|
|
570
|
+
"engines": {
|
|
571
|
+
"node": ">=18.0.0",
|
|
572
|
+
"npm": ">=8.0.0"
|
|
573
|
+
},
|
|
574
|
+
"optionalDependencies": {
|
|
575
|
+
"@napi-rs/lzma-linux-x64-gnu": "1.5.1",
|
|
576
|
+
"@rollup/rollup-android-arm-eabi": "4.62.4",
|
|
577
|
+
"@rollup/rollup-android-arm64": "4.62.4",
|
|
578
|
+
"@rollup/rollup-darwin-arm64": "4.62.4",
|
|
579
|
+
"@rollup/rollup-darwin-x64": "4.62.4",
|
|
580
|
+
"@rollup/rollup-freebsd-arm64": "4.62.4",
|
|
581
|
+
"@rollup/rollup-freebsd-x64": "4.62.4",
|
|
582
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.62.4",
|
|
583
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.62.4",
|
|
584
|
+
"@rollup/rollup-linux-arm64-gnu": "4.62.4",
|
|
585
|
+
"@rollup/rollup-linux-arm64-musl": "4.62.4",
|
|
586
|
+
"@rollup/rollup-linux-loong64-gnu": "4.62.4",
|
|
587
|
+
"@rollup/rollup-linux-loong64-musl": "4.62.4",
|
|
588
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.62.4",
|
|
589
|
+
"@rollup/rollup-linux-ppc64-musl": "4.62.4",
|
|
590
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.62.4",
|
|
591
|
+
"@rollup/rollup-linux-riscv64-musl": "4.62.4",
|
|
592
|
+
"@rollup/rollup-linux-s390x-gnu": "4.62.4",
|
|
593
|
+
"@rollup/rollup-linux-x64-gnu": "4.62.4",
|
|
594
|
+
"@rollup/rollup-linux-x64-musl": "4.62.4",
|
|
595
|
+
"@rollup/rollup-openbsd-x64": "4.62.4",
|
|
596
|
+
"@rollup/rollup-openharmony-arm64": "4.62.4",
|
|
597
|
+
"@rollup/rollup-win32-arm64-msvc": "4.62.4",
|
|
598
|
+
"@rollup/rollup-win32-ia32-msvc": "4.62.4",
|
|
599
|
+
"@rollup/rollup-win32-x64-gnu": "4.62.4",
|
|
600
|
+
"@rollup/rollup-win32-x64-msvc": "4.62.4",
|
|
601
|
+
"fsevents": "~2.3.2"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"node_modules/serialize-javascript": {
|
|
605
|
+
"version": "7.1.0",
|
|
606
|
+
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-7.1.0.tgz",
|
|
607
|
+
"integrity": "sha512-RNEqWOyhhUQYN9V1GfHwu9AR/g+NTciH6Z5u3/no6X3/w+04J2lVDL+svFQVXgXrEGBMG2puMVN3gq2SNGuTGw==",
|
|
608
|
+
"dev": true,
|
|
609
|
+
"license": "BSD-3-Clause",
|
|
610
|
+
"engines": {
|
|
611
|
+
"node": ">=20.0.0"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"node_modules/smob": {
|
|
615
|
+
"version": "1.6.2",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/smob/-/smob-1.6.2.tgz",
|
|
617
|
+
"integrity": "sha512-RQsvleCbF8cVHEv+xuDGaA4pOizFqJ0GgjtMSRo6oP8pnN7WsigHgVGey6aILRBKv4W2YOMHLqbKdnB6hpB9fw==",
|
|
618
|
+
"dev": true,
|
|
619
|
+
"license": "MIT",
|
|
620
|
+
"engines": {
|
|
621
|
+
"node": ">=20.0.0"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
"node_modules/source-map": {
|
|
625
|
+
"version": "0.6.1",
|
|
626
|
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
627
|
+
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
628
|
+
"dev": true,
|
|
629
|
+
"license": "BSD-3-Clause",
|
|
630
|
+
"engines": {
|
|
631
|
+
"node": ">=0.10.0"
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"node_modules/source-map-support": {
|
|
635
|
+
"version": "0.5.21",
|
|
636
|
+
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
|
637
|
+
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
638
|
+
"dev": true,
|
|
639
|
+
"license": "MIT",
|
|
640
|
+
"dependencies": {
|
|
641
|
+
"buffer-from": "^1.0.0",
|
|
642
|
+
"source-map": "^0.6.0"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"node_modules/terser": {
|
|
646
|
+
"version": "5.50.0",
|
|
647
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.50.0.tgz",
|
|
648
|
+
"integrity": "sha512-CN9BVxWhgS/hRxtUMjtC2uRWSTcSfQFHMDWma6sKKfIivCD91sM+FOPfvwoaRMqCSrUpe1nv3jDamd9eEQ4y+w==",
|
|
649
|
+
"dev": true,
|
|
650
|
+
"license": "BSD-2-Clause",
|
|
651
|
+
"dependencies": {
|
|
652
|
+
"@jridgewell/source-map": "^0.3.3",
|
|
653
|
+
"acorn": "^8.15.0",
|
|
654
|
+
"commander": "^2.20.0",
|
|
655
|
+
"source-map-support": "~0.5.20"
|
|
656
|
+
},
|
|
657
|
+
"bin": {
|
|
658
|
+
"terser": "bin/terser"
|
|
659
|
+
},
|
|
660
|
+
"engines": {
|
|
661
|
+
"node": ">=10"
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "single-file-core-zip-build",
|
|
3
|
+
"private": true,
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Rebuilds the files in ../vendor/zip byte-for-byte from their sources",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "rollup -c rollup.config.js"
|
|
8
|
+
},
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"@rollup/plugin-terser": "1.0.0",
|
|
11
|
+
"@zip.js/zip.js": "2.8.59",
|
|
12
|
+
"rollup": "4.62.4",
|
|
13
|
+
"terser": "5.50.0"
|
|
14
|
+
}
|
|
15
|
+
}
|