{"library":"paquet-bundler","type":"library","category":null,"description":"Paquet is a simple JavaScript module bundler that supports both ESM `import` and CommonJS `require` statements, and bundles `node_modules` as well. As of version 0.0.2, it is in early development with limited features. It offers a CLI interface for quick bundling and supports a configuration file (`paquet.config.js`), environment variable injection, and mutator functions for code transformation before or after ES6-to-ES5 transpilation. Plugins are planned but not yet implemented. Suitable for small projects or learning, it is not production-ready.","language":"javascript","status":"active","version":"0.0.2","tags":["javascript","bundler","module-bundler"],"install":[{"cmd":"npm install paquet-bundler","imports":["npx paquet --entry src/index.js --out dist/bundle.js","module.exports = { entry: 'src/index.js', out: 'dist/bundle.js' };","mutators: [ { before: (code) => code, after: (code) => code } ]"]},{"cmd":"yarn add paquet-bundler","imports":[]},{"cmd":"pnpm add paquet-bundler","imports":[]}],"homepage":null,"github":"https://github.com/helloitsian/paquet","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/paquet-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/paquet-bundler/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}