🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:42:28 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
install
📍 /opt/alt/alt-nodejs11/root/usr/lib/node_modules/npm/lib/install
🔄 Refresh
✏️
Editing: inflate-bundled.js
Read Only
'use strict' var childPath = require('../utils/child-path.js') var reset = require('./node.js').reset module.exports = function inflateBundled (bundler, parent, children) { children.forEach(function (child) { if (child.fromBundle === bundler) return reset(child) child.fromBundle = bundler child.isInLink = bundler.isLink child.parent = parent child.path = childPath(parent.path, child) child.realpath = bundler.isLink ? child.realpath : childPath(parent.realpath, child) child.isLink = child.isLink || parent.isLink || parent.target inflateBundled(bundler, child, child.children) }) }
💾 Save Changes
❌ Cancel