UNPKG
npmstat
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.1
npm package stats
github.com/bukinoshita/npmstat
bukinoshita/npmstat
npmstat
/
index.js
6 lines
(4 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
exports
.
getPackage
=
require
(
'./lib/get-package'
)
exports
.
getDownloads
=
require
(
'./lib/get-package-downloads'
)
exports
.
getPackages
=
require
(
'./lib/get-user-packages'
)