Commit 3d8b257 1 parent ab17523 commit 3d8b257 Copy full SHA for 3d8b257
File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ graph LR;
33
33
libnpmexec-->npmcli-arborist["@npmcli/arborist"];
34
34
libnpmexec-->npmcli-eslint-config["@npmcli/eslint-config"];
35
35
libnpmexec-->npmcli-mock-registry["@npmcli/mock-registry"];
36
+ libnpmexec-->npmcli-package-json["@npmcli/package-json"];
36
37
libnpmexec-->npmcli-run-script["@npmcli/run-script"];
37
38
libnpmexec-->npmcli-template-oss["@npmcli/template-oss"];
38
39
libnpmexec-->pacote;
@@ -342,6 +343,7 @@ graph LR;
342
343
libnpmexec-->npmcli-arborist["@npmcli/arborist"];
343
344
libnpmexec-->npmcli-eslint-config["@npmcli/eslint-config"];
344
345
libnpmexec-->npmcli-mock-registry["@npmcli/mock-registry"];
346
+ libnpmexec-->npmcli-package-json["@npmcli/package-json"];
345
347
libnpmexec-->npmcli-run-script["@npmcli/run-script"];
346
348
libnpmexec-->npmcli-template-oss["@npmcli/template-oss"];
347
349
libnpmexec-->pacote;
Original file line number Diff line number Diff line change 18876
18876
"license": "ISC",
18877
18877
"dependencies": {
18878
18878
"@npmcli/arborist": "^9.0.0",
18879
+ "@npmcli/package-json": "^6.1.1",
18879
18880
"@npmcli/run-script": "^9.0.1",
18880
18881
"ci-info": "^4.0.0",
18881
18882
"npm-package-arg": "^12.0.0",
Original file line number Diff line number Diff line change 61
61
},
62
62
"dependencies" : {
63
63
"@npmcli/arborist" : " ^9.0.0" ,
64
+ "@npmcli/package-json" : " ^6.1.1" ,
64
65
"@npmcli/run-script" : " ^9.0.1" ,
65
66
"ci-info" : " ^4.0.0" ,
66
67
"npm-package-arg" : " ^12.0.0" ,
You can’t perform that action at this time.
0 commit comments