{"library":"lofi-bundler","type":"library","category":null,"description":"Lofi Bundler is a minimalist TypeScript utility designed for projects that prioritize simplicity and a zero-dependency build process, especially when targeting browser environments or when complex module loaders are unnecessary. It operates by walking through all specified TypeScript files within a project (explicitly excluding `node_modules` and other external folders) and concatenating their content into a single TypeScript bundle. This bundled file can then be fed into the standard TypeScript compiler (`tsc`) for final compilation, eliminating the need for more elaborate bundling solutions like Webpack, Rollup, or even Babel configurations. The package's current stable version is 1.0.1, suggesting a mature, feature-complete state with an infrequent release cadence focused on stability. Its primary differentiator lies in its 'lofi' philosophy: a bare-bones approach that avoids external dependencies and configuration overhead, making it ideal for small, self-contained utilities or libraries that need to run in both Node.js and the browser without introducing complex build chains or module resolution challenges inherent to different environments.","language":"javascript","status":"active","version":"1.0.1","tags":["javascript","typescript","bundle","bundler","simple","zero","dependencies"],"install":[{"cmd":"npm install lofi-bundler","imports":["import { traceConcat } from 'lofi-bundler';"]},{"cmd":"yarn add lofi-bundler","imports":[]},{"cmd":"pnpm add lofi-bundler","imports":[]}],"homepage":null,"github":"https://github.com/robertleeplummerjr/lofi-bundler","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/lofi-bundler","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/lofi-bundler/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}