canirequire › Dual (CommonJS + ESM) › gulp
Is gulp ESM-only? Can you require() it?
The streaming build system.
Last verified Sep 9, 2026 against gulp@5.0.1. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
gulp publishes both a CommonJS entry and a native ESM entry (ESM added in 5.0.0). require("gulp") and import "gulp" both work on every supported Node.js version and in Bun.
Does gulp@5.0.1 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("gulp") from a CommonJS file and import "gulp" from an ES module.
| Runtime | require("gulp") | import "gulp" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import gulp
ES modules (import)
import gulp from "gulp";CommonJS (require)
const gulp = require("gulp");Module format by version
Derived from the type, main and exports fields of every stable release on npm (68 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 5.0.0 – 5.0.1 | Dual (CommonJS + ESM) | Mar 29, 2024 |
| 0.1.0 – 4.0.2 | CommonJS | Jul 18, 2013 |
Frequently asked
Is gulp ESM-only?
gulp@5.0.1 ships CommonJS and ESM builds. gulp publishes both a CommonJS entry and a native ESM entry (ESM added in 5.0.0). require("gulp") and import "gulp" both work on every supported Node.js version and in Bun.
Can I require gulp?
Yes. gulp ships a CommonJS entry, so require("gulp") works on every Node.js version, alongside the native ESM entry for import.
Does gulp work in Bun?
Yes. import "gulp" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does gulp ship TypeScript types?
Not bundled. Install the community types with "npm install -D @types/gulp".
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- vue-loader 17.4.2CommonJS
- karma-jasmine-html-reporter 2.3.0CommonJS
- karma-coverage 2.2.1CommonJS
- faker 6.6.6CommonJS
- clean-webpack-plugin 4.0.0CommonJS
- karma-jasmine 5.1.0CommonJS
- babel-polyfill 6.26.0CommonJS
- babel-plugin-transform-es2015-modules-commonjs 6.26.2CommonJS