{"library":"node-bundle","title":"node-bundle","description":"A fast bundler for CommonJS applications, version 1.0.999. No release cadence noted. Differentiators vs alternatives like webpack or esbuild: minimal configuration, focused solely on CommonJS (CJS) module bundles for Node.js environments. Not actively maintained based on README absence.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install node-bundle"],"cli":{"name":"node-bundle","version":null}},"imports":["const bundle = require('node-bundle');","const { Bundle } = require('node-bundle');","const bundle = require('node-bundle'); bundle.bundle(...);"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const bundle = require('node-bundle');\nbundle({\n  entry: './src/index.js',\n  output: './dist/bundle.js'\n}).then(result => {\n  console.log('Bundled:', result.size);\n}).catch(err => console.error(err));","lang":"javascript","description":"Shows basic usage of the bundle function with entry and output paths, and handling of promise result.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}