@formatjs/cli 6.7.2 → 6.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/formatjs +547 -290
  2. package/package.json +15 -15
package/bin/formatjs CHANGED
@@ -13732,9 +13732,9 @@ var require_graceful_fs = __commonJS({
13732
13732
  }
13733
13733
  });
13734
13734
 
13735
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/fs/index.js
13735
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/fs/index.js
13736
13736
  var require_fs5 = __commonJS({
13737
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/fs/index.js"(exports) {
13737
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/fs/index.js"(exports) {
13738
13738
  "use strict";
13739
13739
  var u = require_universalify().fromCallback;
13740
13740
  var fs = require_graceful_fs();
@@ -13852,9 +13852,9 @@ var require_fs5 = __commonJS({
13852
13852
  }
13853
13853
  });
13854
13854
 
13855
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/utils.js
13855
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/mkdirs/utils.js
13856
13856
  var require_utils5 = __commonJS({
13857
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/utils.js"(exports, module2) {
13857
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/mkdirs/utils.js"(exports, module2) {
13858
13858
  "use strict";
13859
13859
  var path = require("path");
13860
13860
  module2.exports.checkPath = function checkPath(pth) {
@@ -13870,9 +13870,9 @@ var require_utils5 = __commonJS({
13870
13870
  }
13871
13871
  });
13872
13872
 
13873
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/make-dir.js
13873
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/mkdirs/make-dir.js
13874
13874
  var require_make_dir = __commonJS({
13875
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports, module2) {
13875
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports, module2) {
13876
13876
  "use strict";
13877
13877
  var fs = require_fs5();
13878
13878
  var { checkPath } = require_utils5();
@@ -13899,9 +13899,9 @@ var require_make_dir = __commonJS({
13899
13899
  }
13900
13900
  });
13901
13901
 
13902
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/index.js
13902
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/mkdirs/index.js
13903
13903
  var require_mkdirs = __commonJS({
13904
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/mkdirs/index.js"(exports, module2) {
13904
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/mkdirs/index.js"(exports, module2) {
13905
13905
  "use strict";
13906
13906
  var u = require_universalify().fromPromise;
13907
13907
  var { makeDir: _makeDir, makeDirSync } = require_make_dir();
@@ -13918,9 +13918,9 @@ var require_mkdirs = __commonJS({
13918
13918
  }
13919
13919
  });
13920
13920
 
13921
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/path-exists/index.js
13921
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/path-exists/index.js
13922
13922
  var require_path_exists = __commonJS({
13923
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/path-exists/index.js"(exports, module2) {
13923
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/path-exists/index.js"(exports, module2) {
13924
13924
  "use strict";
13925
13925
  var u = require_universalify().fromPromise;
13926
13926
  var fs = require_fs5();
@@ -13934,9 +13934,9 @@ var require_path_exists = __commonJS({
13934
13934
  }
13935
13935
  });
13936
13936
 
13937
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/util/utimes.js
13937
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/util/utimes.js
13938
13938
  var require_utimes = __commonJS({
13939
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/util/utimes.js"(exports, module2) {
13939
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/util/utimes.js"(exports, module2) {
13940
13940
  "use strict";
13941
13941
  var fs = require_fs5();
13942
13942
  var u = require_universalify().fromPromise;
@@ -13968,9 +13968,9 @@ var require_utimes = __commonJS({
13968
13968
  }
13969
13969
  });
13970
13970
 
13971
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/util/stat.js
13971
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/util/stat.js
13972
13972
  var require_stat = __commonJS({
13973
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/util/stat.js"(exports, module2) {
13973
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/util/stat.js"(exports, module2) {
13974
13974
  "use strict";
13975
13975
  var fs = require_fs5();
13976
13976
  var path = require("path");
@@ -14082,7 +14082,7 @@ var require_stat = __commonJS({
14082
14082
  return checkParentPathsSync(src, srcStat, destParent, funcName);
14083
14083
  }
14084
14084
  function areIdentical(srcStat, destStat) {
14085
- return destStat.ino && destStat.dev && destStat.ino === srcStat.ino && destStat.dev === srcStat.dev;
14085
+ return destStat.ino !== void 0 && destStat.dev !== void 0 && destStat.ino === srcStat.ino && destStat.dev === srcStat.dev;
14086
14086
  }
14087
14087
  function isSrcSubdir(src, dest) {
14088
14088
  const srcArr = path.resolve(src).split(path.sep).filter((i) => i);
@@ -14106,9 +14106,9 @@ var require_stat = __commonJS({
14106
14106
  }
14107
14107
  });
14108
14108
 
14109
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/copy.js
14109
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/copy/copy.js
14110
14110
  var require_copy = __commonJS({
14111
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/copy.js"(exports, module2) {
14111
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/copy/copy.js"(exports, module2) {
14112
14112
  "use strict";
14113
14113
  var fs = require_fs5();
14114
14114
  var path = require("path");
@@ -14244,9 +14244,9 @@ var require_copy = __commonJS({
14244
14244
  }
14245
14245
  });
14246
14246
 
14247
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/copy-sync.js
14247
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/copy/copy-sync.js
14248
14248
  var require_copy_sync = __commonJS({
14249
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/copy-sync.js"(exports, module2) {
14249
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/copy/copy-sync.js"(exports, module2) {
14250
14250
  "use strict";
14251
14251
  var fs = require_graceful_fs();
14252
14252
  var path = require("path");
@@ -14393,9 +14393,9 @@ var require_copy_sync = __commonJS({
14393
14393
  }
14394
14394
  });
14395
14395
 
14396
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/index.js
14396
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/copy/index.js
14397
14397
  var require_copy2 = __commonJS({
14398
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/copy/index.js"(exports, module2) {
14398
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/copy/index.js"(exports, module2) {
14399
14399
  "use strict";
14400
14400
  var u = require_universalify().fromPromise;
14401
14401
  module2.exports = {
@@ -14405,9 +14405,9 @@ var require_copy2 = __commonJS({
14405
14405
  }
14406
14406
  });
14407
14407
 
14408
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/remove/index.js
14408
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/remove/index.js
14409
14409
  var require_remove = __commonJS({
14410
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/remove/index.js"(exports, module2) {
14410
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/remove/index.js"(exports, module2) {
14411
14411
  "use strict";
14412
14412
  var fs = require_graceful_fs();
14413
14413
  var u = require_universalify().fromCallback;
@@ -14424,9 +14424,9 @@ var require_remove = __commonJS({
14424
14424
  }
14425
14425
  });
14426
14426
 
14427
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/empty/index.js
14427
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/empty/index.js
14428
14428
  var require_empty = __commonJS({
14429
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/empty/index.js"(exports, module2) {
14429
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/empty/index.js"(exports, module2) {
14430
14430
  "use strict";
14431
14431
  var u = require_universalify().fromPromise;
14432
14432
  var fs = require_fs5();
@@ -14463,9 +14463,9 @@ var require_empty = __commonJS({
14463
14463
  }
14464
14464
  });
14465
14465
 
14466
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/file.js
14466
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/file.js
14467
14467
  var require_file = __commonJS({
14468
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/file.js"(exports, module2) {
14468
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/file.js"(exports, module2) {
14469
14469
  "use strict";
14470
14470
  var u = require_universalify().fromPromise;
14471
14471
  var path = require("path");
@@ -14526,9 +14526,9 @@ var require_file = __commonJS({
14526
14526
  }
14527
14527
  });
14528
14528
 
14529
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/link.js
14529
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/link.js
14530
14530
  var require_link = __commonJS({
14531
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/link.js"(exports, module2) {
14531
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/link.js"(exports, module2) {
14532
14532
  "use strict";
14533
14533
  var u = require_universalify().fromPromise;
14534
14534
  var path = require("path");
@@ -14586,9 +14586,9 @@ var require_link = __commonJS({
14586
14586
  }
14587
14587
  });
14588
14588
 
14589
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink-paths.js
14589
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/symlink-paths.js
14590
14590
  var require_symlink_paths = __commonJS({
14591
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports, module2) {
14591
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports, module2) {
14592
14592
  "use strict";
14593
14593
  var path = require("path");
14594
14594
  var fs = require_fs5();
@@ -14661,9 +14661,9 @@ var require_symlink_paths = __commonJS({
14661
14661
  }
14662
14662
  });
14663
14663
 
14664
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink-type.js
14664
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/symlink-type.js
14665
14665
  var require_symlink_type = __commonJS({
14666
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink-type.js"(exports, module2) {
14666
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/symlink-type.js"(exports, module2) {
14667
14667
  "use strict";
14668
14668
  var fs = require_fs5();
14669
14669
  var u = require_universalify().fromPromise;
@@ -14696,9 +14696,9 @@ var require_symlink_type = __commonJS({
14696
14696
  }
14697
14697
  });
14698
14698
 
14699
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink.js
14699
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/symlink.js
14700
14700
  var require_symlink = __commonJS({
14701
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/symlink.js"(exports, module2) {
14701
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/symlink.js"(exports, module2) {
14702
14702
  "use strict";
14703
14703
  var u = require_universalify().fromPromise;
14704
14704
  var path = require("path");
@@ -14760,9 +14760,9 @@ var require_symlink = __commonJS({
14760
14760
  }
14761
14761
  });
14762
14762
 
14763
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/index.js
14763
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/index.js
14764
14764
  var require_ensure = __commonJS({
14765
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/ensure/index.js"(exports, module2) {
14765
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/ensure/index.js"(exports, module2) {
14766
14766
  "use strict";
14767
14767
  var { createFile, createFileSync } = require_file();
14768
14768
  var { createLink, createLinkSync } = require_link();
@@ -14787,9 +14787,9 @@ var require_ensure = __commonJS({
14787
14787
  }
14788
14788
  });
14789
14789
 
14790
- // node_modules/.aspect_rules_js/jsonfile@6.1.0/node_modules/jsonfile/utils.js
14790
+ // node_modules/.aspect_rules_js/jsonfile@6.2.0/node_modules/jsonfile/utils.js
14791
14791
  var require_utils6 = __commonJS({
14792
- "node_modules/.aspect_rules_js/jsonfile@6.1.0/node_modules/jsonfile/utils.js"(exports, module2) {
14792
+ "node_modules/.aspect_rules_js/jsonfile@6.2.0/node_modules/jsonfile/utils.js"(exports, module2) {
14793
14793
  function stringify3(obj, { EOL = "\n", finalEOL = true, replacer = null, spaces } = {}) {
14794
14794
  const EOF = finalEOL ? EOL : "";
14795
14795
  const str = JSON.stringify(obj, replacer, spaces);
@@ -14804,9 +14804,9 @@ var require_utils6 = __commonJS({
14804
14804
  }
14805
14805
  });
14806
14806
 
14807
- // node_modules/.aspect_rules_js/jsonfile@6.1.0/node_modules/jsonfile/index.js
14807
+ // node_modules/.aspect_rules_js/jsonfile@6.2.0/node_modules/jsonfile/index.js
14808
14808
  var require_jsonfile = __commonJS({
14809
- "node_modules/.aspect_rules_js/jsonfile@6.1.0/node_modules/jsonfile/index.js"(exports, module2) {
14809
+ "node_modules/.aspect_rules_js/jsonfile@6.2.0/node_modules/jsonfile/index.js"(exports, module2) {
14810
14810
  var _fs;
14811
14811
  try {
14812
14812
  _fs = require_graceful_fs();
@@ -14867,19 +14867,18 @@ var require_jsonfile = __commonJS({
14867
14867
  const str = stringify3(obj, options);
14868
14868
  return fs.writeFileSync(file, str, options);
14869
14869
  }
14870
- var jsonfile = {
14870
+ module2.exports = {
14871
14871
  readFile: readFile2,
14872
14872
  readFileSync: readFileSync2,
14873
14873
  writeFile,
14874
14874
  writeFileSync
14875
14875
  };
14876
- module2.exports = jsonfile;
14877
14876
  }
14878
14877
  });
14879
14878
 
14880
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/json/jsonfile.js
14879
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/json/jsonfile.js
14881
14880
  var require_jsonfile2 = __commonJS({
14882
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/json/jsonfile.js"(exports, module2) {
14881
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/json/jsonfile.js"(exports, module2) {
14883
14882
  "use strict";
14884
14883
  var jsonFile = require_jsonfile();
14885
14884
  module2.exports = {
@@ -14892,9 +14891,9 @@ var require_jsonfile2 = __commonJS({
14892
14891
  }
14893
14892
  });
14894
14893
 
14895
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/output-file/index.js
14894
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/output-file/index.js
14896
14895
  var require_output_file = __commonJS({
14897
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/output-file/index.js"(exports, module2) {
14896
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/output-file/index.js"(exports, module2) {
14898
14897
  "use strict";
14899
14898
  var u = require_universalify().fromPromise;
14900
14899
  var fs = require_fs5();
@@ -14922,9 +14921,9 @@ var require_output_file = __commonJS({
14922
14921
  }
14923
14922
  });
14924
14923
 
14925
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/json/output-json.js
14924
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/json/output-json.js
14926
14925
  var require_output_json = __commonJS({
14927
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/json/output-json.js"(exports, module2) {
14926
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/json/output-json.js"(exports, module2) {
14928
14927
  "use strict";
14929
14928
  var { stringify: stringify3 } = require_utils6();
14930
14929
  var { outputFile: outputFile4 } = require_output_file();
@@ -14936,9 +14935,9 @@ var require_output_json = __commonJS({
14936
14935
  }
14937
14936
  });
14938
14937
 
14939
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/json/output-json-sync.js
14938
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/json/output-json-sync.js
14940
14939
  var require_output_json_sync = __commonJS({
14941
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/json/output-json-sync.js"(exports, module2) {
14940
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/json/output-json-sync.js"(exports, module2) {
14942
14941
  "use strict";
14943
14942
  var { stringify: stringify3 } = require_utils6();
14944
14943
  var { outputFileSync } = require_output_file();
@@ -14950,9 +14949,9 @@ var require_output_json_sync = __commonJS({
14950
14949
  }
14951
14950
  });
14952
14951
 
14953
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/json/index.js
14952
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/json/index.js
14954
14953
  var require_json = __commonJS({
14955
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/json/index.js"(exports, module2) {
14954
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/json/index.js"(exports, module2) {
14956
14955
  "use strict";
14957
14956
  var u = require_universalify().fromPromise;
14958
14957
  var jsonFile = require_jsonfile2();
@@ -14968,9 +14967,9 @@ var require_json = __commonJS({
14968
14967
  }
14969
14968
  });
14970
14969
 
14971
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/move/move.js
14970
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/move/move.js
14972
14971
  var require_move = __commonJS({
14973
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/move/move.js"(exports, module2) {
14972
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/move/move.js"(exports, module2) {
14974
14973
  "use strict";
14975
14974
  var fs = require_fs5();
14976
14975
  var path = require("path");
@@ -15020,9 +15019,9 @@ var require_move = __commonJS({
15020
15019
  }
15021
15020
  });
15022
15021
 
15023
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/move/move-sync.js
15022
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/move/move-sync.js
15024
15023
  var require_move_sync = __commonJS({
15025
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/move/move-sync.js"(exports, module2) {
15024
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/move/move-sync.js"(exports, module2) {
15026
15025
  "use strict";
15027
15026
  var fs = require_graceful_fs();
15028
15027
  var path = require("path");
@@ -15077,9 +15076,9 @@ var require_move_sync = __commonJS({
15077
15076
  }
15078
15077
  });
15079
15078
 
15080
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/move/index.js
15079
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/move/index.js
15081
15080
  var require_move2 = __commonJS({
15082
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/move/index.js"(exports, module2) {
15081
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/move/index.js"(exports, module2) {
15083
15082
  "use strict";
15084
15083
  var u = require_universalify().fromPromise;
15085
15084
  module2.exports = {
@@ -15089,9 +15088,9 @@ var require_move2 = __commonJS({
15089
15088
  }
15090
15089
  });
15091
15090
 
15092
- // node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/index.js
15091
+ // node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/index.js
15093
15092
  var require_lib = __commonJS({
15094
- "node_modules/.aspect_rules_js/fs-extra@11.3.0/node_modules/fs-extra/lib/index.js"(exports, module2) {
15093
+ "node_modules/.aspect_rules_js/fs-extra@11.3.1/node_modules/fs-extra/lib/index.js"(exports, module2) {
15095
15094
  "use strict";
15096
15095
  module2.exports = {
15097
15096
  // Export promiseified graceful-fs:
@@ -15650,88 +15649,11 @@ var require_object_keys = __commonJS({
15650
15649
  }
15651
15650
  });
15652
15651
 
15653
- // node_modules/.aspect_rules_js/function-bind@1.1.2/node_modules/function-bind/implementation.js
15654
- var require_implementation2 = __commonJS({
15655
- "node_modules/.aspect_rules_js/function-bind@1.1.2/node_modules/function-bind/implementation.js"(exports, module2) {
15652
+ // node_modules/.aspect_rules_js/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js
15653
+ var require_es_object_atoms = __commonJS({
15654
+ "node_modules/.aspect_rules_js/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js"(exports, module2) {
15656
15655
  "use strict";
15657
- var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
15658
- var toStr = Object.prototype.toString;
15659
- var max = Math.max;
15660
- var funcType = "[object Function]";
15661
- var concatty = function concatty2(a, b) {
15662
- var arr = [];
15663
- for (var i = 0; i < a.length; i += 1) {
15664
- arr[i] = a[i];
15665
- }
15666
- for (var j = 0; j < b.length; j += 1) {
15667
- arr[j + a.length] = b[j];
15668
- }
15669
- return arr;
15670
- };
15671
- var slicy = function slicy2(arrLike, offset) {
15672
- var arr = [];
15673
- for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {
15674
- arr[j] = arrLike[i];
15675
- }
15676
- return arr;
15677
- };
15678
- var joiny = function(arr, joiner) {
15679
- var str = "";
15680
- for (var i = 0; i < arr.length; i += 1) {
15681
- str += arr[i];
15682
- if (i + 1 < arr.length) {
15683
- str += joiner;
15684
- }
15685
- }
15686
- return str;
15687
- };
15688
- module2.exports = function bind(that) {
15689
- var target = this;
15690
- if (typeof target !== "function" || toStr.apply(target) !== funcType) {
15691
- throw new TypeError(ERROR_MESSAGE + target);
15692
- }
15693
- var args = slicy(arguments, 1);
15694
- var bound;
15695
- var binder = function() {
15696
- if (this instanceof bound) {
15697
- var result = target.apply(
15698
- this,
15699
- concatty(args, arguments)
15700
- );
15701
- if (Object(result) === result) {
15702
- return result;
15703
- }
15704
- return this;
15705
- }
15706
- return target.apply(
15707
- that,
15708
- concatty(args, arguments)
15709
- );
15710
- };
15711
- var boundLength = max(0, target.length - args.length);
15712
- var boundArgs = [];
15713
- for (var i = 0; i < boundLength; i++) {
15714
- boundArgs[i] = "$" + i;
15715
- }
15716
- bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
15717
- if (target.prototype) {
15718
- var Empty = function Empty2() {
15719
- };
15720
- Empty.prototype = target.prototype;
15721
- bound.prototype = new Empty();
15722
- Empty.prototype = null;
15723
- }
15724
- return bound;
15725
- };
15726
- }
15727
- });
15728
-
15729
- // node_modules/.aspect_rules_js/function-bind@1.1.2/node_modules/function-bind/index.js
15730
- var require_function_bind = __commonJS({
15731
- "node_modules/.aspect_rules_js/function-bind@1.1.2/node_modules/function-bind/index.js"(exports, module2) {
15732
- "use strict";
15733
- var implementation = require_implementation2();
15734
- module2.exports = Function.prototype.bind || implementation;
15656
+ module2.exports = Object;
15735
15657
  }
15736
15658
  });
15737
15659
 
@@ -15791,9 +15713,121 @@ var require_uri = __commonJS({
15791
15713
  }
15792
15714
  });
15793
15715
 
15794
- // node_modules/.aspect_rules_js/has-symbols@1.0.3/node_modules/has-symbols/shams.js
15716
+ // node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js
15717
+ var require_abs = __commonJS({
15718
+ "node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js"(exports, module2) {
15719
+ "use strict";
15720
+ module2.exports = Math.abs;
15721
+ }
15722
+ });
15723
+
15724
+ // node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js
15725
+ var require_floor = __commonJS({
15726
+ "node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js"(exports, module2) {
15727
+ "use strict";
15728
+ module2.exports = Math.floor;
15729
+ }
15730
+ });
15731
+
15732
+ // node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js
15733
+ var require_max = __commonJS({
15734
+ "node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js"(exports, module2) {
15735
+ "use strict";
15736
+ module2.exports = Math.max;
15737
+ }
15738
+ });
15739
+
15740
+ // node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js
15741
+ var require_min = __commonJS({
15742
+ "node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js"(exports, module2) {
15743
+ "use strict";
15744
+ module2.exports = Math.min;
15745
+ }
15746
+ });
15747
+
15748
+ // node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js
15749
+ var require_pow = __commonJS({
15750
+ "node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js"(exports, module2) {
15751
+ "use strict";
15752
+ module2.exports = Math.pow;
15753
+ }
15754
+ });
15755
+
15756
+ // node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js
15757
+ var require_round = __commonJS({
15758
+ "node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js"(exports, module2) {
15759
+ "use strict";
15760
+ module2.exports = Math.round;
15761
+ }
15762
+ });
15763
+
15764
+ // node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js
15765
+ var require_isNaN = __commonJS({
15766
+ "node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js"(exports, module2) {
15767
+ "use strict";
15768
+ module2.exports = Number.isNaN || function isNaN2(a) {
15769
+ return a !== a;
15770
+ };
15771
+ }
15772
+ });
15773
+
15774
+ // node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js
15775
+ var require_sign = __commonJS({
15776
+ "node_modules/.aspect_rules_js/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js"(exports, module2) {
15777
+ "use strict";
15778
+ var $isNaN = require_isNaN();
15779
+ module2.exports = function sign(number) {
15780
+ if ($isNaN(number) || number === 0) {
15781
+ return number;
15782
+ }
15783
+ return number < 0 ? -1 : 1;
15784
+ };
15785
+ }
15786
+ });
15787
+
15788
+ // node_modules/.aspect_rules_js/gopd@1.2.0/node_modules/gopd/gOPD.js
15789
+ var require_gOPD = __commonJS({
15790
+ "node_modules/.aspect_rules_js/gopd@1.2.0/node_modules/gopd/gOPD.js"(exports, module2) {
15791
+ "use strict";
15792
+ module2.exports = Object.getOwnPropertyDescriptor;
15793
+ }
15794
+ });
15795
+
15796
+ // node_modules/.aspect_rules_js/gopd@1.2.0/node_modules/gopd/index.js
15797
+ var require_gopd = __commonJS({
15798
+ "node_modules/.aspect_rules_js/gopd@1.2.0/node_modules/gopd/index.js"(exports, module2) {
15799
+ "use strict";
15800
+ var $gOPD = require_gOPD();
15801
+ if ($gOPD) {
15802
+ try {
15803
+ $gOPD([], "length");
15804
+ } catch (e) {
15805
+ $gOPD = null;
15806
+ }
15807
+ }
15808
+ module2.exports = $gOPD;
15809
+ }
15810
+ });
15811
+
15812
+ // node_modules/.aspect_rules_js/es-define-property@1.0.1/node_modules/es-define-property/index.js
15813
+ var require_es_define_property = __commonJS({
15814
+ "node_modules/.aspect_rules_js/es-define-property@1.0.1/node_modules/es-define-property/index.js"(exports, module2) {
15815
+ "use strict";
15816
+ var $defineProperty = Object.defineProperty || false;
15817
+ if ($defineProperty) {
15818
+ try {
15819
+ $defineProperty({}, "a", { value: 1 });
15820
+ } catch (e) {
15821
+ $defineProperty = false;
15822
+ }
15823
+ }
15824
+ module2.exports = $defineProperty;
15825
+ }
15826
+ });
15827
+
15828
+ // node_modules/.aspect_rules_js/has-symbols@1.1.0/node_modules/has-symbols/shams.js
15795
15829
  var require_shams = __commonJS({
15796
- "node_modules/.aspect_rules_js/has-symbols@1.0.3/node_modules/has-symbols/shams.js"(exports, module2) {
15830
+ "node_modules/.aspect_rules_js/has-symbols@1.1.0/node_modules/has-symbols/shams.js"(exports, module2) {
15797
15831
  "use strict";
15798
15832
  module2.exports = function hasSymbols() {
15799
15833
  if (typeof Symbol !== "function" || typeof Object.getOwnPropertySymbols !== "function") {
@@ -15816,7 +15850,7 @@ var require_shams = __commonJS({
15816
15850
  }
15817
15851
  var symVal = 42;
15818
15852
  obj[sym] = symVal;
15819
- for (sym in obj) {
15853
+ for (var _ in obj) {
15820
15854
  return false;
15821
15855
  }
15822
15856
  if (typeof Object.keys === "function" && Object.keys(obj).length !== 0) {
@@ -15833,7 +15867,10 @@ var require_shams = __commonJS({
15833
15867
  return false;
15834
15868
  }
15835
15869
  if (typeof Object.getOwnPropertyDescriptor === "function") {
15836
- var descriptor = Object.getOwnPropertyDescriptor(obj, sym);
15870
+ var descriptor = (
15871
+ /** @type {PropertyDescriptor} */
15872
+ Object.getOwnPropertyDescriptor(obj, sym)
15873
+ );
15837
15874
  if (descriptor.value !== symVal || descriptor.enumerable !== true) {
15838
15875
  return false;
15839
15876
  }
@@ -15843,9 +15880,9 @@ var require_shams = __commonJS({
15843
15880
  }
15844
15881
  });
15845
15882
 
15846
- // node_modules/.aspect_rules_js/has-symbols@1.0.3/node_modules/has-symbols/index.js
15883
+ // node_modules/.aspect_rules_js/has-symbols@1.1.0/node_modules/has-symbols/index.js
15847
15884
  var require_has_symbols = __commonJS({
15848
- "node_modules/.aspect_rules_js/has-symbols@1.0.3/node_modules/has-symbols/index.js"(exports, module2) {
15885
+ "node_modules/.aspect_rules_js/has-symbols@1.1.0/node_modules/has-symbols/index.js"(exports, module2) {
15849
15886
  "use strict";
15850
15887
  var origSymbol = typeof Symbol !== "undefined" && Symbol;
15851
15888
  var hasSymbolSham = require_shams();
@@ -15867,21 +15904,212 @@ var require_has_symbols = __commonJS({
15867
15904
  }
15868
15905
  });
15869
15906
 
15870
- // node_modules/.aspect_rules_js/has-proto@1.0.3/node_modules/has-proto/index.js
15871
- var require_has_proto = __commonJS({
15872
- "node_modules/.aspect_rules_js/has-proto@1.0.3/node_modules/has-proto/index.js"(exports, module2) {
15907
+ // node_modules/.aspect_rules_js/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js
15908
+ var require_Reflect_getPrototypeOf = __commonJS({
15909
+ "node_modules/.aspect_rules_js/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js"(exports, module2) {
15873
15910
  "use strict";
15874
- var test = {
15875
- __proto__: null,
15876
- foo: {}
15911
+ module2.exports = typeof Reflect !== "undefined" && Reflect.getPrototypeOf || null;
15912
+ }
15913
+ });
15914
+
15915
+ // node_modules/.aspect_rules_js/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js
15916
+ var require_Object_getPrototypeOf = __commonJS({
15917
+ "node_modules/.aspect_rules_js/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js"(exports, module2) {
15918
+ "use strict";
15919
+ var $Object = require_es_object_atoms();
15920
+ module2.exports = $Object.getPrototypeOf || null;
15921
+ }
15922
+ });
15923
+
15924
+ // node_modules/.aspect_rules_js/function-bind@1.1.2/node_modules/function-bind/implementation.js
15925
+ var require_implementation2 = __commonJS({
15926
+ "node_modules/.aspect_rules_js/function-bind@1.1.2/node_modules/function-bind/implementation.js"(exports, module2) {
15927
+ "use strict";
15928
+ var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
15929
+ var toStr = Object.prototype.toString;
15930
+ var max = Math.max;
15931
+ var funcType = "[object Function]";
15932
+ var concatty = function concatty2(a, b) {
15933
+ var arr = [];
15934
+ for (var i = 0; i < a.length; i += 1) {
15935
+ arr[i] = a[i];
15936
+ }
15937
+ for (var j = 0; j < b.length; j += 1) {
15938
+ arr[j + a.length] = b[j];
15939
+ }
15940
+ return arr;
15877
15941
  };
15878
- var $Object = Object;
15879
- module2.exports = function hasProto() {
15880
- return { __proto__: test }.foo === test.foo && !(test instanceof $Object);
15942
+ var slicy = function slicy2(arrLike, offset) {
15943
+ var arr = [];
15944
+ for (var i = offset || 0, j = 0; i < arrLike.length; i += 1, j += 1) {
15945
+ arr[j] = arrLike[i];
15946
+ }
15947
+ return arr;
15948
+ };
15949
+ var joiny = function(arr, joiner) {
15950
+ var str = "";
15951
+ for (var i = 0; i < arr.length; i += 1) {
15952
+ str += arr[i];
15953
+ if (i + 1 < arr.length) {
15954
+ str += joiner;
15955
+ }
15956
+ }
15957
+ return str;
15958
+ };
15959
+ module2.exports = function bind(that) {
15960
+ var target = this;
15961
+ if (typeof target !== "function" || toStr.apply(target) !== funcType) {
15962
+ throw new TypeError(ERROR_MESSAGE + target);
15963
+ }
15964
+ var args = slicy(arguments, 1);
15965
+ var bound;
15966
+ var binder = function() {
15967
+ if (this instanceof bound) {
15968
+ var result = target.apply(
15969
+ this,
15970
+ concatty(args, arguments)
15971
+ );
15972
+ if (Object(result) === result) {
15973
+ return result;
15974
+ }
15975
+ return this;
15976
+ }
15977
+ return target.apply(
15978
+ that,
15979
+ concatty(args, arguments)
15980
+ );
15981
+ };
15982
+ var boundLength = max(0, target.length - args.length);
15983
+ var boundArgs = [];
15984
+ for (var i = 0; i < boundLength; i++) {
15985
+ boundArgs[i] = "$" + i;
15986
+ }
15987
+ bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
15988
+ if (target.prototype) {
15989
+ var Empty = function Empty2() {
15990
+ };
15991
+ Empty.prototype = target.prototype;
15992
+ bound.prototype = new Empty();
15993
+ Empty.prototype = null;
15994
+ }
15995
+ return bound;
15881
15996
  };
15882
15997
  }
15883
15998
  });
15884
15999
 
16000
+ // node_modules/.aspect_rules_js/function-bind@1.1.2/node_modules/function-bind/index.js
16001
+ var require_function_bind = __commonJS({
16002
+ "node_modules/.aspect_rules_js/function-bind@1.1.2/node_modules/function-bind/index.js"(exports, module2) {
16003
+ "use strict";
16004
+ var implementation = require_implementation2();
16005
+ module2.exports = Function.prototype.bind || implementation;
16006
+ }
16007
+ });
16008
+
16009
+ // node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js
16010
+ var require_functionCall = __commonJS({
16011
+ "node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js"(exports, module2) {
16012
+ "use strict";
16013
+ module2.exports = Function.prototype.call;
16014
+ }
16015
+ });
16016
+
16017
+ // node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js
16018
+ var require_functionApply = __commonJS({
16019
+ "node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js"(exports, module2) {
16020
+ "use strict";
16021
+ module2.exports = Function.prototype.apply;
16022
+ }
16023
+ });
16024
+
16025
+ // node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js
16026
+ var require_reflectApply = __commonJS({
16027
+ "node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js"(exports, module2) {
16028
+ "use strict";
16029
+ module2.exports = typeof Reflect !== "undefined" && Reflect && Reflect.apply;
16030
+ }
16031
+ });
16032
+
16033
+ // node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js
16034
+ var require_actualApply = __commonJS({
16035
+ "node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js"(exports, module2) {
16036
+ "use strict";
16037
+ var bind = require_function_bind();
16038
+ var $apply = require_functionApply();
16039
+ var $call = require_functionCall();
16040
+ var $reflectApply = require_reflectApply();
16041
+ module2.exports = $reflectApply || bind.call($call, $apply);
16042
+ }
16043
+ });
16044
+
16045
+ // node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js
16046
+ var require_call_bind_apply_helpers = __commonJS({
16047
+ "node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js"(exports, module2) {
16048
+ "use strict";
16049
+ var bind = require_function_bind();
16050
+ var $TypeError = require_type();
16051
+ var $call = require_functionCall();
16052
+ var $actualApply = require_actualApply();
16053
+ module2.exports = function callBindBasic(args) {
16054
+ if (args.length < 1 || typeof args[0] !== "function") {
16055
+ throw new $TypeError("a function is required");
16056
+ }
16057
+ return $actualApply(bind, $call, args);
16058
+ };
16059
+ }
16060
+ });
16061
+
16062
+ // node_modules/.aspect_rules_js/dunder-proto@1.0.1/node_modules/dunder-proto/get.js
16063
+ var require_get = __commonJS({
16064
+ "node_modules/.aspect_rules_js/dunder-proto@1.0.1/node_modules/dunder-proto/get.js"(exports, module2) {
16065
+ "use strict";
16066
+ var callBind = require_call_bind_apply_helpers();
16067
+ var gOPD = require_gopd();
16068
+ var hasProtoAccessor;
16069
+ try {
16070
+ hasProtoAccessor = /** @type {{ __proto__?: typeof Array.prototype }} */
16071
+ [].__proto__ === Array.prototype;
16072
+ } catch (e) {
16073
+ if (!e || typeof e !== "object" || !("code" in e) || e.code !== "ERR_PROTO_ACCESS") {
16074
+ throw e;
16075
+ }
16076
+ }
16077
+ var desc = !!hasProtoAccessor && gOPD && gOPD(
16078
+ Object.prototype,
16079
+ /** @type {keyof typeof Object.prototype} */
16080
+ "__proto__"
16081
+ );
16082
+ var $Object = Object;
16083
+ var $getPrototypeOf = $Object.getPrototypeOf;
16084
+ module2.exports = desc && typeof desc.get === "function" ? callBind([desc.get]) : typeof $getPrototypeOf === "function" ? (
16085
+ /** @type {import('./get')} */
16086
+ function getDunder(value) {
16087
+ return $getPrototypeOf(value == null ? value : $Object(value));
16088
+ }
16089
+ ) : false;
16090
+ }
16091
+ });
16092
+
16093
+ // node_modules/.aspect_rules_js/get-proto@1.0.1/node_modules/get-proto/index.js
16094
+ var require_get_proto = __commonJS({
16095
+ "node_modules/.aspect_rules_js/get-proto@1.0.1/node_modules/get-proto/index.js"(exports, module2) {
16096
+ "use strict";
16097
+ var reflectGetProto = require_Reflect_getPrototypeOf();
16098
+ var originalGetProto = require_Object_getPrototypeOf();
16099
+ var getDunderProto = require_get();
16100
+ module2.exports = reflectGetProto ? function getProto(O) {
16101
+ return reflectGetProto(O);
16102
+ } : originalGetProto ? function getProto(O) {
16103
+ if (!O || typeof O !== "object" && typeof O !== "function") {
16104
+ throw new TypeError("getProto: not an object");
16105
+ }
16106
+ return originalGetProto(O);
16107
+ } : getDunderProto ? function getProto(O) {
16108
+ return getDunderProto(O);
16109
+ } : null;
16110
+ }
16111
+ });
16112
+
15885
16113
  // node_modules/.aspect_rules_js/hasown@2.0.2/node_modules/hasown/index.js
15886
16114
  var require_hasown = __commonJS({
15887
16115
  "node_modules/.aspect_rules_js/hasown@2.0.2/node_modules/hasown/index.js"(exports, module2) {
@@ -15893,11 +16121,12 @@ var require_hasown = __commonJS({
15893
16121
  }
15894
16122
  });
15895
16123
 
15896
- // node_modules/.aspect_rules_js/get-intrinsic@1.2.4/node_modules/get-intrinsic/index.js
16124
+ // node_modules/.aspect_rules_js/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js
15897
16125
  var require_get_intrinsic = __commonJS({
15898
- "node_modules/.aspect_rules_js/get-intrinsic@1.2.4/node_modules/get-intrinsic/index.js"(exports, module2) {
16126
+ "node_modules/.aspect_rules_js/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js"(exports, module2) {
15899
16127
  "use strict";
15900
16128
  var undefined2;
16129
+ var $Object = require_es_object_atoms();
15901
16130
  var $Error = require_es_errors();
15902
16131
  var $EvalError = require_eval();
15903
16132
  var $RangeError = require_range();
@@ -15905,6 +16134,13 @@ var require_get_intrinsic = __commonJS({
15905
16134
  var $SyntaxError = require_syntax();
15906
16135
  var $TypeError = require_type();
15907
16136
  var $URIError = require_uri();
16137
+ var abs = require_abs();
16138
+ var floor = require_floor();
16139
+ var max = require_max();
16140
+ var min = require_min();
16141
+ var pow = require_pow();
16142
+ var round = require_round();
16143
+ var sign = require_sign();
15908
16144
  var $Function = Function;
15909
16145
  var getEvalledConstructor = function(expressionSyntax) {
15910
16146
  try {
@@ -15912,14 +16148,8 @@ var require_get_intrinsic = __commonJS({
15912
16148
  } catch (e) {
15913
16149
  }
15914
16150
  };
15915
- var $gOPD = Object.getOwnPropertyDescriptor;
15916
- if ($gOPD) {
15917
- try {
15918
- $gOPD({}, "");
15919
- } catch (e) {
15920
- $gOPD = null;
15921
- }
15922
- }
16151
+ var $gOPD = require_gopd();
16152
+ var $defineProperty = require_es_define_property();
15923
16153
  var throwTypeError = function() {
15924
16154
  throw new $TypeError();
15925
16155
  };
@@ -15936,10 +16166,11 @@ var require_get_intrinsic = __commonJS({
15936
16166
  }
15937
16167
  }() : throwTypeError;
15938
16168
  var hasSymbols = require_has_symbols()();
15939
- var hasProto = require_has_proto()();
15940
- var getProto = Object.getPrototypeOf || (hasProto ? function(x) {
15941
- return x.__proto__;
15942
- } : null);
16169
+ var getProto = require_get_proto();
16170
+ var $ObjectGPO = require_Object_getPrototypeOf();
16171
+ var $ReflectGPO = require_Reflect_getPrototypeOf();
16172
+ var $apply = require_functionApply();
16173
+ var $call = require_functionCall();
15943
16174
  var needsEval = {};
15944
16175
  var TypedArray = typeof Uint8Array === "undefined" || !getProto ? undefined2 : getProto(Uint8Array);
15945
16176
  var INTRINSICS = {
@@ -15968,6 +16199,7 @@ var require_get_intrinsic = __commonJS({
15968
16199
  "%eval%": eval,
15969
16200
  // eslint-disable-line no-eval
15970
16201
  "%EvalError%": $EvalError,
16202
+ "%Float16Array%": typeof Float16Array === "undefined" ? undefined2 : Float16Array,
15971
16203
  "%Float32Array%": typeof Float32Array === "undefined" ? undefined2 : Float32Array,
15972
16204
  "%Float64Array%": typeof Float64Array === "undefined" ? undefined2 : Float64Array,
15973
16205
  "%FinalizationRegistry%": typeof FinalizationRegistry === "undefined" ? undefined2 : FinalizationRegistry,
@@ -15984,7 +16216,8 @@ var require_get_intrinsic = __commonJS({
15984
16216
  "%MapIteratorPrototype%": typeof Map === "undefined" || !hasSymbols || !getProto ? undefined2 : getProto((/* @__PURE__ */ new Map())[Symbol.iterator]()),
15985
16217
  "%Math%": Math,
15986
16218
  "%Number%": Number,
15987
- "%Object%": Object,
16219
+ "%Object%": $Object,
16220
+ "%Object.getOwnPropertyDescriptor%": $gOPD,
15988
16221
  "%parseFloat%": parseFloat,
15989
16222
  "%parseInt%": parseInt,
15990
16223
  "%Promise%": typeof Promise === "undefined" ? undefined2 : Promise,
@@ -16010,7 +16243,19 @@ var require_get_intrinsic = __commonJS({
16010
16243
  "%URIError%": $URIError,
16011
16244
  "%WeakMap%": typeof WeakMap === "undefined" ? undefined2 : WeakMap,
16012
16245
  "%WeakRef%": typeof WeakRef === "undefined" ? undefined2 : WeakRef,
16013
- "%WeakSet%": typeof WeakSet === "undefined" ? undefined2 : WeakSet
16246
+ "%WeakSet%": typeof WeakSet === "undefined" ? undefined2 : WeakSet,
16247
+ "%Function.prototype.call%": $call,
16248
+ "%Function.prototype.apply%": $apply,
16249
+ "%Object.defineProperty%": $defineProperty,
16250
+ "%Object.getPrototypeOf%": $ObjectGPO,
16251
+ "%Math.abs%": abs,
16252
+ "%Math.floor%": floor,
16253
+ "%Math.max%": max,
16254
+ "%Math.min%": min,
16255
+ "%Math.pow%": pow,
16256
+ "%Math.round%": round,
16257
+ "%Math.sign%": sign,
16258
+ "%Reflect.getPrototypeOf%": $ReflectGPO
16014
16259
  };
16015
16260
  if (getProto) {
16016
16261
  try {
@@ -16099,11 +16344,11 @@ var require_get_intrinsic = __commonJS({
16099
16344
  };
16100
16345
  var bind = require_function_bind();
16101
16346
  var hasOwn = require_hasown();
16102
- var $concat = bind.call(Function.call, Array.prototype.concat);
16103
- var $spliceApply = bind.call(Function.apply, Array.prototype.splice);
16104
- var $replace = bind.call(Function.call, String.prototype.replace);
16105
- var $strSlice = bind.call(Function.call, String.prototype.slice);
16106
- var $exec = bind.call(Function.call, RegExp.prototype.exec);
16347
+ var $concat = bind.call($call, Array.prototype.concat);
16348
+ var $spliceApply = bind.call($apply, Array.prototype.splice);
16349
+ var $replace = bind.call($call, String.prototype.replace);
16350
+ var $strSlice = bind.call($call, String.prototype.slice);
16351
+ var $exec = bind.call($call, RegExp.prototype.exec);
16107
16352
  var rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;
16108
16353
  var reEscapeChar = /\\(\\)?/g;
16109
16354
  var stringToPath = function stringToPath2(string) {
@@ -16207,40 +16452,6 @@ var require_get_intrinsic = __commonJS({
16207
16452
  }
16208
16453
  });
16209
16454
 
16210
- // node_modules/.aspect_rules_js/es-define-property@1.0.0/node_modules/es-define-property/index.js
16211
- var require_es_define_property = __commonJS({
16212
- "node_modules/.aspect_rules_js/es-define-property@1.0.0/node_modules/es-define-property/index.js"(exports, module2) {
16213
- "use strict";
16214
- var GetIntrinsic = require_get_intrinsic();
16215
- var $defineProperty = GetIntrinsic("%Object.defineProperty%", true) || false;
16216
- if ($defineProperty) {
16217
- try {
16218
- $defineProperty({}, "a", { value: 1 });
16219
- } catch (e) {
16220
- $defineProperty = false;
16221
- }
16222
- }
16223
- module2.exports = $defineProperty;
16224
- }
16225
- });
16226
-
16227
- // node_modules/.aspect_rules_js/gopd@1.0.1/node_modules/gopd/index.js
16228
- var require_gopd = __commonJS({
16229
- "node_modules/.aspect_rules_js/gopd@1.0.1/node_modules/gopd/index.js"(exports, module2) {
16230
- "use strict";
16231
- var GetIntrinsic = require_get_intrinsic();
16232
- var $gOPD = GetIntrinsic("%Object.getOwnPropertyDescriptor%", true);
16233
- if ($gOPD) {
16234
- try {
16235
- $gOPD([], "length");
16236
- } catch (e) {
16237
- $gOPD = null;
16238
- }
16239
- }
16240
- module2.exports = $gOPD;
16241
- }
16242
- });
16243
-
16244
16455
  // node_modules/.aspect_rules_js/define-data-property@1.1.4/node_modules/define-data-property/index.js
16245
16456
  var require_define_data_property = __commonJS({
16246
16457
  "node_modules/.aspect_rules_js/define-data-property@1.1.4/node_modules/define-data-property/index.js"(exports, module2) {
@@ -16364,33 +16575,36 @@ var require_set_function_length = __commonJS({
16364
16575
  }
16365
16576
  });
16366
16577
 
16367
- // node_modules/.aspect_rules_js/call-bind@1.0.7/node_modules/call-bind/index.js
16368
- var require_call_bind = __commonJS({
16369
- "node_modules/.aspect_rules_js/call-bind@1.0.7/node_modules/call-bind/index.js"(exports, module2) {
16578
+ // node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js
16579
+ var require_applyBind = __commonJS({
16580
+ "node_modules/.aspect_rules_js/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js"(exports, module2) {
16370
16581
  "use strict";
16371
16582
  var bind = require_function_bind();
16372
- var GetIntrinsic = require_get_intrinsic();
16583
+ var $apply = require_functionApply();
16584
+ var actualApply = require_actualApply();
16585
+ module2.exports = function applyBind() {
16586
+ return actualApply(bind, $apply, arguments);
16587
+ };
16588
+ }
16589
+ });
16590
+
16591
+ // node_modules/.aspect_rules_js/call-bind@1.0.8/node_modules/call-bind/index.js
16592
+ var require_call_bind = __commonJS({
16593
+ "node_modules/.aspect_rules_js/call-bind@1.0.8/node_modules/call-bind/index.js"(exports, module2) {
16594
+ "use strict";
16373
16595
  var setFunctionLength = require_set_function_length();
16374
- var $TypeError = require_type();
16375
- var $apply = GetIntrinsic("%Function.prototype.apply%");
16376
- var $call = GetIntrinsic("%Function.prototype.call%");
16377
- var $reflectApply = GetIntrinsic("%Reflect.apply%", true) || bind.call($call, $apply);
16378
16596
  var $defineProperty = require_es_define_property();
16379
- var $max = GetIntrinsic("%Math.max%");
16597
+ var callBindBasic = require_call_bind_apply_helpers();
16598
+ var applyBind = require_applyBind();
16380
16599
  module2.exports = function callBind(originalFunction) {
16381
- if (typeof originalFunction !== "function") {
16382
- throw new $TypeError("a function is required");
16383
- }
16384
- var func = $reflectApply(bind, $call, arguments);
16600
+ var func = callBindBasic(arguments);
16601
+ var adjustedLength = originalFunction.length - (arguments.length - 1);
16385
16602
  return setFunctionLength(
16386
16603
  func,
16387
- 1 + $max(0, originalFunction.length - (arguments.length - 1)),
16604
+ 1 + (adjustedLength > 0 ? adjustedLength : 0),
16388
16605
  true
16389
16606
  );
16390
16607
  };
16391
- var applyBind = function applyBind2() {
16392
- return $reflectApply(bind, $apply, arguments);
16393
- };
16394
16608
  if ($defineProperty) {
16395
16609
  $defineProperty(module2.exports, "apply", { value: applyBind });
16396
16610
  } else {
@@ -16399,34 +16613,42 @@ var require_call_bind = __commonJS({
16399
16613
  }
16400
16614
  });
16401
16615
 
16402
- // node_modules/.aspect_rules_js/call-bind@1.0.7/node_modules/call-bind/callBound.js
16403
- var require_callBound = __commonJS({
16404
- "node_modules/.aspect_rules_js/call-bind@1.0.7/node_modules/call-bind/callBound.js"(exports, module2) {
16616
+ // node_modules/.aspect_rules_js/call-bound@1.0.4/node_modules/call-bound/index.js
16617
+ var require_call_bound = __commonJS({
16618
+ "node_modules/.aspect_rules_js/call-bound@1.0.4/node_modules/call-bound/index.js"(exports, module2) {
16405
16619
  "use strict";
16406
16620
  var GetIntrinsic = require_get_intrinsic();
16407
- var callBind = require_call_bind();
16408
- var $indexOf = callBind(GetIntrinsic("String.prototype.indexOf"));
16621
+ var callBindBasic = require_call_bind_apply_helpers();
16622
+ var $indexOf = callBindBasic([GetIntrinsic("%String.prototype.indexOf%")]);
16409
16623
  module2.exports = function callBoundIntrinsic(name, allowMissing) {
16410
- var intrinsic = GetIntrinsic(name, !!allowMissing);
16624
+ var intrinsic = (
16625
+ /** @type {(this: unknown, ...args: unknown[]) => unknown} */
16626
+ GetIntrinsic(name, !!allowMissing)
16627
+ );
16411
16628
  if (typeof intrinsic === "function" && $indexOf(name, ".prototype.") > -1) {
16412
- return callBind(intrinsic);
16629
+ return callBindBasic(
16630
+ /** @type {const} */
16631
+ [intrinsic]
16632
+ );
16413
16633
  }
16414
16634
  return intrinsic;
16415
16635
  };
16416
16636
  }
16417
16637
  });
16418
16638
 
16419
- // node_modules/.aspect_rules_js/json-stable-stringify@1.1.1/node_modules/json-stable-stringify/index.js
16639
+ // node_modules/.aspect_rules_js/json-stable-stringify@1.3.0/node_modules/json-stable-stringify/index.js
16420
16640
  var require_json_stable_stringify = __commonJS({
16421
- "node_modules/.aspect_rules_js/json-stable-stringify@1.1.1/node_modules/json-stable-stringify/index.js"(exports, module2) {
16641
+ "node_modules/.aspect_rules_js/json-stable-stringify@1.3.0/node_modules/json-stable-stringify/index.js"(exports, module2) {
16422
16642
  "use strict";
16423
16643
  var jsonStringify = (typeof JSON !== "undefined" ? JSON : require_jsonify()).stringify;
16424
16644
  var isArray = require_isarray();
16425
16645
  var objectKeys = require_object_keys();
16426
16646
  var callBind = require_call_bind();
16427
- var callBound = require_callBound();
16647
+ var callBound = require_call_bound();
16428
16648
  var $join = callBound("Array.prototype.join");
16429
- var $push = callBound("Array.prototype.push");
16649
+ var $indexOf = callBound("Array.prototype.indexOf");
16650
+ var $splice = callBound("Array.prototype.splice");
16651
+ var $sort = callBound("Array.prototype.sort");
16430
16652
  var strRepeat = function repeat(n, char) {
16431
16653
  var str = "";
16432
16654
  for (var i = 0; i < n; i += 1) {
@@ -16434,7 +16656,7 @@ var require_json_stable_stringify = __commonJS({
16434
16656
  }
16435
16657
  return str;
16436
16658
  };
16437
- var defaultReplacer = function(parent, key, value) {
16659
+ var defaultReplacer = function(_parent, _key, value) {
16438
16660
  return value;
16439
16661
  };
16440
16662
  module2.exports = function stableStringify(obj) {
@@ -16445,63 +16667,98 @@ var require_json_stable_stringify = __commonJS({
16445
16667
  }
16446
16668
  var cycles = !!opts && typeof opts.cycles === "boolean" && opts.cycles;
16447
16669
  var replacer = opts && opts.replacer ? callBind(opts.replacer) : defaultReplacer;
16670
+ if (opts && typeof opts.collapseEmpty !== "undefined" && typeof opts.collapseEmpty !== "boolean") {
16671
+ throw new TypeError("`collapseEmpty` must be a boolean, if provided");
16672
+ }
16673
+ var collapseEmpty = !!opts && opts.collapseEmpty;
16448
16674
  var cmpOpt = typeof opts === "function" ? opts : opts && opts.cmp;
16449
16675
  var cmp = cmpOpt && function(node) {
16450
- var get = cmpOpt.length > 2 && function get2(k) {
16451
- return node[k];
16452
- };
16676
+ var get = (
16677
+ /** @type {NonNullable<typeof cmpOpt>} */
16678
+ cmpOpt.length > 2 && /** @type {import('.').Getter['get']} */
16679
+ function get2(k) {
16680
+ return node[k];
16681
+ }
16682
+ );
16453
16683
  return function(a, b) {
16454
- return cmpOpt(
16455
- { key: a, value: node[a] },
16456
- { key: b, value: node[b] },
16457
- get ? { __proto__: null, get } : void 0
16684
+ return (
16685
+ /** @type {NonNullable<typeof cmpOpt>} */
16686
+ cmpOpt(
16687
+ { key: a, value: node[a] },
16688
+ { key: b, value: node[b] },
16689
+ // @ts-expect-error TS doesn't understand the optimization used here
16690
+ get ? (
16691
+ /** @type {import('.').Getter} */
16692
+ { __proto__: null, get }
16693
+ ) : void 0
16694
+ )
16458
16695
  );
16459
16696
  };
16460
16697
  };
16461
16698
  var seen = [];
16462
- return function stringify3(parent, key, node, level) {
16463
- var indent = space ? "\n" + strRepeat(level, space) : "";
16464
- var colonSeparator = space ? ": " : ":";
16465
- if (node && node.toJSON && typeof node.toJSON === "function") {
16466
- node = node.toJSON();
16467
- }
16468
- node = replacer(parent, key, node);
16469
- if (node === void 0) {
16470
- return;
16471
- }
16472
- if (typeof node !== "object" || node === null) {
16473
- return jsonStringify(node);
16474
- }
16475
- if (isArray(node)) {
16476
- var out = [];
16477
- for (var i = 0; i < node.length; i++) {
16478
- var item = stringify3(node, i, node[i], level + 1) || jsonStringify(null);
16479
- $push(out, indent + space + item);
16699
+ return (
16700
+ /** @type {(parent: import('.').Node, key: string | number, node: unknown, level: number) => string | undefined} */
16701
+ function stringify3(parent, key, node, level) {
16702
+ var indent = space ? "\n" + strRepeat(level, space) : "";
16703
+ var colonSeparator = space ? ": " : ":";
16704
+ if (node && /** @type {{ toJSON?: unknown }} */
16705
+ node.toJSON && typeof /** @type {{ toJSON?: unknown }} */
16706
+ node.toJSON === "function") {
16707
+ node = /** @type {{ toJSON: Function }} */
16708
+ node.toJSON();
16709
+ }
16710
+ node = replacer(parent, key, node);
16711
+ if (node === void 0) {
16712
+ return;
16480
16713
  }
16481
- return "[" + $join(out, ",") + indent + "]";
16482
- }
16483
- if (seen.indexOf(node) !== -1) {
16484
- if (cycles) {
16485
- return jsonStringify("__cycle__");
16714
+ if (typeof node !== "object" || node === null) {
16715
+ return jsonStringify(node);
16486
16716
  }
16487
- throw new TypeError("Converting circular structure to JSON");
16488
- } else {
16489
- $push(seen, node);
16490
- }
16491
- var keys = objectKeys(node).sort(cmp && cmp(node));
16492
- var out = [];
16493
- for (var i = 0; i < keys.length; i++) {
16494
- var key = keys[i];
16495
- var value = stringify3(node, key, node[key], level + 1);
16496
- if (!value) {
16497
- continue;
16717
+ var groupOutput = function(out2, brackets) {
16718
+ return collapseEmpty && out2.length === 0 ? brackets : (brackets === "[]" ? "[" : "{") + $join(out2, ",") + indent + (brackets === "[]" ? "]" : "}");
16719
+ };
16720
+ if (isArray(node)) {
16721
+ var out = [];
16722
+ for (var i = 0; i < node.length; i++) {
16723
+ var item = stringify3(node, i, node[i], level + 1) || jsonStringify(null);
16724
+ out[out.length] = indent + space + item;
16725
+ }
16726
+ return groupOutput(out, "[]");
16498
16727
  }
16499
- var keyValue = jsonStringify(key) + colonSeparator + value;
16500
- $push(out, indent + space + keyValue);
16501
- }
16502
- seen.splice(seen.indexOf(node), 1);
16503
- return "{" + $join(out, ",") + indent + "}";
16504
- }({ "": obj }, "", obj, 0);
16728
+ if ($indexOf(seen, node) !== -1) {
16729
+ if (cycles) {
16730
+ return jsonStringify("__cycle__");
16731
+ }
16732
+ throw new TypeError("Converting circular structure to JSON");
16733
+ } else {
16734
+ seen[seen.length] = /** @type {import('.').NonArrayNode} */
16735
+ node;
16736
+ }
16737
+ var keys = $sort(objectKeys(node), cmp && cmp(
16738
+ /** @type {import('.').NonArrayNode} */
16739
+ node
16740
+ ));
16741
+ var out = [];
16742
+ for (var i = 0; i < keys.length; i++) {
16743
+ var key = keys[i];
16744
+ var value = stringify3(
16745
+ /** @type {import('.').Node} */
16746
+ node,
16747
+ key,
16748
+ /** @type {import('.').NonArrayNode} */
16749
+ node[key],
16750
+ level + 1
16751
+ );
16752
+ if (!value) {
16753
+ continue;
16754
+ }
16755
+ var keyValue = jsonStringify(key) + colonSeparator + value;
16756
+ out[out.length] = indent + space + keyValue;
16757
+ }
16758
+ $splice(seen, $indexOf(seen, node), 1);
16759
+ return groupOutput(out, "{}");
16760
+ }({ "": obj }, "", obj, 0)
16761
+ );
16505
16762
  };
16506
16763
  }
16507
16764
  });
@@ -18507,7 +18764,7 @@ Message from ${inputFile}: ${compiled[id]}
18507
18764
  return (0, import_json_stable_stringify.default)(ast ? messageAsts : messages, {
18508
18765
  space: 2,
18509
18766
  cmp: formatter.compareMessages || void 0
18510
- });
18767
+ }) ?? "";
18511
18768
  }
18512
18769
  async function compileAndWrite(inputFiles, compileOpts = {}) {
18513
18770
  const { outFile, ...opts } = compileOpts;
@@ -230958,7 +231215,7 @@ ${JSON.stringify(message, void 0, 2)}`
230958
231215
  return (0, import_json_stable_stringify2.default)(formatter.format(results), {
230959
231216
  space: 2,
230960
231217
  cmp: formatter.compareMessages || void 0
230961
- });
231218
+ }) ?? "";
230962
231219
  }
230963
231220
  async function extractAndWrite(files, extractOpts) {
230964
231221
  const { outFile, ...opts } = extractOpts;
package/package.json CHANGED
@@ -1,26 +1,18 @@
1
1
  {
2
2
  "name": "@formatjs/cli",
3
3
  "description": "A CLI for formatjs.",
4
- "version": "6.7.2",
5
- "license": "MIT",
4
+ "version": "6.7.3",
6
5
  "author": "Linjie Ding <linjie@airtable.com>",
7
- "engines": {
8
- "node": ">= 16"
9
- },
10
- "devDependencies": {
11
- "@formatjs/cli-lib": "7.4.2"
12
- },
13
- "peerDependencies": {
14
- "@glimmer/syntax": "^0.94.9",
15
- "@vue/compiler-core": "^3.5.12",
16
- "content-tag": "^3.0.0",
17
- "ember-template-recast": "^6.1.5",
18
- "vue": "^3.5.12"
19
- },
20
6
  "bin": {
21
7
  "formatjs": "bin/formatjs"
22
8
  },
23
9
  "bugs": "https://github.com/formatjs/formatjs/issues",
10
+ "devDependencies": {
11
+ "@formatjs/cli-lib": "7.4.3"
12
+ },
13
+ "engines": {
14
+ "node": ">= 16"
15
+ },
24
16
  "homepage": "https://github.com/formatjs/formatjs",
25
17
  "keywords": [
26
18
  "cli",
@@ -39,6 +31,14 @@
39
31
  "translate",
40
32
  "translation"
41
33
  ],
34
+ "license": "MIT",
35
+ "peerDependencies": {
36
+ "@glimmer/syntax": "^0.95.0",
37
+ "@vue/compiler-core": "^3.5.12",
38
+ "content-tag": "^3.0.0",
39
+ "ember-template-recast": "^6.1.5",
40
+ "vue": "^3.5.12"
41
+ },
42
42
  "peerDependenciesMeta": {
43
43
  "vue": {
44
44
  "optional": true