File tree 4 files changed +15
-12
lines changed
4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,9 @@ class RegistryFetcher extends Fetcher {
165
165
}
166
166
if ( this . integrity ) {
167
167
mani . _integrity = String ( this . integrity )
168
+ if ( dist . signatures ) {
169
+ mani . _signatures = dist . signatures
170
+ }
168
171
}
169
172
this . package = rpj . normalize ( mani )
170
173
return this . package
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pacote" ,
3
- "version" : " 13.2 .0" ,
3
+ "version" : " 13.3 .0" ,
4
4
"description" : " JavaScript package downloader" ,
5
5
"author" : " GitHub Inc." ,
6
6
"bin" : {
26
26
},
27
27
"devDependencies" : {
28
28
"@npmcli/eslint-config" : " ^3.0.1" ,
29
- "@npmcli/template-oss" : " 3.4.2 " ,
29
+ "@npmcli/template-oss" : " 3.4.3 " ,
30
30
"hosted-git-info" : " ^5.0.0" ,
31
31
"mutate-fs" : " ^2.1.1" ,
32
32
"nock" : " ^13.2.4" ,
33
- "npm-registry-mock" : " ^1.3.1 " ,
33
+ "npm-registry-mock" : " ^1.3.2 " ,
34
34
"tap" : " ^16.0.1"
35
35
},
36
36
"files" : [
74
74
},
75
75
"templateOSS" : {
76
76
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
77
- "version" : " 3.4.2 " ,
77
+ "version" : " 3.4.3 " ,
78
78
"windowsCI" : false
79
79
}
80
80
}
Original file line number Diff line number Diff line change 138
138
"npm-user-validate" : " ^1.0.1" ,
139
139
"npmlog" : " ^6.0.2" ,
140
140
"opener" : " ^1.5.2" ,
141
- "pacote" : " ^13.2 .0" ,
141
+ "pacote" : " ^13.3 .0" ,
142
142
"parse-conflict-json" : " ^2.0.2" ,
143
143
"proc-log" : " ^2.0.1" ,
144
144
"qrcode-terminal" : " ^0.12.0" ,
5563
5563
}
5564
5564
},
5565
5565
"node_modules/pacote" : {
5566
- "version" : " 13.2 .0" ,
5567
- "resolved" : " https://registry.npmjs.org/pacote/-/pacote-13.2 .0.tgz" ,
5568
- "integrity" : " sha512-IT4/xHT8eLi4cJdKSGCuqooWp2YwRP5OgrQypbBlLG8Ubzw+h7s57QbrA2SegQcdGefD81ZvuI+aL0JlfFcPCA ==" ,
5566
+ "version" : " 13.3 .0" ,
5567
+ "resolved" : " https://registry.npmjs.org/pacote/-/pacote-13.3 .0.tgz" ,
5568
+ "integrity" : " sha512-auhJAUlfC2TALo6I0s1vFoPvVFgWGx+uz/PnIojTTgkGwlK3Np8sGJ0ghfFhiuzJXTZoTycMLk8uLskdntPbDw ==" ,
5569
5569
"inBundle" : true ,
5570
5570
"dependencies" : {
5571
5571
"@npmcli/git" : " ^3.0.0" ,
13898
13898
}
13899
13899
},
13900
13900
"pacote" : {
13901
- "version" : " 13.2 .0" ,
13902
- "resolved" : " https://registry.npmjs.org/pacote/-/pacote-13.2 .0.tgz" ,
13903
- "integrity" : " sha512-IT4/xHT8eLi4cJdKSGCuqooWp2YwRP5OgrQypbBlLG8Ubzw+h7s57QbrA2SegQcdGefD81ZvuI+aL0JlfFcPCA ==" ,
13901
+ "version" : " 13.3 .0" ,
13902
+ "resolved" : " https://registry.npmjs.org/pacote/-/pacote-13.3 .0.tgz" ,
13903
+ "integrity" : " sha512-auhJAUlfC2TALo6I0s1vFoPvVFgWGx+uz/PnIojTTgkGwlK3Np8sGJ0ghfFhiuzJXTZoTycMLk8uLskdntPbDw ==" ,
13904
13904
"requires" : {
13905
13905
"@npmcli/git" : " ^3.0.0" ,
13906
13906
"@npmcli/installed-package-contents" : " ^1.0.7" ,
Original file line number Diff line number Diff line change 107
107
"npm-user-validate" : " ^1.0.1" ,
108
108
"npmlog" : " ^6.0.2" ,
109
109
"opener" : " ^1.5.2" ,
110
- "pacote" : " ^13.2 .0" ,
110
+ "pacote" : " ^13.3 .0" ,
111
111
"parse-conflict-json" : " ^2.0.2" ,
112
112
"proc-log" : " ^2.0.1" ,
113
113
"qrcode-terminal" : " ^0.12.0" ,
You can’t perform that action at this time.
0 commit comments