UNPKG
yunlongzha_try_nodejs
Version:
latest (1.0.0)
1.0.0
try it
yunlongzha_try_nodejs
/
textsubmit
/
node_modules
/
npm
/
lib
/
cache
/
get-stat.js
7 lines
(5 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
npm =
require
(
'../npm.js'
)
var
correctMkdir =
require
(
'../utils/correct-mkdir.js'
)
module
.
exports
=
function
getCacheStat
(
cb
) {
correctMkdir
(npm.
cache
, cb) }