summary refs log tree commit diff
path: root/pkgs/development/compilers/emscripten/yarn.nix
blob: af01d9c6869b7f078649d4f11aed99cbfc62e0b5 (plain) (blame)
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
{ fetchurl, fetchgit, linkFarm, runCommandNoCC, gnutar }: rec {
  offline_cache = linkFarm "offline" packages;
  packages = [
    {
      name = "acorn___acorn_7.3.1.tgz";
      path = fetchurl {
        name = "acorn___acorn_7.3.1.tgz";
        url  = "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz";
        sha1 = "85010754db53c3fbaf3b9ea3e083aa5c5d147ffd";
      };
    }
    {
      name = "ansi_styles___ansi_styles_3.2.1.tgz";
      path = fetchurl {
        name = "ansi_styles___ansi_styles_3.2.1.tgz";
        url  = "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz";
        sha1 = "41fbb20243e50b12be0f04b8dedbf07520ce841d";
      };
    }
    {
      name = "buffer_from___buffer_from_1.1.1.tgz";
      path = fetchurl {
        name = "buffer_from___buffer_from_1.1.1.tgz";
        url  = "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz";
        sha1 = "32713bc028f75c02fdb710d7c7bcec1f2c6070ef";
      };
    }
    {
      name = "camel_case___camel_case_3.0.0.tgz";
      path = fetchurl {
        name = "camel_case___camel_case_3.0.0.tgz";
        url  = "https://registry.yarnpkg.com/camel-case/-/camel-case-3.0.0.tgz";
        sha1 = "ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73";
      };
    }
    {
      name = "chalk___chalk_2.4.2.tgz";
      path = fetchurl {
        name = "chalk___chalk_2.4.2.tgz";
        url  = "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz";
        sha1 = "cd42541677a54333cf541a49108c1432b44c9424";
      };
    }
    {
      name = "clean_css___clean_css_4.2.3.tgz";
      path = fetchurl {
        name = "clean_css___clean_css_4.2.3.tgz";
        url  = "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz";
        sha1 = "507b5de7d97b48ee53d84adb0160ff6216380f78";
      };
    }
    {
      name = "clone_buffer___clone_buffer_1.0.0.tgz";
      path = fetchurl {
        name = "clone_buffer___clone_buffer_1.0.0.tgz";
        url  = "https://registry.yarnpkg.com/clone-buffer/-/clone-buffer-1.0.0.tgz";
        sha1 = "e3e25b207ac4e701af721e2cb5a16792cac3dc58";
      };
    }
    {
      name = "clone_stats___clone_stats_1.0.0.tgz";
      path = fetchurl {
        name = "clone_stats___clone_stats_1.0.0.tgz";
        url  = "https://registry.yarnpkg.com/clone-stats/-/clone-stats-1.0.0.tgz";
        sha1 = "b3782dff8bb5474e18b9b6bf0fdfe782f8777680";
      };
    }
    {
      name = "clone___clone_2.1.2.tgz";
      path = fetchurl {
        name = "clone___clone_2.1.2.tgz";
        url  = "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz";
        sha1 = "1b7f4b9f591f1e8f83670401600345a02887435f";
      };
    }
    {
      name = "cloneable_readable___cloneable_readable_1.1.3.tgz";
      path = fetchurl {
        name = "cloneable_readable___cloneable_readable_1.1.3.tgz";
        url  = "https://registry.yarnpkg.com/cloneable-readable/-/cloneable-readable-1.1.3.tgz";
        sha1 = "120a00cb053bfb63a222e709f9683ea2e11d8cec";
      };
    }
    {
      name = "color_convert___color_convert_1.9.3.tgz";
      path = fetchurl {
        name = "color_convert___color_convert_1.9.3.tgz";
        url  = "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz";
        sha1 = "bb71850690e1f136567de629d2d5471deda4c1e8";
      };
    }
    {
      name = "color_name___color_name_1.1.3.tgz";
      path = fetchurl {
        name = "color_name___color_name_1.1.3.tgz";
        url  = "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz";
        sha1 = "a7d0558bd89c42f795dd42328f740831ca53bc25";
      };
    }
    {
      name = "commander___commander_2.20.3.tgz";
      path = fetchurl {
        name = "commander___commander_2.20.3.tgz";
        url  = "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz";
        sha1 = "fd485e84c03eb4881c20722ba48035e8531aeb33";
      };
    }
    {
      name = "commander___commander_4.1.1.tgz";
      path = fetchurl {
        name = "commander___commander_4.1.1.tgz";
        url  = "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz";
        sha1 = "9fd602bd936294e9e9ef46a3f4d6964044b18068";
      };
    }
    {
      name = "commander___commander_2.1.0.tgz";
      path = fetchurl {
        name = "commander___commander_2.1.0.tgz";
        url  = "https://registry.yarnpkg.com/commander/-/commander-2.1.0.tgz";
        sha1 = "d121bbae860d9992a3d517ba96f56588e47c6781";
      };
    }
    {
      name = "core_util_is___core_util_is_1.0.2.tgz";
      path = fetchurl {
        name = "core_util_is___core_util_is_1.0.2.tgz";
        url  = "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz";
        sha1 = "b5fd54220aa2bc5ab57aab7140c940754503c1a7";
      };
    }
    {
      name = "escape_string_regexp___escape_string_regexp_1.0.5.tgz";
      path = fetchurl {
        name = "escape_string_regexp___escape_string_regexp_1.0.5.tgz";
        url  = "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz";
        sha1 = "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4";
      };
    }
    {
      name = "google_closure_compiler_java___google_closure_compiler_java_20200224.0.0.tgz";
      path = fetchurl {
        name = "google_closure_compiler_java___google_closure_compiler_java_20200224.0.0.tgz";
        url  = "https://registry.yarnpkg.com/google-closure-compiler-java/-/google-closure-compiler-java-20200224.0.0.tgz";
        sha1 = "03d71aefd0a07010fd8a7057d09c76f6729767bc";
      };
    }
    {
      name = "google_closure_compiler_js___google_closure_compiler_js_20200224.0.0.tgz";
      path = fetchurl {
        name = "google_closure_compiler_js___google_closure_compiler_js_20200224.0.0.tgz";
        url  = "https://registry.yarnpkg.com/google-closure-compiler-js/-/google-closure-compiler-js-20200224.0.0.tgz";
        sha1 = "cf4b598abf7be686c683e530529756805b8af500";
      };
    }
    {
      name = "google_closure_compiler_linux___google_closure_compiler_linux_20200224.0.0.tgz";
      path = fetchurl {
        name = "google_closure_compiler_linux___google_closure_compiler_linux_20200224.0.0.tgz";
        url  = "https://registry.yarnpkg.com/google-closure-compiler-linux/-/google-closure-compiler-linux-20200224.0.0.tgz";
        sha1 = "d9608b224b4d8f38d4d34e99a24da54bca6b1902";
      };
    }
    {
      name = "google_closure_compiler_osx___google_closure_compiler_osx_20200224.0.0.tgz";
      path = fetchurl {
        name = "google_closure_compiler_osx___google_closure_compiler_osx_20200224.0.0.tgz";
        url  = "https://registry.yarnpkg.com/google-closure-compiler-osx/-/google-closure-compiler-osx-20200224.0.0.tgz";
        sha1 = "aee62d8b878a662fc73b92419603168c0c3a35ed";
      };
    }
    {
      name = "google_closure_compiler_windows___google_closure_compiler_windows_20200224.0.0.tgz";
      path = fetchurl {
        name = "google_closure_compiler_windows___google_closure_compiler_windows_20200224.0.0.tgz";
        url  = "https://registry.yarnpkg.com/google-closure-compiler-windows/-/google-closure-compiler-windows-20200224.0.0.tgz";
        sha1 = "cae323b898625ca57b0e87aaddde021a414dda58";
      };
    }
    {
      name = "google_closure_compiler___google_closure_compiler_20200224.0.0.tgz";
      path = fetchurl {
        name = "google_closure_compiler___google_closure_compiler_20200224.0.0.tgz";
        url  = "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20200224.0.0.tgz";
        sha1 = "ec0e708d9716a48e12fff43fe37fa5cec732a283";
      };
    }
    {
      name = "has_flag___has_flag_3.0.0.tgz";
      path = fetchurl {
        name = "has_flag___has_flag_3.0.0.tgz";
        url  = "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz";
        sha1 = "b5d454dc2199ae225699f3467e5a07f3b955bafd";
      };
    }
    {
      name = "he___he_1.2.0.tgz";
      path = fetchurl {
        name = "he___he_1.2.0.tgz";
        url  = "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz";
        sha1 = "84ae65fa7eafb165fddb61566ae14baf05664f0f";
      };
    }
    {
      name = "html_minifier_terser___html_minifier_terser_5.0.2.tgz";
      path = fetchurl {
        name = "html_minifier_terser___html_minifier_terser_5.0.2.tgz";
        url  = "https://registry.yarnpkg.com/html-minifier-terser/-/html-minifier-terser-5.0.2.tgz";
        sha1 = "0e67a0b062ae1dd0719fc73199479298f807ae16";
      };
    }
    {
      name = "inherits___inherits_2.0.4.tgz";
      path = fetchurl {
        name = "inherits___inherits_2.0.4.tgz";
        url  = "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz";
        sha1 = "0fa2c64f932917c3433a0ded55363aae37416b7c";
      };
    }
    {
      name = "isarray___isarray_1.0.0.tgz";
      path = fetchurl {
        name = "isarray___isarray_1.0.0.tgz";
        url  = "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz";
        sha1 = "bb935d48582cba168c06834957a54a3e07124f11";
      };
    }
    {
      name = "lower_case___lower_case_1.1.4.tgz";
      path = fetchurl {
        name = "lower_case___lower_case_1.1.4.tgz";
        url  = "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz";
        sha1 = "9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac";
      };
    }
    {
      name = "minimist___minimist_1.2.5.tgz";
      path = fetchurl {
        name = "minimist___minimist_1.2.5.tgz";
        url  = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz";
        sha1 = "67d66014b66a6a8aaa0c083c5fd58df4e4e97602";
      };
    }
    {
      name = "nan___nan_1.0.0.tgz";
      path = fetchurl {
        name = "nan___nan_1.0.0.tgz";
        url  = "https://registry.yarnpkg.com/nan/-/nan-1.0.0.tgz";
        sha1 = "ae24f8850818d662fcab5acf7f3b95bfaa2ccf38";
      };
    }
    {
      name = "no_case___no_case_2.3.2.tgz";
      path = fetchurl {
        name = "no_case___no_case_2.3.2.tgz";
        url  = "https://registry.yarnpkg.com/no-case/-/no-case-2.3.2.tgz";
        sha1 = "60b813396be39b3f1288a4c1ed5d1e7d28b464ac";
      };
    }
    {
      name = "options___options_0.0.6.tgz";
      path = fetchurl {
        name = "options___options_0.0.6.tgz";
        url  = "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz";
        sha1 = "ec22d312806bb53e731773e7cdaefcf1c643128f";
      };
    }
    {
      name = "param_case___param_case_2.1.1.tgz";
      path = fetchurl {
        name = "param_case___param_case_2.1.1.tgz";
        url  = "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz";
        sha1 = "df94fd8cf6531ecf75e6bef9a0858fbc72be2247";
      };
    }
    {
      name = "process_nextick_args___process_nextick_args_2.0.1.tgz";
      path = fetchurl {
        name = "process_nextick_args___process_nextick_args_2.0.1.tgz";
        url  = "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz";
        sha1 = "7820d9b16120cc55ca9ae7792680ae7dba6d7fe2";
      };
    }
    {
      name = "readable_stream___readable_stream_2.3.7.tgz";
      path = fetchurl {
        name = "readable_stream___readable_stream_2.3.7.tgz";
        url  = "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz";
        sha1 = "1eca1cf711aef814c04f62252a36a62f6cb23b57";
      };
    }
    {
      name = "relateurl___relateurl_0.2.7.tgz";
      path = fetchurl {
        name = "relateurl___relateurl_0.2.7.tgz";
        url  = "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz";
        sha1 = "54dbf377e51440aca90a4cd274600d3ff2d888a9";
      };
    }
    {
      name = "remove_trailing_separator___remove_trailing_separator_1.1.0.tgz";
      path = fetchurl {
        name = "remove_trailing_separator___remove_trailing_separator_1.1.0.tgz";
        url  = "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz";
        sha1 = "c24bce2a283adad5bc3f58e0d48249b92379d8ef";
      };
    }
    {
      name = "replace_ext___replace_ext_1.0.1.tgz";
      path = fetchurl {
        name = "replace_ext___replace_ext_1.0.1.tgz";
        url  = "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.1.tgz";
        sha1 = "2d6d996d04a15855d967443631dd5f77825b016a";
      };
    }
    {
      name = "safe_buffer___safe_buffer_5.1.2.tgz";
      path = fetchurl {
        name = "safe_buffer___safe_buffer_5.1.2.tgz";
        url  = "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz";
        sha1 = "991ec69d296e0313747d59bdfd2b745c35f8828d";
      };
    }
    {
      name = "source_map_support___source_map_support_0.5.19.tgz";
      path = fetchurl {
        name = "source_map_support___source_map_support_0.5.19.tgz";
        url  = "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz";
        sha1 = "a98b62f86dcaf4f67399648c085291ab9e8fed61";
      };
    }
    {
      name = "source_map___source_map_0.5.6.tgz";
      path = fetchurl {
        name = "source_map___source_map_0.5.6.tgz";
        url  = "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz";
        sha1 = "75ce38f52bf0733c5a7f0c118d81334a2bb5f412";
      };
    }
    {
      name = "source_map___source_map_0.5.7.tgz";
      path = fetchurl {
        name = "source_map___source_map_0.5.7.tgz";
        url  = "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz";
        sha1 = "8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc";
      };
    }
    {
      name = "source_map___source_map_0.6.1.tgz";
      path = fetchurl {
        name = "source_map___source_map_0.6.1.tgz";
        url  = "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz";
        sha1 = "74722af32e9614e9c287a8d0bbde48b5e2f1a263";
      };
    }
    {
      name = "string_decoder___string_decoder_1.1.1.tgz";
      path = fetchurl {
        name = "string_decoder___string_decoder_1.1.1.tgz";
        url  = "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz";
        sha1 = "9cf1611ba62685d7030ae9e4ba34149c3af03fc8";
      };
    }
    {
      name = "supports_color___supports_color_5.5.0.tgz";
      path = fetchurl {
        name = "supports_color___supports_color_5.5.0.tgz";
        url  = "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz";
        sha1 = "e2e69a44ac8772f78a1ec0b35b689df6530efc8f";
      };
    }
    {
      name = "terser___terser_4.8.0.tgz";
      path = fetchurl {
        name = "terser___terser_4.8.0.tgz";
        url  = "https://registry.yarnpkg.com/terser/-/terser-4.8.0.tgz";
        sha1 = "63056343d7c70bb29f3af665865a46fe03a0df17";
      };
    }
    {
      name = "tinycolor___tinycolor_0.0.1.tgz";
      path = fetchurl {
        name = "tinycolor___tinycolor_0.0.1.tgz";
        url  = "https://registry.yarnpkg.com/tinycolor/-/tinycolor-0.0.1.tgz";
        sha1 = "320b5a52d83abb5978d81a3e887d4aefb15a6164";
      };
    }
    {
      name = "upper_case___upper_case_1.1.3.tgz";
      path = fetchurl {
        name = "upper_case___upper_case_1.1.3.tgz";
        url  = "https://registry.yarnpkg.com/upper-case/-/upper-case-1.1.3.tgz";
        sha1 = "f6b4501c2ec4cdd26ba78be7222961de77621598";
      };
    }
    {
      name = "util_deprecate___util_deprecate_1.0.2.tgz";
      path = fetchurl {
        name = "util_deprecate___util_deprecate_1.0.2.tgz";
        url  = "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz";
        sha1 = "450d4dc9fa70de732762fbd2d4a28981419a0ccf";
      };
    }
    {
      name = "vinyl_sourcemaps_apply___vinyl_sourcemaps_apply_0.2.1.tgz";
      path = fetchurl {
        name = "vinyl_sourcemaps_apply___vinyl_sourcemaps_apply_0.2.1.tgz";
        url  = "https://registry.yarnpkg.com/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz";
        sha1 = "ab6549d61d172c2b1b87be5c508d239c8ef87705";
      };
    }
    {
      name = "vinyl___vinyl_2.2.0.tgz";
      path = fetchurl {
        name = "vinyl___vinyl_2.2.0.tgz";
        url  = "https://registry.yarnpkg.com/vinyl/-/vinyl-2.2.0.tgz";
        sha1 = "d85b07da96e458d25b2ffe19fece9f2caa13ed86";
      };
    }
    {
      name = "wasm2c___wasm2c_1.0.0.tgz";
      path = fetchurl {
        name = "wasm2c___wasm2c_1.0.0.tgz";
        url  = "https://registry.yarnpkg.com/wasm2c/-/wasm2c-1.0.0.tgz";
        sha1 = "761671e141c46b8a7c6c54429db1e6bfa3cd0ec0";
      };
    }
    {
      name = "ws___ws_0.4.32.tgz";
      path = fetchurl {
        name = "ws___ws_0.4.32.tgz";
        url  = "https://registry.yarnpkg.com/ws/-/ws-0.4.32.tgz";
        sha1 = "787a6154414f3c99ed83c5772153b20feb0cec32";
      };
    }
  ];
}