Module: fetchBulkQuery

fetch the stats via https://github.com/npm/download-counts
Parameters:
Name Type Attributes Description
names string | array.<string> package names
options object <optional>
Properties
Name Type Attributes Default Description
type string <optional>
'point' api type
period string <optional>
'last-day' stats period
requestOptions string <optional>
{json:true,gzip:true} pass to `request`
Source:
See:
Returns:
always key-value stats (e.g: {name: stats, ...})
Type
promise.<object>