📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 20:34:36
📂
/
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
fstream-npm
/
example
✏️
Editing: bundle.js
// this example will bundle every dependency var P = require("../") P({ path: "./" }) .on("package", bundleIt) .on("entry", function (e) { console.error(e.constructor.name, e.path.substr(e.root.dirname.length + 1)) e.on("package", bundleIt) }) function bundleIt (p) { p.bundleDependencies = Object.keys(p.dependencies || {}) }
💾 Save Changes
❌ Cancel