File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,11 +179,11 @@ Object {
179179 " maxObjSize" : 450000 ,
180180 " npmDownloadsEndpoint" : " https://api.npmjs.org/downloads" ,
181181 " npmRegistryEndpoint" : " https://replicate.npmjs.com/registry" ,
182- " npmRootEndpoint" : " https://api.npmjs.org/ " ,
182+ " npmRootEndpoint" : " https://api.npmjs.org" ,
183183 " popularDownloadsRatio" : 0.005 ,
184184 " replicateConcurrency" : 10 ,
185185 " seq" : null ,
186186 " timeToRedoBootstrap" : 604800000 ,
187- " unpkgRoot" : " https://unpkg.com/ " ,
187+ " unpkgRoot" : " https://unpkg.com" ,
188188}
189189` ;
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import ms from 'ms';
55const defaultConfig = {
66 npmRegistryEndpoint : 'https://replicate.npmjs.com/registry' ,
77 npmDownloadsEndpoint : 'https://api.npmjs.org/downloads' ,
8- npmRootEndpoint : 'https://api.npmjs.org/ ' ,
8+ npmRootEndpoint : 'https://api.npmjs.org' ,
99 jsDelivrHitsEndpoint : 'https://data.jsdelivr.com/v1/stats/packages/month/all' ,
10- unpkgRoot : 'https://unpkg.com/ ' ,
10+ unpkgRoot : 'https://unpkg.com' ,
1111 maxObjSize : 450000 ,
1212 popularDownloadsRatio : 0.005 ,
1313 appId : 'OFCNCOG2CU' ,
Original file line number Diff line number Diff line change 1- // @ts -check
21import c from './config.js' ;
32import got from 'got' ;
43
You can’t perform that action at this time.
0 commit comments