@@ -499,7 +499,6 @@ graph LR;
499
499
jsdom-->saxes;
500
500
jsdom-->symbol-tree;
501
501
jsdom-->tough-cookie;
502
- jsdom-->w3c-hr-time;
503
502
jsdom-->w3c-xmlserializer;
504
503
jsdom-->webidl-conversions;
505
504
jsdom-->whatwg-encoding;
@@ -931,6 +930,7 @@ graph LR;
931
930
parse-entities-->is-alphanumerical;
932
931
parse-entities-->is-decimal;
933
932
parse-entities-->is-hexadecimal;
933
+ parse5-->entities;
934
934
postcss-selector-parser-->cssesc;
935
935
postcss-selector-parser-->util-deprecate;
936
936
prebuild-install-->detect-libc;
@@ -1051,6 +1051,7 @@ graph LR;
1051
1051
tough-cookie-->psl;
1052
1052
tough-cookie-->punycode;
1053
1053
tough-cookie-->universalify;
1054
+ tough-cookie-->url-parse;
1054
1055
tr46-->punycode;
1055
1056
tunnel-agent-->safe-buffer;
1056
1057
type-check-->prelude-ls;
@@ -1074,6 +1075,8 @@ graph LR;
1074
1075
unist-util-visit-->unist-util-visit-parents;
1075
1076
unist-util-visit-parents-->types-unist["@types/unist"];
1076
1077
unist-util-visit-parents-->unist-util-is;
1078
+ url-parse-->querystringify;
1079
+ url-parse-->requires-port;
1077
1080
validate-npm-package-license-->spdx-correct;
1078
1081
validate-npm-package-license-->spdx-expression-parse;
1079
1082
validate-npm-package-name-->builtins;
@@ -1083,7 +1086,6 @@ graph LR;
1083
1086
vfile-->vfile-message;
1084
1087
vfile-message-->types-unist["@types/unist"];
1085
1088
vfile-message-->unist-util-stringify-position;
1086
- w3c-hr-time-->browser-process-hrtime;
1087
1089
w3c-xmlserializer-->xml-name-validator;
1088
1090
wcwidth-->defaults;
1089
1091
whatwg-encoding-->iconv-lite;
0 commit comments