📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 15:12:26
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
lib
/
utils
📍 /lib/node_modules/npm/lib/utils
🔄 Refresh
✏️
Editing: read-local-package.js
Read Only
exports = module.exports = readLocalPkg var npm = require('../npm.js') var readJson = require('read-package-json') function readLocalPkg (cb) { if (npm.config.get('global')) return cb() var path = require('path') readJson(path.resolve(npm.prefix, 'package.json'), function (er, d) { return cb(er, d && d.name) }) }
💾 Save Changes
❌ Cancel