aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhexchen2021-08-22 21:34:01 +0000
committerstuebinm2021-08-23 14:31:21 +0200
commit903f2b9fa03faba3816f6d10738bcbb3c07e4bc2 (patch)
treee754bc24293aa28e63061b2f2cf0970091148a79
parent9adf5b9de18ebfbd5e688bb1b3f040cbc8602c6f (diff)
tcm: upgrade to 1.4.14 and fix the build
-rw-r--r--front/default.nix5
-rw-r--r--front/tcm.nix1544
-rw-r--r--messages/tcm.nix32
-rw-r--r--nix/sources.json6
4 files changed, 1498 insertions, 89 deletions
diff --git a/front/default.nix b/front/default.nix
index 95606e0..e6f7dd9 100644
--- a/front/default.nix
+++ b/front/default.nix
@@ -15,7 +15,7 @@ workadventuresrc: waname:
, yarn2nix-moretea
, lib
, replace
-, environment ? {PUSHER_URL = "https://example.org/dummy/pusher";}
+, environment ? {PUSHER_URL = "https://example.org/dummy/pusher"; ADMIN_URL = "https://example.org/dummy/admin";}
, ... }:
let
@@ -57,7 +57,8 @@ yarn2nix-moretea.mkYarnPackage
buildPhase = ''
mkdir -p $out
- ln -s ${workadventure.messages.outPath}/generated deps/workadventurefront/src/Messages/generated
+ cp -r ${workadventure.messages.outPath}/generated deps/workadventurefront/src/Messages/generated
+ ln -sf $PWD/node_modules deps/workadventurefront/
HOME=$TMPDIR yarn --offline run build
cp -r deps/workadventurefront/dist/ $out/
'';
diff --git a/front/tcm.nix b/front/tcm.nix
index 41fbca0..7b4746f 100644
--- a/front/tcm.nix
+++ b/front/tcm.nix
@@ -10,6 +10,14 @@
};
}
{
+ name = "_babel_code_frame___code_frame_7.12.13.tgz";
+ path = fetchurl {
+ name = "_babel_code_frame___code_frame_7.12.13.tgz";
+ url = "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz";
+ sha1 = "dcfc826beef65e75c50e21d3837d7d95798dd658";
+ };
+ }
+ {
name = "_babel_helper_validator_identifier___helper_validator_identifier_7.14.0.tgz";
path = fetchurl {
name = "_babel_helper_validator_identifier___helper_validator_identifier_7.14.0.tgz";
@@ -26,11 +34,19 @@
};
}
{
- name = "_discoveryjs_json_ext___json_ext_0.5.2.tgz";
+ name = "_babel_runtime___runtime_7.14.0.tgz";
path = fetchurl {
- name = "_discoveryjs_json_ext___json_ext_0.5.2.tgz";
- url = "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.2.tgz";
- sha1 = "8f03a22a04de437254e8ce8cc84ba39689288752";
+ name = "_babel_runtime___runtime_7.14.0.tgz";
+ url = "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz";
+ sha1 = "46794bc20b612c5f75e62dd071e24dfd95f1cbe6";
+ };
+ }
+ {
+ name = "_discoveryjs_json_ext___json_ext_0.5.3.tgz";
+ path = fetchurl {
+ name = "_discoveryjs_json_ext___json_ext_0.5.3.tgz";
+ url = "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz";
+ sha1 = "90420f9f9c6d3987f176a19a7d8e764271a2f55d";
};
}
{
@@ -42,6 +58,14 @@
};
}
{
+ name = "_fontsource_press_start_2p___press_start_2p_4.3.0.tgz";
+ path = fetchurl {
+ name = "_fontsource_press_start_2p___press_start_2p_4.3.0.tgz";
+ url = "https://registry.yarnpkg.com/@fontsource/press-start-2p/-/press-start-2p-4.3.0.tgz";
+ sha1 = "37124387f7fbfe7792b5fc9a1906b80d9aeda4c6";
+ };
+ }
+ {
name = "_nodelib_fs.scandir___fs.scandir_2.1.4.tgz";
path = fetchurl {
name = "_nodelib_fs.scandir___fs.scandir_2.1.4.tgz";
@@ -66,6 +90,14 @@
};
}
{
+ name = "_tsconfig_svelte___svelte_1.0.10.tgz";
+ path = fetchurl {
+ name = "_tsconfig_svelte___svelte_1.0.10.tgz";
+ url = "https://registry.yarnpkg.com/@tsconfig/svelte/-/svelte-1.0.10.tgz";
+ sha1 = "30ec7feeee0bdf38b12a50f0686f8a2e7b6b9dc0";
+ };
+ }
+ {
name = "_types_anymatch___anymatch_1.3.1.tgz";
path = fetchurl {
name = "_types_anymatch___anymatch_1.3.1.tgz";
@@ -162,19 +194,19 @@
};
}
{
- name = "_types_http_proxy___http_proxy_1.17.5.tgz";
+ name = "_types_http_proxy___http_proxy_1.17.6.tgz";
path = fetchurl {
- name = "_types_http_proxy___http_proxy_1.17.5.tgz";
- url = "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.5.tgz";
- sha1 = "c203c5e6e9dc6820d27a40eb1e511c70a220423d";
+ name = "_types_http_proxy___http_proxy_1.17.6.tgz";
+ url = "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.6.tgz";
+ sha1 = "62dc3fade227d6ac2862c8f19ee0da9da9fd8616";
};
}
{
- name = "_types_jasmine___jasmine_3.7.2.tgz";
+ name = "_types_jasmine___jasmine_3.7.4.tgz";
path = fetchurl {
- name = "_types_jasmine___jasmine_3.7.2.tgz";
- url = "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.7.2.tgz";
- sha1 = "f83ca1936f8cf5d3375506b481f52f8903c2df21";
+ name = "_types_jasmine___jasmine_3.7.4.tgz";
+ url = "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.7.4.tgz";
+ sha1 = "99a49aa9a5f8dc86fc249ed13ed59552c6ce862d";
};
}
{
@@ -186,6 +218,14 @@
};
}
{
+ name = "_types_json5___json5_0.0.29.tgz";
+ path = fetchurl {
+ name = "_types_json5___json5_0.0.29.tgz";
+ url = "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz";
+ sha1 = "ee28707ae94e11d2b827bcbe5270bcea7f3e71ee";
+ };
+ }
+ {
name = "_types_mime___mime_1.3.2.tgz";
path = fetchurl {
name = "_types_mime___mime_1.3.2.tgz";
@@ -194,6 +234,14 @@
};
}
{
+ name = "_types_mini_css_extract_plugin___mini_css_extract_plugin_1.4.3.tgz";
+ path = fetchurl {
+ name = "_types_mini_css_extract_plugin___mini_css_extract_plugin_1.4.3.tgz";
+ url = "https://registry.yarnpkg.com/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-1.4.3.tgz";
+ sha1 = "4907ee3953fecd199fab24ef056dabef51ff19a2";
+ };
+ }
+ {
name = "_types_minimatch___minimatch_3.0.4.tgz";
path = fetchurl {
name = "_types_minimatch___minimatch_3.0.4.tgz";
@@ -202,11 +250,27 @@
};
}
{
- name = "_types_node___node_15.0.2.tgz";
+ name = "_types_node___node_15.3.0.tgz";
+ path = fetchurl {
+ name = "_types_node___node_15.3.0.tgz";
+ url = "https://registry.yarnpkg.com/@types/node/-/node-15.3.0.tgz";
+ sha1 = "d6fed7d6bc6854306da3dea1af9f874b00783e26";
+ };
+ }
+ {
+ name = "_types_parse_json___parse_json_4.0.0.tgz";
path = fetchurl {
- name = "_types_node___node_15.0.2.tgz";
- url = "https://registry.yarnpkg.com/@types/node/-/node-15.0.2.tgz";
- sha1 = "51e9c0920d1b45936ea04341aa3e2e58d339fb67";
+ name = "_types_parse_json___parse_json_4.0.0.tgz";
+ url = "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz";
+ sha1 = "2f8bb441434d163b35fb8ffdccd7138927ffb8c0";
+ };
+ }
+ {
+ name = "_types_pug___pug_2.0.4.tgz";
+ path = fetchurl {
+ name = "_types_pug___pug_2.0.4.tgz";
+ url = "https://registry.yarnpkg.com/@types/pug/-/pug-2.0.4.tgz";
+ sha1 = "8772fcd0418e3cd2cc171555d73007415051f4b2";
};
}
{
@@ -234,6 +298,14 @@
};
}
{
+ name = "_types_sass___sass_1.16.0.tgz";
+ path = fetchurl {
+ name = "_types_sass___sass_1.16.0.tgz";
+ url = "https://registry.yarnpkg.com/@types/sass/-/sass-1.16.0.tgz";
+ sha1 = "b41ac1c17fa68ffb57d43e2360486ef526b3d57d";
+ };
+ }
+ {
name = "_types_serve_static___serve_static_1.13.9.tgz";
path = fetchurl {
name = "_types_serve_static___serve_static_1.13.9.tgz";
@@ -242,11 +314,11 @@
};
}
{
- name = "_types_simple_peer___simple_peer_9.6.2.tgz";
+ name = "_types_simple_peer___simple_peer_9.11.1.tgz";
path = fetchurl {
- name = "_types_simple_peer___simple_peer_9.6.2.tgz";
- url = "https://registry.yarnpkg.com/@types/simple-peer/-/simple-peer-9.6.2.tgz";
- sha1 = "a72afb6bd280fc4083d37e00247b30975304c071";
+ name = "_types_simple_peer___simple_peer_9.11.1.tgz";
+ url = "https://registry.yarnpkg.com/@types/simple-peer/-/simple-peer-9.11.1.tgz";
+ sha1 = "bef6ff1e75178d83438e33aa6a4df2fd98fded1d";
};
}
{
@@ -282,6 +354,22 @@
};
}
{
+ name = "_types_uuid___uuid_8.3.0.tgz";
+ path = fetchurl {
+ name = "_types_uuid___uuid_8.3.0.tgz";
+ url = "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz";
+ sha1 = "215c231dff736d5ba92410e6d602050cce7e273f";
+ };
+ }
+ {
+ name = "_types_uuidv4___uuidv4_5.0.0.tgz";
+ path = fetchurl {
+ name = "_types_uuidv4___uuidv4_5.0.0.tgz";
+ url = "https://registry.yarnpkg.com/@types/uuidv4/-/uuidv4-5.0.0.tgz";
+ sha1 = "2c94e67b0c06d5adb28fb7ced1a1b5f0866ecd50";
+ };
+ }
+ {
name = "_types_webpack_dev_server___webpack_dev_server_3.11.4.tgz";
path = fetchurl {
name = "_types_webpack_dev_server___webpack_dev_server_3.11.4.tgz";
@@ -562,6 +650,14 @@
};
}
{
+ name = "aggregate_error___aggregate_error_3.1.0.tgz";
+ path = fetchurl {
+ name = "aggregate_error___aggregate_error_3.1.0.tgz";
+ url = "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz";
+ sha1 = "92670ff50f5359bdb7a3e0d40d0ec30c5737687a";
+ };
+ }
+ {
name = "ajv_errors___ajv_errors_1.0.1.tgz";
path = fetchurl {
name = "ajv_errors___ajv_errors_1.0.1.tgz";
@@ -586,11 +682,11 @@
};
}
{
- name = "ajv___ajv_8.3.0.tgz";
+ name = "ajv___ajv_8.4.0.tgz";
path = fetchurl {
- name = "ajv___ajv_8.3.0.tgz";
- url = "https://registry.yarnpkg.com/ajv/-/ajv-8.3.0.tgz";
- sha1 = "25ee7348e32cdc4a1dbb38256bf6bdc451dd577c";
+ name = "ajv___ajv_8.4.0.tgz";
+ url = "https://registry.yarnpkg.com/ajv/-/ajv-8.4.0.tgz";
+ sha1 = "48984fdb2ce225cab15795f0772a8d85669075e4";
};
}
{
@@ -610,6 +706,14 @@
};
}
{
+ name = "ansi_escapes___ansi_escapes_4.3.2.tgz";
+ path = fetchurl {
+ name = "ansi_escapes___ansi_escapes_4.3.2.tgz";
+ url = "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz";
+ sha1 = "6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e";
+ };
+ }
+ {
name = "ansi_html___ansi_html_0.0.7.tgz";
path = fetchurl {
name = "ansi_html___ansi_html_0.0.7.tgz";
@@ -714,6 +818,14 @@
};
}
{
+ name = "array_filter___array_filter_1.0.0.tgz";
+ path = fetchurl {
+ name = "array_filter___array_filter_1.0.0.tgz";
+ url = "https://registry.yarnpkg.com/array-filter/-/array-filter-1.0.0.tgz";
+ sha1 = "baf79e62e6ef4c2a4c0b831232daffec251f9d83";
+ };
+ }
+ {
name = "array_flatten___array_flatten_1.1.1.tgz";
path = fetchurl {
name = "array_flatten___array_flatten_1.1.1.tgz";
@@ -770,6 +882,22 @@
};
}
{
+ name = "asn1.js___asn1.js_5.4.1.tgz";
+ path = fetchurl {
+ name = "asn1.js___asn1.js_5.4.1.tgz";
+ url = "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz";
+ sha1 = "11a980b84ebb91781ce35b0fdc2ee294e3783f07";
+ };
+ }
+ {
+ name = "assert___assert_2.0.0.tgz";
+ path = fetchurl {
+ name = "assert___assert_2.0.0.tgz";
+ url = "https://registry.yarnpkg.com/assert/-/assert-2.0.0.tgz";
+ sha1 = "95fc1c616d48713510680f2eaf2d10dd22e02d32";
+ };
+ }
+ {
name = "assign_symbols___assign_symbols_1.0.0.tgz";
path = fetchurl {
name = "assign_symbols___assign_symbols_1.0.0.tgz";
@@ -810,6 +938,14 @@
};
}
{
+ name = "at_least_node___at_least_node_1.0.0.tgz";
+ path = fetchurl {
+ name = "at_least_node___at_least_node_1.0.0.tgz";
+ url = "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz";
+ sha1 = "602cd4b46e844ad4effc92a8011a3c46e0238dc2";
+ };
+ }
+ {
name = "atob___atob_2.1.2.tgz";
path = fetchurl {
name = "atob___atob_2.1.2.tgz";
@@ -818,6 +954,22 @@
};
}
{
+ name = "automation_events___automation_events_4.0.1.tgz";
+ path = fetchurl {
+ name = "automation_events___automation_events_4.0.1.tgz";
+ url = "https://registry.yarnpkg.com/automation-events/-/automation-events-4.0.1.tgz";
+ sha1 = "93acef8a457cbea65f16fdcef8f349fd2fafe298";
+ };
+ }
+ {
+ name = "available_typed_arrays___available_typed_arrays_1.0.2.tgz";
+ path = fetchurl {
+ name = "available_typed_arrays___available_typed_arrays_1.0.2.tgz";
+ url = "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz";
+ sha1 = "6b098ca9d8039079ee3f77f7b783c4480ba513f5";
+ };
+ }
+ {
name = "axios___axios_0.21.1.tgz";
path = fetchurl {
name = "axios___axios_0.21.1.tgz";
@@ -914,6 +1066,22 @@
};
}
{
+ name = "bn.js___bn.js_4.12.0.tgz";
+ path = fetchurl {
+ name = "bn.js___bn.js_4.12.0.tgz";
+ url = "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz";
+ sha1 = "775b3f278efbb9718eec7361f483fb36fbbfea88";
+ };
+ }
+ {
+ name = "bn.js___bn.js_5.2.0.tgz";
+ path = fetchurl {
+ name = "bn.js___bn.js_5.2.0.tgz";
+ url = "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz";
+ sha1 = "358860674396c6997771a9d051fcc1b57d4ae002";
+ };
+ }
+ {
name = "body_parser___body_parser_1.19.0.tgz";
path = fetchurl {
name = "body_parser___body_parser_1.19.0.tgz";
@@ -962,6 +1130,62 @@
};
}
{
+ name = "brorand___brorand_1.1.0.tgz";
+ path = fetchurl {
+ name = "brorand___brorand_1.1.0.tgz";
+ url = "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz";
+ sha1 = "12c25efe40a45e3c323eb8675a0a0ce57b22371f";
+ };
+ }
+ {
+ name = "browserify_aes___browserify_aes_1.2.0.tgz";
+ path = fetchurl {
+ name = "browserify_aes___browserify_aes_1.2.0.tgz";
+ url = "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz";
+ sha1 = "326734642f403dabc3003209853bb70ad428ef48";
+ };
+ }
+ {
+ name = "browserify_cipher___browserify_cipher_1.0.1.tgz";
+ path = fetchurl {
+ name = "browserify_cipher___browserify_cipher_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz";
+ sha1 = "8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0";
+ };
+ }
+ {
+ name = "browserify_des___browserify_des_1.0.2.tgz";
+ path = fetchurl {
+ name = "browserify_des___browserify_des_1.0.2.tgz";
+ url = "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.2.tgz";
+ sha1 = "3af4f1f59839403572f1c66204375f7a7f703e9c";
+ };
+ }
+ {
+ name = "browserify_rsa___browserify_rsa_4.1.0.tgz";
+ path = fetchurl {
+ name = "browserify_rsa___browserify_rsa_4.1.0.tgz";
+ url = "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz";
+ sha1 = "b2fd06b5b75ae297f7ce2dc651f918f5be158c8d";
+ };
+ }
+ {
+ name = "browserify_sign___browserify_sign_4.2.1.tgz";
+ path = fetchurl {
+ name = "browserify_sign___browserify_sign_4.2.1.tgz";
+ url = "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.1.tgz";
+ sha1 = "eaf4add46dd54be3bb3b36c0cf15abbeba7956c3";
+ };
+ }
+ {
+ name = "browserify_zlib___browserify_zlib_0.2.0.tgz";
+ path = fetchurl {
+ name = "browserify_zlib___browserify_zlib_0.2.0.tgz";
+ url = "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz";
+ sha1 = "2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f";
+ };
+ }
+ {
name = "browserslist___browserslist_4.16.6.tgz";
path = fetchurl {
name = "browserslist___browserslist_4.16.6.tgz";
@@ -986,6 +1210,14 @@
};
}
{
+ name = "buffer_xor___buffer_xor_1.0.3.tgz";
+ path = fetchurl {
+ name = "buffer_xor___buffer_xor_1.0.3.tgz";
+ url = "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz";
+ sha1 = "26e61ed1422fb70dd42e6e36729ed51d855fe8d9";
+ };
+ }
+ {
name = "buffer___buffer_6.0.3.tgz";
path = fetchurl {
name = "buffer___buffer_6.0.3.tgz";
@@ -994,6 +1226,14 @@
};
}
{
+ name = "builtin_status_codes___builtin_status_codes_3.0.0.tgz";
+ path = fetchurl {
+ name = "builtin_status_codes___builtin_status_codes_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz";
+ sha1 = "85982878e21b98e1c66425e03d0174788f569ee8";
+ };
+ }
+ {
name = "bytes___bytes_3.0.0.tgz";
path = fetchurl {
name = "bytes___bytes_3.0.0.tgz";
@@ -1098,6 +1338,14 @@
};
}
{
+ name = "chokidar___chokidar_3.5.2.tgz";
+ path = fetchurl {
+ name = "chokidar___chokidar_3.5.2.tgz";
+ url = "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz";
+ sha1 = "dba3976fcadb016f66fd365021d91600d01c1e75";
+ };
+ }
+ {
name = "chrome_trace_event___chrome_trace_event_1.0.3.tgz";
path = fetchurl {
name = "chrome_trace_event___chrome_trace_event_1.0.3.tgz";
@@ -1106,6 +1354,14 @@
};
}
{
+ name = "cipher_base___cipher_base_1.0.4.tgz";
+ path = fetchurl {
+ name = "cipher_base___cipher_base_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz";
+ sha1 = "8760e4ecc272f4c363532f926d874aae2c1397de";
+ };
+ }
+ {
name = "class_utils___class_utils_0.3.6.tgz";
path = fetchurl {
name = "class_utils___class_utils_0.3.6.tgz";
@@ -1122,6 +1378,30 @@
};
}
{
+ name = "clean_stack___clean_stack_2.2.0.tgz";
+ path = fetchurl {
+ name = "clean_stack___clean_stack_2.2.0.tgz";
+ url = "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz";
+ sha1 = "ee8472dbb129e727b31e8a10a427dee9dfe4008b";
+ };
+ }
+ {
+ name = "cli_cursor___cli_cursor_3.1.0.tgz";
+ path = fetchurl {
+ name = "cli_cursor___cli_cursor_3.1.0.tgz";
+ url = "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz";
+ sha1 = "264305a7ae490d1d03bf0c9ba7c925d1753af307";
+ };
+ }
+ {
+ name = "cli_truncate___cli_truncate_2.1.0.tgz";
+ path = fetchurl {
+ name = "cli_truncate___cli_truncate_2.1.0.tgz";
+ url = "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-2.1.0.tgz";
+ sha1 = "c39e28bf05edcde5be3b98992a22deed5a2b93c7";
+ };
+ }
+ {
name = "cliui___cliui_5.0.0.tgz";
path = fetchurl {
name = "cliui___cliui_5.0.0.tgz";
@@ -1274,6 +1554,22 @@
};
}
{
+ name = "console_browserify___console_browserify_1.2.0.tgz";
+ path = fetchurl {
+ name = "console_browserify___console_browserify_1.2.0.tgz";
+ url = "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz";
+ sha1 = "67063cef57ceb6cf4993a2ab3a55840ae8c49336";
+ };
+ }
+ {
+ name = "constants_browserify___constants_browserify_1.0.0.tgz";
+ path = fetchurl {
+ name = "constants_browserify___constants_browserify_1.0.0.tgz";
+ url = "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz";
+ sha1 = "c20b96d8c617748aaf1c16021760cd27fcb8cb75";
+ };
+ }
+ {
name = "content_disposition___content_disposition_0.5.3.tgz";
path = fetchurl {
name = "content_disposition___content_disposition_0.5.3.tgz";
@@ -1322,6 +1618,46 @@
};
}
{
+ name = "cosmiconfig___cosmiconfig_6.0.0.tgz";
+ path = fetchurl {
+ name = "cosmiconfig___cosmiconfig_6.0.0.tgz";
+ url = "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz";
+ sha1 = "da4fee853c52f6b1e6935f41c1a2fc50bd4a9982";
+ };
+ }
+ {
+ name = "cosmiconfig___cosmiconfig_7.0.0.tgz";
+ path = fetchurl {
+ name = "cosmiconfig___cosmiconfig_7.0.0.tgz";
+ url = "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz";
+ sha1 = "ef9b44d773959cae63ddecd122de23853b60f8d3";
+ };
+ }
+ {
+ name = "create_ecdh___create_ecdh_4.0.4.tgz";
+ path = fetchurl {
+ name = "create_ecdh___create_ecdh_4.0.4.tgz";
+ url = "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz";
+ sha1 = "d6e7f4bffa66736085a0762fd3a632684dabcc4e";
+ };
+ }
+ {
+ name = "create_hash___create_hash_1.2.0.tgz";
+ path = fetchurl {
+ name = "create_hash___create_hash_1.2.0.tgz";
+ url = "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz";
+ sha1 = "889078af11a63756bcfb59bd221996be3a9ef196";
+ };
+ }
+ {
+ name = "create_hmac___create_hmac_1.1.7.tgz";
+ path = fetchurl {
+ name = "create_hmac___create_hmac_1.1.7.tgz";
+ url = "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz";
+ sha1 = "69170c78b3ab957147b2b8b04572e47ead2243ff";
+ };
+ }
+ {
name = "create_require___create_require_1.1.1.tgz";
path = fetchurl {
name = "create_require___create_require_1.1.1.tgz";
@@ -1330,6 +1666,14 @@
};
}
{
+ name = "cross_env___cross_env_7.0.3.tgz";
+ path = fetchurl {
+ name = "cross_env___cross_env_7.0.3.tgz";
+ url = "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz";
+ sha1 = "865264b29677dc015ba8418918965dd232fc54cf";
+ };
+ }
+ {
name = "cross_spawn___cross_spawn_6.0.5.tgz";
path = fetchurl {
name = "cross_spawn___cross_spawn_6.0.5.tgz";
@@ -1346,6 +1690,14 @@
};
}
{
+ name = "crypto_browserify___crypto_browserify_3.12.0.tgz";
+ path = fetchurl {
+ name = "crypto_browserify___crypto_browserify_3.12.0.tgz";
+ url = "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz";
+ sha1 = "396cf9f3137f03e4b8e532c58f698254e00f80ec";
+ };
+ }
+ {
name = "css_loader___css_loader_5.2.4.tgz";
path = fetchurl {
name = "css_loader___css_loader_5.2.4.tgz";
@@ -1426,6 +1778,14 @@
};
}
{
+ name = "dedent___dedent_0.7.0.tgz";
+ path = fetchurl {
+ name = "dedent___dedent_0.7.0.tgz";
+ url = "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz";
+ sha1 = "2495ddbaf6eb874abb0e1be9df22d2e5a544326c";
+ };
+ }
+ {
name = "deep_equal___deep_equal_1.1.1.tgz";
path = fetchurl {
name = "deep_equal___deep_equal_1.1.1.tgz";
@@ -1442,6 +1802,14 @@
};
}
{
+ name = "deepmerge___deepmerge_4.2.2.tgz";
+ path = fetchurl {
+ name = "deepmerge___deepmerge_4.2.2.tgz";
+ url = "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz";
+ sha1 = "44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955";
+ };
+ }
+ {
name = "default_gateway___default_gateway_4.2.0.tgz";
path = fetchurl {
name = "default_gateway___default_gateway_4.2.0.tgz";
@@ -1498,6 +1866,14 @@
};
}
{
+ name = "des.js___des.js_1.0.1.tgz";
+ path = fetchurl {
+ name = "des.js___des.js_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/des.js/-/des.js-1.0.1.tgz";
+ sha1 = "5382142e1bdc53f85d86d53e5f4aa7deb91e0843";
+ };
+ }
+ {
name = "destroy___destroy_1.0.4.tgz";
path = fetchurl {
name = "destroy___destroy_1.0.4.tgz";
@@ -1506,11 +1882,19 @@
};
}
{
- name = "detect_node___detect_node_2.0.5.tgz";
+ name = "detect_indent___detect_indent_6.0.0.tgz";
+ path = fetchurl {
+ name = "detect_indent___detect_indent_6.0.0.tgz";
+ url = "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz";
+ sha1 = "0abd0f549f69fc6659a254fe96786186b6f528fd";
+ };
+ }
+ {
+ name = "detect_node___detect_node_2.1.0.tgz";
path = fetchurl {
- name = "detect_node___detect_node_2.0.5.tgz";
- url = "https://registry.yarnpkg.com/detect-node/-/detect-node-2.0.5.tgz";
- sha1 = "9d270aa7eaa5af0b72c4c9d9b814e7f4ce738b79";
+ name = "detect_node___detect_node_2.1.0.tgz";
+ url = "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz";
+ sha1 = "c9c70775a49c3d03bc2c06d9a73be550f978f8b1";
};
}
{
@@ -1522,6 +1906,14 @@
};
}
{
+ name = "diffie_hellman___diffie_hellman_5.0.3.tgz";
+ path = fetchurl {
+ name = "diffie_hellman___diffie_hellman_5.0.3.tgz";
+ url = "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz";
+ sha1 = "40e8ee98f55a2149607146921c63e1ae5f3d2875";
+ };
+ }
+ {
name = "dir_glob___dir_glob_3.0.1.tgz";
path = fetchurl {
name = "dir_glob___dir_glob_3.0.1.tgz";
@@ -1538,11 +1930,11 @@
};
}
{
- name = "dns_packet___dns_packet_1.3.1.tgz";
+ name = "dns_packet___dns_packet_1.3.4.tgz";
path = fetchurl {
- name = "dns_packet___dns_packet_1.3.1.tgz";
- url = "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.1.tgz";
- sha1 = "12aa426981075be500b910eedcd0b47dd7deda5a";
+ name = "dns_packet___dns_packet_1.3.4.tgz";
+ url = "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz";
+ sha1 = "e3455065824a2507ba886c55a89963bb107dec6f";
};
}
{
@@ -1578,6 +1970,14 @@
};
}
{
+ name = "domain_browser___domain_browser_4.19.0.tgz";
+ path = fetchurl {
+ name = "domain_browser___domain_browser_4.19.0.tgz";
+ url = "https://registry.yarnpkg.com/domain-browser/-/domain-browser-4.19.0.tgz";
+ sha1 = "1093e17c0a17dbd521182fe90d49ac1370054af1";
+ };
+ }
+ {
name = "domelementtype___domelementtype_1.3.1.tgz";
path = fetchurl {
name = "domelementtype___domelementtype_1.3.1.tgz";
@@ -1626,11 +2026,19 @@
};
}
{
- name = "electron_to_chromium___electron_to_chromium_1.3.727.tgz";
+ name = "electron_to_chromium___electron_to_chromium_1.3.728.tgz";
path = fetchurl {
- name = "electron_to_chromium___electron_to_chromium_1.3.727.tgz";
- url = "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.727.tgz";
- sha1 = "857e310ca00f0b75da4e1db6ff0e073cc4a91ddf";
+ name = "electron_to_chromium___electron_to_chromium_1.3.728.tgz";
+ url = "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.728.tgz";
+ sha1 = "dbedd6373f595ae10a13d146b66bece4c1afa5bd";
+ };
+ }
+ {
+ name = "elliptic___elliptic_6.5.4.tgz";
+ path = fetchurl {
+ name = "elliptic___elliptic_6.5.4.tgz";
+ url = "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz";
+ sha1 = "da37cebd31e79a1367e941b592ed1fbebd58abbb";
};
}
{
@@ -1746,6 +2154,22 @@
};
}
{
+ name = "error_ex___error_ex_1.3.2.tgz";
+ path = fetchurl {
+ name = "error_ex___error_ex_1.3.2.tgz";
+ url = "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz";
+ sha1 = "b4ac40648107fdcdcfae242f428bea8a14d4f1bf";
+ };
+ }
+ {
+ name = "es_abstract___es_abstract_1.18.0.tgz";
+ path = fetchurl {
+ name = "es_abstract___es_abstract_1.18.0.tgz";
+ url = "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.0.tgz";
+ sha1 = "ab80b359eecb7ede4c298000390bc5ac3ec7b5a4";
+ };
+ }
+ {
name = "es_module_lexer___es_module_lexer_0.4.1.tgz";
path = fetchurl {
name = "es_module_lexer___es_module_lexer_0.4.1.tgz";
@@ -1754,6 +2178,22 @@
};
}
{
+ name = "es_to_primitive___es_to_primitive_1.2.1.tgz";
+ path = fetchurl {
+ name = "es_to_primitive___es_to_primitive_1.2.1.tgz";
+ url = "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz";
+ sha1 = "e55cd4c9cdc188bcefb03b366c736323fc5c898a";
+ };
+ }
+ {
+ name = "es6_object_assign___es6_object_assign_1.1.0.tgz";
+ path = fetchurl {
+ name = "es6_object_assign___es6_object_assign_1.1.0.tgz";
+ url = "https://registry.yarnpkg.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz";
+ sha1 = "c2c3582656247c39ea107cb1e6652b6f9f24523c";
+ };
+ }
+ {
name = "escalade___escalade_3.1.1.tgz";
path = fetchurl {
name = "escalade___escalade_3.1.1.tgz";
@@ -1922,6 +2362,14 @@
};
}
{
+ name = "evp_bytestokey___evp_bytestokey_1.0.3.tgz";
+ path = fetchurl {
+ name = "evp_bytestokey___evp_bytestokey_1.0.3.tgz";
+ url = "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz";
+ sha1 = "7fcbdb198dc71959432efe13842684e0525acb02";
+ };
+ }
+ {
name = "execa___execa_1.0.0.tgz";
path = fetchurl {
name = "execa___execa_1.0.0.tgz";
@@ -2082,6 +2530,14 @@
};
}
{
+ name = "filter_obj___filter_obj_2.0.2.tgz";
+ path = fetchurl {
+ name = "filter_obj___filter_obj_2.0.2.tgz";
+ url = "https://registry.yarnpkg.com/filter-obj/-/filter-obj-2.0.2.tgz";
+ sha1 = "fff662368e505d69826abb113f0f6a98f56e9d5f";
+ };
+ }
+ {
name = "finalhandler___finalhandler_1.1.2.tgz";
path = fetchurl {
name = "finalhandler___finalhandler_1.1.2.tgz";
@@ -2138,6 +2594,22 @@
};
}
{
+ name = "foreach___foreach_2.0.5.tgz";
+ path = fetchurl {
+ name = "foreach___foreach_2.0.5.tgz";
+ url = "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz";
+ sha1 = "0bee005018aeb260d0a3af3ae658dd0136ec1b99";
+ };
+ }
+ {
+ name = "fork_ts_checker_webpack_plugin___fork_ts_checker_webpack_plugin_6.2.9.tgz";
+ path = fetchurl {
+ name = "fork_ts_checker_webpack_plugin___fork_ts_checker_webpack_plugin_6.2.9.tgz";
+ url = "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.2.9.tgz";
+ sha1 = "08f51b685a48b09ab3ec079a8501762422443120";
+ };
+ }
+ {
name = "forwarded___forwarded_0.1.2.tgz";
path = fetchurl {
name = "forwarded___forwarded_0.1.2.tgz";
@@ -2162,6 +2634,22 @@
};
}
{
+ name = "fs_extra___fs_extra_9.1.0.tgz";
+ path = fetchurl {
+ name = "fs_extra___fs_extra_9.1.0.tgz";
+ url = "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz";
+ sha1 = "5954460c764a8da2094ba3554bf839e6b9a7c86d";
+ };
+ }
+ {
+ name = "fs_monkey___fs_monkey_1.0.3.tgz";
+ path = fetchurl {
+ name = "fs_monkey___fs_monkey_1.0.3.tgz";
+ url = "https://registry.yarnpkg.com/fs-monkey/-/fs-monkey-1.0.3.tgz";
+ sha1 = "ae3ac92d53bb328efe0e9a1d9541f6ad8d48e2d3";
+ };
+ }
+ {
name = "fs.realpath___fs.realpath_1.0.0.tgz";
path = fetchurl {
name = "fs.realpath___fs.realpath_1.0.0.tgz";
@@ -2234,6 +2722,14 @@
};
}
{
+ name = "get_own_enumerable_property_symbols___get_own_enumerable_property_symbols_3.0.2.tgz";
+ path = fetchurl {
+ name = "get_own_enumerable_property_symbols___get_own_enumerable_property_symbols_3.0.2.tgz";
+ url = "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz";
+ sha1 = "b5fde77f22cbe35f390b4e089922c50bce6ef664";
+ };
+ }
+ {
name = "get_stream___get_stream_4.1.0.tgz";
path = fetchurl {
name = "get_stream___get_stream_4.1.0.tgz";
@@ -2322,11 +2818,11 @@
};
}
{
- name = "google_protobuf___google_protobuf_3.16.0.tgz";
+ name = "google_protobuf___google_protobuf_3.17.0.tgz";
path = fetchurl {
- name = "google_protobuf___google_protobuf_3.16.0.tgz";
- url = "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.16.0.tgz";
- sha1 = "87c61829a8aec7d9244dcbed9464e1d0fcbed8ae";
+ name = "google_protobuf___google_protobuf_3.17.0.tgz";
+ url = "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.17.0.tgz";
+ sha1 = "5623215f9d0345649720ae5e5e9713491e2456fc";
};
}
{
@@ -2346,6 +2842,14 @@
};
}
{
+ name = "has_bigints___has_bigints_1.0.1.tgz";
+ path = fetchurl {
+ name = "has_bigints___has_bigints_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz";
+ sha1 = "64fe6acb020673e3b78db035a5af69aa9d07b113";
+ };
+ }
+ {
name = "has_binary2___has_binary2_1.0.3.tgz";
path = fetchurl {
name = "has_binary2___has_binary2_1.0.3.tgz";
@@ -2426,6 +2930,22 @@
};
}
{
+ name = "hash_base___hash_base_3.1.0.tgz";
+ path = fetchurl {
+ name = "hash_base___hash_base_3.1.0.tgz";
+ url = "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz";
+ sha1 = "55c381d9e06e1d2997a883b4a3fddfe7f0d3af33";
+ };
+ }
+ {
+ name = "hash.js___hash.js_1.1.7.tgz";
+ path = fetchurl {
+ name = "hash.js___hash.js_1.1.7.tgz";
+ url = "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.7.tgz";
+ sha1 = "0babca538e8d4ee4a0f8988d68866537a003cf42";
+ };
+ }
+ {
name = "he___he_1.2.0.tgz";
path = fetchurl {
name = "he___he_1.2.0.tgz";
@@ -2434,6 +2954,22 @@
};
}
{
+ name = "hmac_drbg___hmac_drbg_1.0.1.tgz";
+ path = fetchurl {
+ name = "hmac_drbg___hmac_drbg_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz";
+ sha1 = "d2745701025a6c775a6c545793ed502fc0c649a1";
+ };
+ }
+ {
+ name = "hosted_git_info___hosted_git_info_2.8.9.tgz";
+ path = fetchurl {
+ name = "hosted_git_info___hosted_git_info_2.8.9.tgz";
+ url = "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz";
+ sha1 = "dffc0bf9a21c02209090f2aa69429e1414daf3f9";
+ };
+ }
+ {
name = "hpack.js___hpack.js_2.1.6.tgz";
path = fetchurl {
name = "hpack.js___hpack.js_2.1.6.tgz";
@@ -2538,6 +3074,14 @@
};
}
{
+ name = "https_browserify___https_browserify_1.0.0.tgz";
+ path = fetchurl {
+ name = "https_browserify___https_browserify_1.0.0.tgz";
+ url = "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz";
+ sha1 = "ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73";
+ };
+ }
+ {
name = "human_signals___human_signals_2.1.0.tgz";
path = fetchurl {
name = "human_signals___human_signals_2.1.0.tgz";
@@ -2618,6 +3162,14 @@
};
}
{
+ name = "indent_string___indent_string_4.0.0.tgz";
+ path = fetchurl {
+ name = "indent_string___indent_string_4.0.0.tgz";
+ url = "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz";
+ sha1 = "624f8f4497d619b2d9768531d58f4122854d7251";
+ };
+ }
+ {
name = "indexof___indexof_0.0.1.tgz";
path = fetchurl {
name = "indexof___indexof_0.0.1.tgz";
@@ -2722,6 +3274,22 @@
};
}
{
+ name = "is_arrayish___is_arrayish_0.2.1.tgz";
+ path = fetchurl {
+ name = "is_arrayish___is_arrayish_0.2.1.tgz";
+ url = "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz";
+ sha1 = "77c99840527aa8ecb1a8ba697b80645a7a926a9d";
+ };
+ }
+ {
+ name = "is_bigint___is_bigint_1.0.2.tgz";
+ path = fetchurl {
+ name = "is_bigint___is_bigint_1.0.2.tgz";
+ url = "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.2.tgz";
+ sha1 = "ffb381442503235ad245ea89e45b3dbff040ee5a";
+ };
+ }
+ {
name = "is_binary_path___is_binary_path_1.0.1.tgz";
path = fetchurl {
name = "is_binary_path___is_binary_path_1.0.1.tgz";
@@ -2738,6 +3306,14 @@
};
}
{
+ name = "is_boolean_object___is_boolean_object_1.1.1.tgz";
+ path = fetchurl {
+ name = "is_boolean_object___is_boolean_object_1.1.1.tgz";
+ url = "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz";
+ sha1 = "3c0878f035cb821228d350d2e1e36719716a3de8";
+ };
+ }
+ {
name = "is_buffer___is_buffer_1.1.6.tgz";
path = fetchurl {
name = "is_buffer___is_buffer_1.1.6.tgz";
@@ -2746,6 +3322,14 @@
};
}
{
+ name = "is_callable___is_callable_1.2.3.tgz";
+ path = fetchurl {
+ name = "is_callable___is_callable_1.2.3.tgz";
+ url = "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz";
+ sha1 = "8b1e0500b73a1d76c70487636f368e519de8db8e";
+ };
+ }
+ {
name = "is_core_module___is_core_module_2.4.0.tgz";
path = fetchurl {
name = "is_core_module___is_core_module_2.4.0.tgz";
@@ -2834,6 +3418,14 @@
};
}
{
+ name = "is_generator_function___is_generator_function_1.0.9.tgz";
+ path = fetchurl {
+ name = "is_generator_function___is_generator_function_1.0.9.tgz";
+ url = "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.9.tgz";
+ sha1 = "e5f82c2323673e7fcad3d12858c83c4039f6399c";
+ };
+ }
+ {
name = "is_glob___is_glob_3.1.0.tgz";
path = fetchurl {
name = "is_glob___is_glob_3.1.0.tgz";
@@ -2850,6 +3442,30 @@
};
}
{
+ name = "is_nan___is_nan_1.3.2.tgz";
+ path = fetchurl {
+ name = "is_nan___is_nan_1.3.2.tgz";
+ url = "https://registry.yarnpkg.com/is-nan/-/is-nan-1.3.2.tgz";
+ sha1 = "043a54adea31748b55b6cd4e09aadafa69bd9e1d";
+ };
+ }
+ {
+ name = "is_negative_zero___is_negative_zero_2.0.1.tgz";
+ path = fetchurl {
+ name = "is_negative_zero___is_negative_zero_2.0.1.tgz";
+ url = "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz";
+ sha1 = "3de746c18dda2319241a53675908d8f766f11c24";
+ };
+ }
+ {
+ name = "is_number_object___is_number_object_1.0.5.tgz";
+ path = fetchurl {
+ name = "is_number_object___is_number_object_1.0.5.tgz";
+ url = "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.5.tgz";
+ sha1 = "6edfaeed7950cff19afedce9fbfca9ee6dd289eb";
+ };
+ }
+ {
name = "is_number___is_number_3.0.0.tgz";
path = fetchurl {
name = "is_number___is_number_3.0.0.tgz";
@@ -2866,6 +3482,14 @@
};
}
{
+ name = "is_obj___is_obj_1.0.1.tgz";
+ path = fetchurl {
+ name = "is_obj___is_obj_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz";
+ sha1 = "3e4729ac1f5fde025cd7d83a896dab9f4f67db0f";
+ };
+ }
+ {
name = "is_path_cwd___is_path_cwd_2.2.0.tgz";
path = fetchurl {
name = "is_path_cwd___is_path_cwd_2.2.0.tgz";
@@ -2914,6 +3538,14 @@
};
}
{
+ name = "is_regexp___is_regexp_1.0.0.tgz";
+ path = fetchurl {
+ name = "is_regexp___is_regexp_1.0.0.tgz";
+ url = "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz";
+ sha1 = "fd2d883545c46bac5a633e7b9a09e87fa2cb5069";
+ };
+ }
+ {
name = "is_stream___is_stream_1.1.0.tgz";
path = fetchurl {
name = "is_stream___is_stream_1.1.0.tgz";
@@ -2930,6 +3562,38 @@
};
}
{
+ name = "is_string___is_string_1.0.6.tgz";
+ path = fetchurl {
+ name = "is_string___is_string_1.0.6.tgz";
+ url = "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz";
+ sha1 = "3fe5d5992fb0d93404f32584d4b0179a71b54a5f";
+ };
+ }
+ {
+ name = "is_symbol___is_symbol_1.0.4.tgz";
+ path = fetchurl {
+ name = "is_symbol___is_symbol_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz";
+ sha1 = "a6dac93b635b063ca6872236de88910a57af139c";
+ };
+ }
+ {
+ name = "is_typed_array___is_typed_array_1.1.5.tgz";
+ path = fetchurl {
+ name = "is_typed_array___is_typed_array_1.1.5.tgz";
+ url = "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.5.tgz";
+ sha1 = "f32e6e096455e329eb7b423862456aa213f0eb4e";
+ };
+ }
+ {
+ name = "is_unicode_supported___is_unicode_supported_0.1.0.tgz";
+ path = fetchurl {
+ name = "is_unicode_supported___is_unicode_supported_0.1.0.tgz";
+ url = "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz";
+ sha1 = "3f26c76a809593b52bfa2ecb5710ed2779b522a7";
+ };
+ }
+ {
name = "is_windows___is_windows_1.0.2.tgz";
path = fetchurl {
name = "is_windows___is_windows_1.0.2.tgz";
@@ -3034,6 +3698,14 @@
};
}
{
+ name = "json_parse_even_better_errors___json_parse_even_better_errors_2.3.1.tgz";
+ path = fetchurl {
+ name = "json_parse_even_better_errors___json_parse_even_better_errors_2.3.1.tgz";
+ url = "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz";
+ sha1 = "7c47805a94319928e05777405dc12e1f7a4ee02d";
+ };
+ }
+ {
name = "json_schema_traverse___json_schema_traverse_0.4.1.tgz";
path = fetchurl {
name = "json_schema_traverse___json_schema_traverse_0.4.1.tgz";
@@ -3066,6 +3738,14 @@
};
}
{
+ name = "json5___json5_1.0.1.tgz";
+ path = fetchurl {
+ name = "json5___json5_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz";
+ sha1 = "779fb0018604fa854eacbf6252180d83543e3dbe";
+ };
+ }
+ {
name = "json5___json5_2.2.0.tgz";
path = fetchurl {
name = "json5___json5_2.2.0.tgz";
@@ -3074,6 +3754,14 @@
};
}
{
+ name = "jsonfile___jsonfile_6.1.0.tgz";
+ path = fetchurl {
+ name = "jsonfile___jsonfile_6.1.0.tgz";
+ url = "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz";
+ sha1 = "bc55b2634793c679ec6403094eb13698a6ec0aae";
+ };
+ }
+ {
name = "killable___killable_1.0.1.tgz";
path = fetchurl {
name = "killable___killable_1.0.1.tgz";
@@ -3130,6 +3818,14 @@
};
}
{
+ name = "lines_and_columns___lines_and_columns_1.1.6.tgz";
+ path = fetchurl {
+ name = "lines_and_columns___lines_and_columns_1.1.6.tgz";
+ url = "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz";
+ sha1 = "1c00c743b433cd0a4e80758f7b64a57440d9ff00";
+ };
+ }
+ {
name = "linked_list_typescript___linked_list_typescript_1.0.15.tgz";
path = fetchurl {
name = "linked_list_typescript___linked_list_typescript_1.0.15.tgz";
@@ -3138,6 +3834,30 @@
};
}
{
+ name = "lint_staged___lint_staged_11.0.0.tgz";
+ path = fetchurl {
+ name = "lint_staged___lint_staged_11.0.0.tgz";
+ url = "https://registry.yarnpkg.com/lint-staged/-/lint-staged-11.0.0.tgz";
+ sha1 = "24d0a95aa316ba28e257f5c4613369a75a10c712";
+ };
+ }
+ {
+ name = "listr2___listr2_3.10.0.tgz";
+ path = fetchurl {
+ name = "listr2___listr2_3.10.0.tgz";
+ url = "https://registry.yarnpkg.com/listr2/-/listr2-3.10.0.tgz";
+ sha1 = "58105a53ed7fa1430d1b738c6055ef7bb006160f";
+ };
+ }
+ {
+ name = "load_json_file___load_json_file_4.0.0.tgz";
+ path = fetchurl {
+ name = "load_json_file___load_json_file_4.0.0.tgz";
+ url = "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz";
+ sha1 = "2f5f45ab91e33216234fd53adab668eb4ec0993b";
+ };
+ }
+ {
name = "loader_runner___loader_runner_4.2.0.tgz";
path = fetchurl {
name = "loader_runner___loader_runner_4.2.0.tgz";
@@ -3178,6 +3898,14 @@
};
}
{
+ name = "lodash.isequal___lodash.isequal_4.5.0.tgz";
+ path = fetchurl {
+ name = "lodash.isequal___lodash.isequal_4.5.0.tgz";
+ url = "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz";
+ sha1 = "415c4478f2bcc30120c22ce10ed3226f7d3e18e0";
+ };
+ }
+ {
name = "lodash.truncate___lodash.truncate_4.4.2.tgz";
path = fetchurl {
name = "lodash.truncate___lodash.truncate_4.4.2.tgz";
@@ -3194,6 +3922,22 @@
};
}
{
+ name = "log_symbols___log_symbols_4.1.0.tgz";
+ path = fetchurl {
+ name = "log_symbols___log_symbols_4.1.0.tgz";
+ url = "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz";
+ sha1 = "3fbdbb95b4683ac9fc785111e792e558d4abd503";
+ };
+ }
+ {
+ name = "log_update___log_update_4.0.0.tgz";
+ path = fetchurl {
+ name = "log_update___log_update_4.0.0.tgz";
+ url = "https://registry.yarnpkg.com/log-update/-/log-update-4.0.0.tgz";
+ sha1 = "589ecd352471f2a1c0c570287543a64dfd20e0a1";
+ };
+ }
+ {
name = "loglevel___loglevel_1.7.1.tgz";
path = fetchurl {
name = "loglevel___loglevel_1.7.1.tgz";
@@ -3250,6 +3994,14 @@
};
}
{
+ name = "md5.js___md5.js_1.3.5.tgz";
+ path = fetchurl {
+ name = "md5.js___md5.js_1.3.5.tgz";
+ url = "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz";
+ sha1 = "b5d07b8e3216e3e27cd728d72f70d1e6a342005f";
+ };
+ }
+ {
name = "media_typer___media_typer_0.3.0.tgz";
path = fetchurl {
name = "media_typer___media_typer_0.3.0.tgz";
@@ -3258,6 +4010,14 @@
};
}
{
+ name = "memfs___memfs_3.2.2.tgz";
+ path = fetchurl {
+ name = "memfs___memfs_3.2.2.tgz";
+ url = "https://registry.yarnpkg.com/memfs/-/memfs-3.2.2.tgz";
+ sha1 = "5de461389d596e3f23d48bb7c2afb6161f4df40e";
+ };
+ }
+ {
name = "memory_fs___memory_fs_0.4.1.tgz";
path = fetchurl {
name = "memory_fs___memory_fs_0.4.1.tgz";
@@ -3266,6 +4026,14 @@
};
}
{
+ name = "memorystream___memorystream_0.3.1.tgz";
+ path = fetchurl {
+ name = "memorystream___memorystream_0.3.1.tgz";
+ url = "https://registry.yarnpkg.com/memorystream/-/memorystream-0.3.1.tgz";
+ sha1 = "86d7090b30ce455d63fbae12dda51a47ddcaf9b2";
+ };
+ }
+ {
name = "merge_descriptors___merge_descriptors_1.0.1.tgz";
path = fetchurl {
name = "merge_descriptors___merge_descriptors_1.0.1.tgz";
@@ -3314,6 +4082,14 @@
};
}
{
+ name = "miller_rabin___miller_rabin_4.0.1.tgz";
+ path = fetchurl {
+ name = "miller_rabin___miller_rabin_4.0.1.tgz";
+ url = "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz";
+ sha1 = "f080351c865b0dc562a8462966daa53543c78a4d";
+ };
+ }
+ {
name = "mime_db___mime_db_1.47.0.tgz";
path = fetchurl {
name = "mime_db___mime_db_1.47.0.tgz";
@@ -3354,6 +4130,14 @@
};
}
{
+ name = "min_indent___min_indent_1.0.1.tgz";
+ path = fetchurl {
+ name = "min_indent___min_indent_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz";
+ sha1 = "a63f681673b30571fbe8bc25686ae746eefa9869";
+ };
+ }
+ {
name = "mini_css_extract_plugin___mini_css_extract_plugin_1.6.0.tgz";
path = fetchurl {
name = "mini_css_extract_plugin___mini_css_extract_plugin_1.6.0.tgz";
@@ -3370,6 +4154,14 @@
};
}
{
+ name = "minimalistic_crypto_utils___minimalistic_crypto_utils_1.0.1.tgz";
+ path = fetchurl {
+ name = "minimalistic_crypto_utils___minimalistic_crypto_utils_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz";
+ sha1 = "f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a";
+ };
+ }
+ {
name = "minimatch___minimatch_3.0.4.tgz";
path = fetchurl {
name = "minimatch___minimatch_3.0.4.tgz";
@@ -3402,6 +4194,14 @@
};
}
{
+ name = "mri___mri_1.1.6.tgz";
+ path = fetchurl {
+ name = "mri___mri_1.1.6.tgz";
+ url = "https://registry.yarnpkg.com/mri/-/mri-1.1.6.tgz";
+ sha1 = "49952e1044db21dbf90f6cd92bc9c9a777d415a6";
+ };
+ }
+ {
name = "ms___ms_2.0.0.tgz";
path = fetchurl {
name = "ms___ms_2.0.0.tgz";
@@ -3522,11 +4322,27 @@
};
}
{
- name = "node_releases___node_releases_1.1.71.tgz";
+ name = "node_polyfill_webpack_plugin___node_polyfill_webpack_plugin_1.1.2.tgz";
+ path = fetchurl {
+ name = "node_polyfill_webpack_plugin___node_polyfill_webpack_plugin_1.1.2.tgz";
+ url = "https://registry.yarnpkg.com/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-1.1.2.tgz";
+ sha1 = "3e8e8640a920b566d5842df84f1c8c077554250e";
+ };
+ }
+ {
+ name = "node_releases___node_releases_1.1.72.tgz";
+ path = fetchurl {
+ name = "node_releases___node_releases_1.1.72.tgz";
+ url = "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.72.tgz";
+ sha1 = "14802ab6b1039a79a0c7d662b610a5bbd76eacbe";
+ };
+ }
+ {
+ name = "normalize_package_data___normalize_package_data_2.5.0.tgz";
path = fetchurl {
- name = "node_releases___node_releases_1.1.71.tgz";
- url = "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.71.tgz";
- sha1 = "cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb";
+ name = "normalize_package_data___normalize_package_data_2.5.0.tgz";
+ url = "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz";
+ sha1 = "e66db1838b200c1dfc233225d12cb36520e234a8";
};
}
{
@@ -3546,6 +4362,14 @@
};
}
{
+ name = "npm_run_all___npm_run_all_4.1.5.tgz";
+ path = fetchurl {
+ name = "npm_run_all___npm_run_all_4.1.5.tgz";
+ url = "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz";
+ sha1 = "04476202a15ee0e2e214080861bff12a51d98fba";
+ };
+ }
+ {
name = "npm_run_path___npm_run_path_2.0.2.tgz";
path = fetchurl {
name = "npm_run_path___npm_run_path_2.0.2.tgz";
@@ -3586,6 +4410,14 @@
};
}
{
+ name = "object_inspect___object_inspect_1.10.3.tgz";
+ path = fetchurl {
+ name = "object_inspect___object_inspect_1.10.3.tgz";
+ url = "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.10.3.tgz";
+ sha1 = "c2aa7d2d09f50c99375704f7a0adf24c5782d369";
+ };
+ }
+ {
name = "object_is___object_is_1.1.5.tgz";
path = fetchurl {
name = "object_is___object_is_1.1.5.tgz";
@@ -3610,6 +4442,14 @@
};
}
{
+ name = "object.assign___object.assign_4.1.2.tgz";
+ path = fetchurl {
+ name = "object.assign___object.assign_4.1.2.tgz";
+ url = "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz";
+ sha1 = "0ed54a342eceb37b38ff76eb831a0e788cb63940";
+ };
+ }
+ {
name = "object.pick___object.pick_1.3.0.tgz";
path = fetchurl {
name = "object.pick___object.pick_1.3.0.tgz";
@@ -3682,6 +4522,14 @@
};
}
{
+ name = "os_browserify___os_browserify_0.3.0.tgz";
+ path = fetchurl {
+ name = "os_browserify___os_browserify_0.3.0.tgz";
+ url = "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz";
+ sha1 = "854373c7f5c2315914fc9bfc6bd8238fdda1ec27";
+ };
+ }
+ {
name = "p_finally___p_finally_1.0.0.tgz";
path = fetchurl {
name = "p_finally___p_finally_1.0.0.tgz";
@@ -3730,6 +4578,14 @@
};
}
{
+ name = "p_map___p_map_4.0.0.tgz";
+ path = fetchurl {
+ name = "p_map___p_map_4.0.0.tgz";
+ url = "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz";
+ sha1 = "bb2f95a5eda2ec168ec9274e06a747c3e2904d2b";
+ };
+ }
+ {
name = "p_retry___p_retry_3.0.1.tgz";
path = fetchurl {
name = "p_retry___p_retry_3.0.1.tgz";
@@ -3746,6 +4602,14 @@
};
}
{
+ name = "pako___pako_1.0.11.tgz";
+ path = fetchurl {
+ name = "pako___pako_1.0.11.tgz";
+ url = "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz";
+ sha1 = "6c9599d340d54dfd3946380252a35705a6b992bf";
+ };
+ }
+ {
name = "papaparse___papaparse_5.3.0.tgz";
path = fetchurl {
name = "papaparse___papaparse_5.3.0.tgz";
@@ -3778,6 +4642,30 @@
};
}
{
+ name = "parse_asn1___parse_asn1_5.1.6.tgz";
+ path = fetchurl {
+ name = "parse_asn1___parse_asn1_5.1.6.tgz";
+ url = "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz";
+ sha1 = "385080a3ec13cb62a62d39409cb3e88844cdaed4";
+ };
+ }
+ {
+ name = "parse_json___parse_json_4.0.0.tgz";
+ path = fetchurl {
+ name = "parse_json___parse_json_4.0.0.tgz";
+ url = "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz";
+ sha1 = "be35f5425be1f7f6c747184f98a788cb99477ee0";
+ };
+ }
+ {
+ name = "parse_json___parse_json_5.2.0.tgz";
+ path = fetchurl {
+ name = "parse_json___parse_json_5.2.0.tgz";
+ url = "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz";
+ sha1 = "c76fc66dee54231c962b22bcc8a72cf2f99753cd";
+ };
+ }
+ {
name = "parseqs___parseqs_0.0.6.tgz";
path = fetchurl {
name = "parseqs___parseqs_0.0.6.tgz";
@@ -3818,6 +4706,14 @@
};
}
{
+ name = "path_browserify___path_browserify_1.0.1.tgz";
+ path = fetchurl {
+ name = "path_browserify___path_browserify_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz";
+ sha1 = "d98454a9c3753d5790860f16f68867b9e46be1fd";
+ };
+ }
+ {
name = "path_dirname___path_dirname_1.0.2.tgz";
path = fetchurl {
name = "path_dirname___path_dirname_1.0.2.tgz";
@@ -3890,6 +4786,14 @@
};
}
{
+ name = "path_type___path_type_3.0.0.tgz";
+ path = fetchurl {
+ name = "path_type___path_type_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz";
+ sha1 = "cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f";
+ };
+ }
+ {
name = "path_type___path_type_4.0.0.tgz";
path = fetchurl {
name = "path_type___path_type_4.0.0.tgz";
@@ -3906,11 +4810,27 @@
};
}
{
- name = "phaser3_rex_plugins___phaser3_rex_plugins_1.1.46.tgz";
+ name = "pbkdf2___pbkdf2_3.1.2.tgz";
+ path = fetchurl {
+ name = "pbkdf2___pbkdf2_3.1.2.tgz";
+ url = "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz";
+ sha1 = "dd822aa0887580e52f1a039dc3eda108efae3075";
+ };
+ }
+ {
+ name = "da68bbededd605925621dd4f03bd27e69284b254";
+ path = fetchurl {
+ name = "da68bbededd605925621dd4f03bd27e69284b254";
+ url = "https://codeload.github.com/workadventure/phaser-animated-tiles/tar.gz/da68bbededd605925621dd4f03bd27e69284b254";
+ sha1 = "078a30a3dd37be78963c3aa1085c9a1dbfcc029b";
+ };
+ }
+ {
+ name = "phaser3_rex_plugins___phaser3_rex_plugins_1.1.47.tgz";
path = fetchurl {
- name = "phaser3_rex_plugins___phaser3_rex_plugins_1.1.46.tgz";
- url = "https://registry.yarnpkg.com/phaser3-rex-plugins/-/phaser3-rex-plugins-1.1.46.tgz";
- sha1 = "c53142461646a3c986e3af7d23b5f272e6a1f8d6";
+ name = "phaser3_rex_plugins___phaser3_rex_plugins_1.1.47.tgz";
+ url = "https://registry.yarnpkg.com/phaser3-rex-plugins/-/phaser3-rex-plugins-1.1.47.tgz";
+ sha1 = "89299369437a0032ad31c64e89a26d20fd8a5867";
};
}
{
@@ -3930,6 +4850,14 @@
};
}
{
+ name = "pidtree___pidtree_0.3.1.tgz";
+ path = fetchurl {
+ name = "pidtree___pidtree_0.3.1.tgz";
+ url = "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.1.tgz";
+ sha1 = "ef09ac2cc0533df1f3250ccf2c4d366b0d12114a";
+ };
+ }
+ {
name = "pify___pify_2.3.0.tgz";
path = fetchurl {
name = "pify___pify_2.3.0.tgz";
@@ -3938,6 +4866,14 @@
};
}
{
+ name = "pify___pify_3.0.0.tgz";
+ path = fetchurl {
+ name = "pify___pify_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz";
+ sha1 = "e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176";
+ };
+ }
+ {
name = "pify___pify_4.0.1.tgz";
path = fetchurl {
name = "pify___pify_4.0.1.tgz";
@@ -3978,6 +4914,14 @@
};
}
{
+ name = "please_upgrade_node___please_upgrade_node_3.2.0.tgz";
+ path = fetchurl {
+ name = "please_upgrade_node___please_upgrade_node_3.2.0.tgz";
+ url = "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.2.0.tgz";
+ sha1 = "aeddd3f994c933e4ad98b99d9a556efa0e2fe942";
+ };
+ }
+ {
name = "portfinder___portfinder_1.0.28.tgz";
path = fetchurl {
name = "portfinder___portfinder_1.0.28.tgz";
@@ -4058,6 +5002,14 @@
};
}
{
+ name = "prettier___prettier_2.3.1.tgz";
+ path = fetchurl {
+ name = "prettier___prettier_2.3.1.tgz";
+ url = "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz";
+ sha1 = "76903c3f8c4449bc9ac597acefa24dc5ad4cbea6";
+ };
+ }
+ {
name = "pretty_error___pretty_error_2.1.2.tgz";
path = fetchurl {
name = "pretty_error___pretty_error_2.1.2.tgz";
@@ -4106,6 +5058,14 @@
};
}
{
+ name = "public_encrypt___public_encrypt_4.0.3.tgz";
+ path = fetchurl {
+ name = "public_encrypt___public_encrypt_4.0.3.tgz";
+ url = "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz";
+ sha1 = "4fcc9d77a07e48ba7527e7cbe0de33d0701331e0";
+ };
+ }
+ {
name = "pump___pump_3.0.0.tgz";
path = fetchurl {
name = "pump___pump_3.0.0.tgz";
@@ -4138,6 +5098,14 @@
};
}
{
+ name = "querystring_es3___querystring_es3_0.2.1.tgz";
+ path = fetchurl {
+ name = "querystring_es3___querystring_es3_0.2.1.tgz";
+ url = "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz";
+ sha1 = "9ec61f79049875707d69414596fd907a4d711e73";
+ };
+ }
+ {
name = "querystring___querystring_0.2.0.tgz";
path = fetchurl {
name = "querystring___querystring_0.2.0.tgz";
@@ -4170,6 +5138,14 @@
};
}
{
+ name = "quill_delta_to_html___quill_delta_to_html_0.12.0.tgz";
+ path = fetchurl {
+ name = "quill_delta_to_html___quill_delta_to_html_0.12.0.tgz";
+ url = "https://registry.yarnpkg.com/quill-delta-to-html/-/quill-delta-to-html-0.12.0.tgz";
+ sha1 = "ee572cfa208390d99d7646795358ddb81eaea17c";
+ };
+ }
+ {
name = "quill_delta___quill_delta_3.6.3.tgz";
path = fetchurl {
name = "quill_delta___quill_delta_3.6.3.tgz";
@@ -4194,6 +5170,14 @@
};
}
{
+ name = "randomfill___randomfill_1.0.4.tgz";
+ path = fetchurl {
+ name = "randomfill___randomfill_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.4.tgz";
+ sha1 = "c92196fc86ab42be983f1bf31778224931d61458";
+ };
+ }
+ {
name = "range_parser___range_parser_1.2.1.tgz";
path = fetchurl {
name = "range_parser___range_parser_1.2.1.tgz";
@@ -4210,6 +5194,14 @@
};
}
{
+ name = "read_pkg___read_pkg_3.0.0.tgz";
+ path = fetchurl {
+ name = "read_pkg___read_pkg_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz";
+ sha1 = "9cbc686978fee65d16c00e2b19c237fcf6e38389";
+ };
+ }
+ {
name = "readable_stream___readable_stream_2.3.7.tgz";
path = fetchurl {
name = "readable_stream___readable_stream_2.3.7.tgz";
@@ -4242,6 +5234,14 @@
};
}
{
+ name = "readdirp___readdirp_3.6.0.tgz";
+ path = fetchurl {
+ name = "readdirp___readdirp_3.6.0.tgz";
+ url = "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz";
+ sha1 = "74a370bd857116e245b29cc97340cd431a02a6c7";
+ };
+ }
+ {
name = "rechoir___rechoir_0.7.0.tgz";
path = fetchurl {
name = "rechoir___rechoir_0.7.0.tgz";
@@ -4250,6 +5250,14 @@
};
}
{
+ name = "regenerator_runtime___regenerator_runtime_0.13.7.tgz";
+ path = fetchurl {
+ name = "regenerator_runtime___regenerator_runtime_0.13.7.tgz";
+ url = "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz";
+ sha1 = "cac2dacc8a1ea675feaabaeb8ae833898ae46f55";
+ };
+ }
+ {
name = "regex_not___regex_not_1.0.2.tgz";
path = fetchurl {
name = "regex_not___regex_not_1.0.2.tgz";
@@ -4402,6 +5410,14 @@
};
}
{
+ name = "restore_cursor___restore_cursor_3.1.0.tgz";
+ path = fetchurl {
+ name = "restore_cursor___restore_cursor_3.1.0.tgz";
+ url = "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz";
+ sha1 = "39f67c54b3a7a58cea5236d95cf0034239631f7e";
+ };
+ }
+ {
name = "ret___ret_0.1.15.tgz";
path = fetchurl {
name = "ret___ret_0.1.15.tgz";
@@ -4442,6 +5458,14 @@
};
}
{
+ name = "ripemd160___ripemd160_2.0.2.tgz";
+ path = fetchurl {
+ name = "ripemd160___ripemd160_2.0.2.tgz";
+ url = "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz";
+ sha1 = "a1c1a6f624751577ba5d07914cbc92850585890c";
+ };
+ }
+ {
name = "run_parallel___run_parallel_1.2.0.tgz";
path = fetchurl {
name = "run_parallel___run_parallel_1.2.0.tgz";
@@ -4458,6 +5482,14 @@
};
}
{
+ name = "sade___sade_1.7.4.tgz";
+ path = fetchurl {
+ name = "sade___sade_1.7.4.tgz";
+ url = "https://registry.yarnpkg.com/sade/-/sade-1.7.4.tgz";
+ sha1 = "ea681e0c65d248d2095c90578c03ca0bb1b54691";
+ };
+ }
+ {
name = "safe_buffer___safe_buffer_5.1.2.tgz";
path = fetchurl {
name = "safe_buffer___safe_buffer_5.1.2.tgz";
@@ -4490,19 +5522,27 @@
};
}
{
- name = "sass_loader___sass_loader_11.1.0.tgz";
+ name = "sass_loader___sass_loader_11.1.1.tgz";
+ path = fetchurl {
+ name = "sass_loader___sass_loader_11.1.1.tgz";
+ url = "https://registry.yarnpkg.com/sass-loader/-/sass-loader-11.1.1.tgz";
+ sha1 = "0db441bbbe197b2af96125bebb7f4be6476b13a7";
+ };
+ }
+ {
+ name = "sass___sass_1.32.13.tgz";
path = fetchurl {
- name = "sass_loader___sass_loader_11.1.0.tgz";
- url = "https://registry.yarnpkg.com/sass-loader/-/sass-loader-11.1.0.tgz";
- sha1 = "302a83e41834a7ac0cc9d7591e52688ef4ed92af";
+ name = "sass___sass_1.32.13.tgz";
+ url = "https://registry.yarnpkg.com/sass/-/sass-1.32.13.tgz";
+ sha1 = "8d29c849e625a415bce71609c7cf95e15f74ed00";
};
}
{
- name = "sass___sass_1.32.12.tgz";
+ name = "schema_utils___schema_utils_2.7.0.tgz";
path = fetchurl {
- name = "sass___sass_1.32.12.tgz";
- url = "https://registry.yarnpkg.com/sass/-/sass-1.32.12.tgz";
- sha1 = "a2a47ad0f1c168222db5206444a30c12457abb9f";
+ name = "schema_utils___schema_utils_2.7.0.tgz";
+ url = "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz";
+ sha1 = "17151f76d8eae67fbbf77960c33c676ad9f4efc7";
};
}
{
@@ -4538,6 +5578,14 @@
};
}
{
+ name = "semver_compare___semver_compare_1.0.0.tgz";
+ path = fetchurl {
+ name = "semver_compare___semver_compare_1.0.0.tgz";
+ url = "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz";
+ sha1 = "0dee216a1c941ab37e9efb1788f6afc5ff5537fc";
+ };
+ }
+ {
name = "semver___semver_5.7.1.tgz";
path = fetchurl {
name = "semver___semver_5.7.1.tgz";
@@ -4610,6 +5658,14 @@
};
}
{
+ name = "setimmediate___setimmediate_1.0.5.tgz";
+ path = fetchurl {
+ name = "setimmediate___setimmediate_1.0.5.tgz";
+ url = "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz";
+ sha1 = "290cbb232e306942d7d7ea9b83732ab7856f8285";
+ };
+ }
+ {
name = "setprototypeof___setprototypeof_1.1.0.tgz";
path = fetchurl {
name = "setprototypeof___setprototypeof_1.1.0.tgz";
@@ -4626,6 +5682,14 @@
};
}
{
+ name = "sha.js___sha.js_2.4.11.tgz";
+ path = fetchurl {
+ name = "sha.js___sha.js_2.4.11.tgz";
+ url = "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz";
+ sha1 = "37a5cf0b81ecbc6943de109ba2960d1b26584ae7";
+ };
+ }
+ {
name = "shallow_clone___shallow_clone_3.0.1.tgz";
path = fetchurl {
name = "shallow_clone___shallow_clone_3.0.1.tgz";
@@ -4666,6 +5730,14 @@
};
}
{
+ name = "shell_quote___shell_quote_1.7.2.tgz";
+ path = fetchurl {
+ name = "shell_quote___shell_quote_1.7.2.tgz";
+ url = "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz";
+ sha1 = "67a7d02c76c9da24f99d20808fcaded0e0e04be2";
+ };
+ }
+ {
name = "signal_exit___signal_exit_3.0.3.tgz";
path = fetchurl {
name = "signal_exit___signal_exit_3.0.3.tgz";
@@ -4690,6 +5762,14 @@
};
}
{
+ name = "slice_ansi___slice_ansi_3.0.0.tgz";
+ path = fetchurl {
+ name = "slice_ansi___slice_ansi_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-3.0.0.tgz";
+ sha1 = "31ddc10930a1b7e0b67b08c96c2f49b77a789787";
+ };
+ }
+ {
name = "slice_ansi___slice_ansi_4.0.0.tgz";
path = fetchurl {
name = "slice_ansi___slice_ansi_4.0.0.tgz";
@@ -4810,6 +5890,38 @@
};
}
{
+ name = "spdx_correct___spdx_correct_3.1.1.tgz";
+ path = fetchurl {
+ name = "spdx_correct___spdx_correct_3.1.1.tgz";
+ url = "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz";
+ sha1 = "dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9";
+ };
+ }
+ {
+ name = "spdx_exceptions___spdx_exceptions_2.3.0.tgz";
+ path = fetchurl {
+ name = "spdx_exceptions___spdx_exceptions_2.3.0.tgz";
+ url = "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz";
+ sha1 = "3f28ce1a77a00372683eade4a433183527a2163d";
+ };
+ }
+ {
+ name = "spdx_expression_parse___spdx_expression_parse_3.0.1.tgz";
+ path = fetchurl {
+ name = "spdx_expression_parse___spdx_expression_parse_3.0.1.tgz";
+ url = "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz";
+ sha1 = "cf70f50482eefdc98e3ce0a6833e4a53ceeba679";
+ };
+ }
+ {
+ name = "spdx_license_ids___spdx_license_ids_3.0.9.tgz";
+ path = fetchurl {
+ name = "spdx_license_ids___spdx_license_ids_3.0.9.tgz";
+ url = "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz";
+ sha1 = "8a595135def9592bda69709474f1cbeea7c2467f";
+ };
+ }
+ {
name = "spdy_transport___spdy_transport_3.0.0.tgz";
path = fetchurl {
name = "spdy_transport___spdy_transport_3.0.0.tgz";
@@ -4842,6 +5954,14 @@
};
}
{
+ name = "standardized_audio_context___standardized_audio_context_25.2.4.tgz";
+ path = fetchurl {
+ name = "standardized_audio_context___standardized_audio_context_25.2.4.tgz";
+ url = "https://registry.yarnpkg.com/standardized-audio-context/-/standardized-audio-context-25.2.4.tgz";
+ sha1 = "d64dbdd70615171ec90d1b7151a0d945af94cf3d";
+ };
+ }
+ {
name = "static_extend___static_extend_0.1.2.tgz";
path = fetchurl {
name = "static_extend___static_extend_0.1.2.tgz";
@@ -4858,6 +5978,30 @@
};
}
{
+ name = "stream_browserify___stream_browserify_3.0.0.tgz";
+ path = fetchurl {
+ name = "stream_browserify___stream_browserify_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-3.0.0.tgz";
+ sha1 = "22b0a2850cdf6503e73085da1fc7b7d0c2122f2f";
+ };
+ }
+ {
+ name = "stream_http___stream_http_3.2.0.tgz";
+ path = fetchurl {
+ name = "stream_http___stream_http_3.2.0.tgz";
+ url = "https://registry.yarnpkg.com/stream-http/-/stream-http-3.2.0.tgz";
+ sha1 = "1872dfcf24cb15752677e40e5c3f9cc1926028b5";
+ };
+ }
+ {
+ name = "string_argv___string_argv_0.3.1.tgz";
+ path = fetchurl {
+ name = "string_argv___string_argv_0.3.1.tgz";
+ url = "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz";
+ sha1 = "95e2fbec0427ae19184935f816d74aaa4c5c19da";
+ };
+ }
+ {
name = "string_width___string_width_3.1.0.tgz";
path = fetchurl {
name = "string_width___string_width_3.1.0.tgz";
@@ -4874,6 +6018,30 @@
};
}
{
+ name = "string.prototype.padend___string.prototype.padend_3.1.2.tgz";
+ path = fetchurl {
+ name = "string.prototype.padend___string.prototype.padend_3.1.2.tgz";
+ url = "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz";
+ sha1 = "6858ca4f35c5268ebd5e8615e1327d55f59ee311";
+ };
+ }
+ {
+ name = "string.prototype.trimend___string.prototype.trimend_1.0.4.tgz";
+ path = fetchurl {
+ name = "string.prototype.trimend___string.prototype.trimend_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz";
+ sha1 = "e75ae90c2942c63504686c18b287b4a0b1a45f80";
+ };
+ }
+ {
+ name = "string.prototype.trimstart___string.prototype.trimstart_1.0.4.tgz";
+ path = fetchurl {
+ name = "string.prototype.trimstart___string.prototype.trimstart_1.0.4.tgz";
+ url = "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz";
+ sha1 = "b36399af4ab2999b4c9c648bd7a3fb2bb26feeed";
+ };
+ }
+ {
name = "string_decoder___string_decoder_1.3.0.tgz";
path = fetchurl {
name = "string_decoder___string_decoder_1.3.0.tgz";
@@ -4890,6 +6058,14 @@
};
}
{
+ name = "stringify_object___stringify_object_3.3.0.tgz";
+ path = fetchurl {
+ name = "stringify_object___stringify_object_3.3.0.tgz";
+ url = "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz";
+ sha1 = "703065aefca19300d3ce88af4f5b3956d7556629";
+ };
+ }
+ {
name = "strip_ansi___strip_ansi_3.0.1.tgz";
path = fetchurl {
name = "strip_ansi___strip_ansi_3.0.1.tgz";
@@ -4914,6 +6090,14 @@
};
}
{
+ name = "strip_bom___strip_bom_3.0.0.tgz";
+ path = fetchurl {
+ name = "strip_bom___strip_bom_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz";
+ sha1 = "2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3";
+ };
+ }
+ {
name = "strip_eof___strip_eof_1.0.0.tgz";
path = fetchurl {
name = "strip_eof___strip_eof_1.0.0.tgz";
@@ -4930,6 +6114,14 @@
};
}
{
+ name = "strip_indent___strip_indent_3.0.0.tgz";
+ path = fetchurl {
+ name = "strip_indent___strip_indent_3.0.0.tgz";
+ url = "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz";
+ sha1 = "c32e1cee940b6b3432c771bc2c54bcce73cd3001";
+ };
+ }
+ {
name = "strip_json_comments___strip_json_comments_3.1.1.tgz";
path = fetchurl {
name = "strip_json_comments___strip_json_comments_3.1.1.tgz";
@@ -4962,11 +6154,67 @@
};
}
{
- name = "table___table_6.7.0.tgz";
+ name = "svelte_check___svelte_check_2.1.0.tgz";
+ path = fetchurl {
+ name = "svelte_check___svelte_check_2.1.0.tgz";
+ url = "https://registry.yarnpkg.com/svelte-check/-/svelte-check-2.1.0.tgz";
+ sha1 = "3ee8ad86068256346ebca862bbee8417a757fc53";
+ };
+ }
+ {
+ name = "svelte_dev_helper___svelte_dev_helper_1.1.9.tgz";
+ path = fetchurl {
+ name = "svelte_dev_helper___svelte_dev_helper_1.1.9.tgz";
+ url = "https://registry.yarnpkg.com/svelte-dev-helper/-/svelte-dev-helper-1.1.9.tgz";
+ sha1 = "7d187db5c6cdbbd64d75a32f91b8998bde3273c3";
+ };
+ }
+ {
+ name = "svelte_hmr___svelte_hmr_0.12.9.tgz";
+ path = fetchurl {
+ name = "svelte_hmr___svelte_hmr_0.12.9.tgz";
+ url = "https://registry.yarnpkg.com/svelte-hmr/-/svelte-hmr-0.12.9.tgz";
+ sha1 = "e323b71062a59bf4b73d2d5a7cc80dba256217e1";
+ };
+ }
+ {
+ name = "svelte_loader___svelte_loader_3.1.1.tgz";
path = fetchurl {
- name = "table___table_6.7.0.tgz";
- url = "https://registry.yarnpkg.com/table/-/table-6.7.0.tgz";
- sha1 = "26274751f0ee099c547f6cb91d3eff0d61d155b2";
+ name = "svelte_loader___svelte_loader_3.1.1.tgz";
+ url = "https://registry.yarnpkg.com/svelte-loader/-/svelte-loader-3.1.1.tgz";
+ sha1 = "cb03541214b164edee58e4c98d4303f76df9013d";
+ };
+ }
+ {
+ name = "svelte_preprocess___svelte_preprocess_4.7.3.tgz";
+ path = fetchurl {
+ name = "svelte_preprocess___svelte_preprocess_4.7.3.tgz";
+ url = "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-4.7.3.tgz";
+ sha1 = "454fa059c2400b15e7a3caeca18993cff9df0e96";
+ };
+ }
+ {
+ name = "svelte___svelte_3.38.2.tgz";
+ path = fetchurl {
+ name = "svelte___svelte_3.38.2.tgz";
+ url = "https://registry.yarnpkg.com/svelte/-/svelte-3.38.2.tgz";
+ sha1 = "55e5c681f793ae349b5cc2fe58e5782af4275ef5";
+ };
+ }
+ {
+ name = "table___table_6.7.1.tgz";
+ path = fetchurl {
+ name = "table___table_6.7.1.tgz";
+ url = "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz";
+ sha1 = "ee05592b7143831a8c94f3cee6aae4c1ccef33e2";
+ };
+ }
+ {
+ name = "tapable___tapable_1.1.3.tgz";
+ path = fetchurl {
+ name = "tapable___tapable_1.1.3.tgz";
+ url = "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz";
+ sha1 = "a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2";
};
}
{
@@ -4978,11 +6226,11 @@
};
}
{
- name = "terser_webpack_plugin___terser_webpack_plugin_5.1.1.tgz";
+ name = "terser_webpack_plugin___terser_webpack_plugin_5.1.2.tgz";
path = fetchurl {
- name = "terser_webpack_plugin___terser_webpack_plugin_5.1.1.tgz";
- url = "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.1.1.tgz";
- sha1 = "7effadee06f7ecfa093dbbd3e9ab23f5f3ed8673";
+ name = "terser_webpack_plugin___terser_webpack_plugin_5.1.2.tgz";
+ url = "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.1.2.tgz";
+ sha1 = "51d295eb7cc56785a67a372575fdc46e42d5c20c";
};
}
{
@@ -5010,6 +6258,14 @@
};
}
{
+ name = "through___through_2.3.8.tgz";
+ path = fetchurl {
+ name = "through___through_2.3.8.tgz";
+ url = "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz";
+ sha1 = "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5";
+ };
+ }
+ {
name = "thunky___thunky_1.1.0.tgz";
path = fetchurl {
name = "thunky___thunky_1.1.0.tgz";
@@ -5018,6 +6274,14 @@
};
}
{
+ name = "timers_browserify___timers_browserify_2.0.12.tgz";
+ path = fetchurl {
+ name = "timers_browserify___timers_browserify_2.0.12.tgz";
+ url = "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.12.tgz";
+ sha1 = "44a45c11fbf407f34f97bccd1577c652361b00ee";
+ };
+ }
+ {
name = "to_array___to_array_0.1.4.tgz";
path = fetchurl {
name = "to_array___to_array_0.1.4.tgz";
@@ -5082,6 +6346,14 @@
};
}
{
+ name = "tsconfig_paths___tsconfig_paths_3.9.0.tgz";
+ path = fetchurl {
+ name = "tsconfig_paths___tsconfig_paths_3.9.0.tgz";
+ url = "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz";
+ sha1 = "098547a6c4448807e8fcb8eae081064ee9a3c90b";
+ };
+ }
+ {
name = "tslib___tslib_1.14.1.tgz";
path = fetchurl {
name = "tslib___tslib_1.14.1.tgz";
@@ -5106,6 +6378,14 @@
};
}
{
+ name = "tty_browserify___tty_browserify_0.0.1.tgz";
+ path = fetchurl {
+ name = "tty_browserify___tty_browserify_0.0.1.tgz";
+ url = "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.1.tgz";
+ sha1 = "3f05251ee17904dfd0677546670db9651682b811";
+ };
+ }
+ {
name = "type_check___type_check_0.4.0.tgz";
path = fetchurl {
name = "type_check___type_check_0.4.0.tgz";
@@ -5122,6 +6402,14 @@
};
}
{
+ name = "type_fest___type_fest_0.21.3.tgz";
+ path = fetchurl {
+ name = "type_fest___type_fest_0.21.3.tgz";
+ url = "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz";
+ sha1 = "d260a24b0198436e133fa26a524a6d65fa3b2e37";
+ };
+ }
+ {
name = "type_fest___type_fest_0.8.1.tgz";
path = fetchurl {
name = "type_fest___type_fest_0.8.1.tgz";
@@ -5138,6 +6426,14 @@
};
}
{
+ name = "typescript___typescript_4.3.2.tgz";
+ path = fetchurl {
+ name = "typescript___typescript_4.3.2.tgz";
+ url = "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz";
+ sha1 = "399ab18aac45802d6f2498de5054fcbbe716a805";
+ };
+ }
+ {
name = "typescript___typescript_4.2.4.tgz";
path = fetchurl {
name = "typescript___typescript_4.2.4.tgz";
@@ -5146,6 +6442,14 @@
};
}
{
+ name = "unbox_primitive___unbox_primitive_1.0.1.tgz";
+ path = fetchurl {
+ name = "unbox_primitive___unbox_primitive_1.0.1.tgz";
+ url = "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz";
+ sha1 = "085e215625ec3162574dc8859abee78a59b14471";
+ };
+ }
+ {
name = "union_value___union_value_1.0.1.tgz";
path = fetchurl {
name = "union_value___union_value_1.0.1.tgz";
@@ -5154,6 +6458,14 @@
};
}
{
+ name = "universalify___universalify_2.0.0.tgz";
+ path = fetchurl {
+ name = "universalify___universalify_2.0.0.tgz";
+ url = "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz";
+ sha1 = "75a4984efedc4b08975c5aeb73f530d02df25717";
+ };
+ }
+ {
name = "unpipe___unpipe_1.0.0.tgz";
path = fetchurl {
name = "unpipe___unpipe_1.0.0.tgz";
@@ -5234,6 +6546,14 @@
};
}
{
+ name = "util___util_0.12.3.tgz";
+ path = fetchurl {
+ name = "util___util_0.12.3.tgz";
+ url = "https://registry.yarnpkg.com/util/-/util-0.12.3.tgz";
+ sha1 = "971bb0292d2cc0c892dab7c6a5d37c2bec707888";
+ };
+ }
+ {
name = "utila___utila_0.4.0.tgz";
path = fetchurl {
name = "utila___utila_0.4.0.tgz";
@@ -5250,6 +6570,14 @@
};
}
{
+ name = "uuid___uuid_8.3.2.tgz";
+ path = fetchurl {
+ name = "uuid___uuid_8.3.2.tgz";
+ url = "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz";
+ sha1 = "80d5b5ced271bb9af6c445f21a1a04c606cefbe2";
+ };
+ }
+ {
name = "uuid___uuid_3.4.0.tgz";
path = fetchurl {
name = "uuid___uuid_3.4.0.tgz";
@@ -5258,6 +6586,14 @@
};
}
{
+ name = "uuidv4___uuidv4_6.2.10.tgz";
+ path = fetchurl {
+ name = "uuidv4___uuidv4_6.2.10.tgz";
+ url = "https://registry.yarnpkg.com/uuidv4/-/uuidv4-6.2.10.tgz";
+ sha1 = "42fc1c12b6f85ad536c2c5c1e836079d1e15003c";
+ };
+ }
+ {
name = "v8_compile_cache___v8_compile_cache_2.3.0.tgz";
path = fetchurl {
name = "v8_compile_cache___v8_compile_cache_2.3.0.tgz";
@@ -5266,6 +6602,14 @@
};
}
{
+ name = "validate_npm_package_license___validate_npm_package_license_3.0.4.tgz";
+ path = fetchurl {
+ name = "validate_npm_package_license___validate_npm_package_license_3.0.4.tgz";
+ url = "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz";
+ sha1 = "fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a";
+ };
+ }
+ {
name = "vary___vary_1.1.2.tgz";
path = fetchurl {
name = "vary___vary_1.1.2.tgz";
@@ -5274,6 +6618,14 @@
};
}
{
+ name = "vm_browserify___vm_browserify_1.1.2.tgz";
+ path = fetchurl {
+ name = "vm_browserify___vm_browserify_1.1.2.tgz";
+ url = "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz";
+ sha1 = "78641c488b8e6ca91a75f511e7a3b32a86e5dda0";
+ };
+ }
+ {
name = "watchpack___watchpack_2.1.1.tgz";
path = fetchurl {
name = "watchpack___watchpack_2.1.1.tgz";
@@ -5378,6 +6730,14 @@
};
}
{
+ name = "which_boxed_primitive___which_boxed_primitive_1.0.2.tgz";
+ path = fetchurl {
+ name = "which_boxed_primitive___which_boxed_primitive_1.0.2.tgz";
+ url = "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz";
+ sha1 = "13757bc89b209b049fe5d86430e21cf40a89a8e6";
+ };
+ }
+ {
name = "which_module___which_module_2.0.0.tgz";
path = fetchurl {
name = "which_module___which_module_2.0.0.tgz";
@@ -5386,6 +6746,14 @@
};
}
{
+ name = "which_typed_array___which_typed_array_1.1.4.tgz";
+ path = fetchurl {
+ name = "which_typed_array___which_typed_array_1.1.4.tgz";
+ url = "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.4.tgz";
+ sha1 = "8fcb7d3ee5adf2d771066fba7cf37e32fe8711ff";
+ };
+ }
+ {
name = "which___which_1.3.1.tgz";
path = fetchurl {
name = "which___which_1.3.1.tgz";
@@ -5426,6 +6794,22 @@
};
}
{
+ name = "wrap_ansi___wrap_ansi_6.2.0.tgz";
+ path = fetchurl {
+ name = "wrap_ansi___wrap_ansi_6.2.0.tgz";
+ url = "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz";
+ sha1 = "e9393ba07102e6c91a3b221478f0257cd2856e53";
+ };
+ }
+ {
+ name = "wrap_ansi___wrap_ansi_7.0.0.tgz";
+ path = fetchurl {
+ name = "wrap_ansi___wrap_ansi_7.0.0.tgz";
+ url = "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz";
+ sha1 = "67e145cff510a6a6984bdf1152911d69d2eb9e43";
+ };
+ }
+ {
name = "wrappy___wrappy_1.0.2.tgz";
path = fetchurl {
name = "wrappy___wrappy_1.0.2.tgz";
@@ -5434,11 +6818,11 @@
};
}
{
- name = "ws___ws_6.2.1.tgz";
+ name = "ws___ws_6.2.2.tgz";
path = fetchurl {
- name = "ws___ws_6.2.1.tgz";
- url = "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz";
- sha1 = "442fdf0a47ed64f59b6a5d8ff130f4748ed524fb";
+ name = "ws___ws_6.2.2.tgz";
+ url = "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz";
+ sha1 = "dd5cdbd57a9979916097652d78f1cc5faea0c32e";
};
}
{
@@ -5450,11 +6834,19 @@
};
}
{
- name = "xmlhttprequest_ssl___xmlhttprequest_ssl_1.6.2.tgz";
+ name = "xmlhttprequest_ssl___xmlhttprequest_ssl_1.6.3.tgz";
+ path = fetchurl {
+ name = "xmlhttprequest_ssl___xmlhttprequest_ssl_1.6.3.tgz";
+ url = "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.3.tgz";
+ sha1 = "03b713873b01659dfa2c1c5d056065b27ddc2de6";
+ };
+ }
+ {
+ name = "xtend___xtend_4.0.2.tgz";
path = fetchurl {
- name = "xmlhttprequest_ssl___xmlhttprequest_ssl_1.6.2.tgz";
- url = "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.6.2.tgz";
- sha1 = "dd6899bfbcf684b554e393c30b13b9f3b001a7ee";
+ name = "xtend___xtend_4.0.2.tgz";
+ url = "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz";
+ sha1 = "bb72779f5fa465186b1f438f674fa347fdb5db54";
};
}
{
@@ -5474,6 +6866,14 @@
};
}
{
+ name = "yaml___yaml_1.10.2.tgz";
+ path = fetchurl {
+ name = "yaml___yaml_1.10.2.tgz";
+ url = "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz";
+ sha1 = "2301c5ffbf12b467de8da2333a459e29e7920e4b";
+ };
+ }
+ {
name = "yargs_parser___yargs_parser_13.1.2.tgz";
path = fetchurl {
name = "yargs_parser___yargs_parser_13.1.2.tgz";
diff --git a/messages/tcm.nix b/messages/tcm.nix
index 9c5c4a2..787d867 100644
--- a/messages/tcm.nix
+++ b/messages/tcm.nix
@@ -1170,6 +1170,14 @@
};
}
{
+ name = "console_browserify___console_browserify_1.2.0.tgz";
+ path = fetchurl {
+ name = "console_browserify___console_browserify_1.2.0.tgz";
+ url = "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz";
+ sha1 = "67063cef57ceb6cf4993a2ab3a55840ae8c49336";
+ };
+ }
+ {
name = "console_control_strings___console_control_strings_1.1.0.tgz";
path = fetchurl {
name = "console_control_strings___console_control_strings_1.1.0.tgz";
@@ -1986,11 +1994,11 @@
};
}
{
- name = "glob_parent___glob_parent_5.1.1.tgz";
+ name = "glob_parent___glob_parent_5.1.2.tgz";
path = fetchurl {
- name = "glob_parent___glob_parent_5.1.1.tgz";
- url = "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz";
- sha1 = "b6c1ef417c4e5663ea498f1c45afac6916bbc229";
+ name = "glob_parent___glob_parent_5.1.2.tgz";
+ url = "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz";
+ sha1 = "869832c58034fe68a4093c17dc15e8340d8401c4";
};
}
{
@@ -2242,11 +2250,11 @@
};
}
{
- name = "hosted_git_info___hosted_git_info_2.8.8.tgz";
+ name = "hosted_git_info___hosted_git_info_2.8.9.tgz";
path = fetchurl {
- name = "hosted_git_info___hosted_git_info_2.8.8.tgz";
- url = "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz";
- sha1 = "7539bd4bc1e0e0a895815a2e0262420b12858488";
+ name = "hosted_git_info___hosted_git_info_2.8.9.tgz";
+ url = "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz";
+ sha1 = "dffc0bf9a21c02209090f2aa69429e1414daf3f9";
};
}
{
@@ -3866,11 +3874,11 @@
};
}
{
- name = "set_getter___set_getter_0.1.0.tgz";
+ name = "set_getter___set_getter_0.1.1.tgz";
path = fetchurl {
- name = "set_getter___set_getter_0.1.0.tgz";
- url = "https://registry.yarnpkg.com/set-getter/-/set-getter-0.1.0.tgz";
- sha1 = "d769c182c9d5a51f409145f2fba82e5e86e80376";
+ name = "set_getter___set_getter_0.1.1.tgz";
+ url = "https://registry.yarnpkg.com/set-getter/-/set-getter-0.1.1.tgz";
+ sha1 = "a3110e1b461d31a9cfc8c5c9ee2e9737ad447102";
};
}
{
diff --git a/nix/sources.json b/nix/sources.json
index adfb229..f653057 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -5,10 +5,10 @@
"homepage": "https://workadventu.re",
"owner": "thecodingmachine",
"repo": "workadventure",
- "rev": "8aeaf292b37fdb7b8b900053ef4ca1f61dbd3d3a",
- "sha256": "1j5ym84qgqnwmg40bflplddl9pn29jcnjplbnh83l72r7z045ii5",
+ "rev": "86c32cf9ff7a6ceb82467935715da74a1f6730d2",
+ "sha256": "18n88xv58hzyglk5f57f8kl9ca5s38m95qwhqxykak8myb859k1j",
"type": "tarball",
- "url": "https://github.com/thecodingmachine/workadventure/archive/8aeaf292b37fdb7b8b900053ef4ca1f61dbd3d3a.tar.gz",
+ "url": "https://github.com/thecodingmachine/workadventure/archive/86c32cf9ff7a6ceb82467935715da74a1f6730d2.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"xce": {