// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
cache
[ PARENT ]
EDIT :: get-stat.js
var npm = require('../npm.js') var correctMkdir = require('../utils/correct-mkdir.js') module.exports = function getCacheStat (cb) { correctMkdir(npm.cache, cb) }
SAVE
CANCEL