{"library":"gulp-amd-bundler","type":"library","category":null,"description":"gulp-amd-bundler is a Gulp plugin designed to consolidate an Asynchronous Module Definition (AMD) module and its dependencies into a single output file. Originally catering to projects utilizing AMD loaders like RequireJS, it was instrumental in optimizing browser-side JavaScript delivery by reducing HTTP requests. The package is currently at version 1.32.0 and appears to be unmaintained, with its `engines` field specifying Node.js `>= 0.8.0`, a version released over a decade ago. In the modern JavaScript ecosystem, AMD has largely been superseded by ECMAScript Modules (ESM) and more advanced bundlers such as Webpack, Rollup, and Parcel, which offer superior tree-shaking, code splitting, and broader module format support. This plugin's relevance is now primarily for legacy AMD-based projects requiring maintenance or migration rather than new development.","language":"javascript","status":"abandoned","version":"1.32.0","tags":["javascript","amd","bundler","gulpplugin"],"last_verified":"Wed May 27","install":[{"cmd":"npm install gulp-amd-bundler","imports":["const amdBundler = require('gulp-amd-bundler');","// In your AMD modules:\ndefine(['dependency'], function(dep) { ... });","gulp.src('src/main.js').pipe(amdBundler()).pipe(gulp.dest('dist'));"]},{"cmd":"yarn add gulp-amd-bundler","imports":[]},{"cmd":"pnpm add gulp-amd-bundler","imports":[]}],"homepage":null,"github":"https://github.com/webyom/gulp-amd-bundler","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/gulp-amd-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/gulp-amd-bundler/compatibility"}}