File tree 3 files changed +0
-4
lines changed
3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,6 @@ graph LR;
192
192
npmcli-config-->npmcli-mock-globals["@npmcli/mock-globals"];
193
193
npmcli-config-->npmcli-template-oss["@npmcli/template-oss"];
194
194
npmcli-config-->proc-log;
195
- npmcli-config-->read-package-json-fast;
196
195
npmcli-config-->semver;
197
196
npmcli-docs-->ignore-walk;
198
197
npmcli-docs-->npmcli-eslint-config["@npmcli/eslint-config"];
@@ -624,7 +623,6 @@ graph LR;
624
623
npmcli-config-->npmcli-mock-globals["@npmcli/mock-globals"];
625
624
npmcli-config-->npmcli-template-oss["@npmcli/template-oss"];
626
625
npmcli-config-->proc-log;
627
- npmcli-config-->read-package-json-fast;
628
626
npmcli-config-->semver;
629
627
npmcli-config-->tap;
630
628
npmcli-config-->walk-up-path;
Original file line number Diff line number Diff line change 15878
15878
"ini": "^4.1.2",
15879
15879
"nopt": "^7.2.1",
15880
15880
"proc-log": "^4.2.0",
15881
- "read-package-json-fast": "^3.0.2",
15882
15881
"semver": "^7.3.5",
15883
15882
"walk-up-path": "^3.0.1"
15884
15883
},
Original file line number Diff line number Diff line change 41
41
"ini" : " ^4.1.2" ,
42
42
"nopt" : " ^7.2.1" ,
43
43
"proc-log" : " ^4.2.0" ,
44
- "read-package-json-fast" : " ^3.0.2" ,
45
44
"semver" : " ^7.3.5" ,
46
45
"walk-up-path" : " ^3.0.1"
47
46
},
You can’t perform that action at this time.
0 commit comments