canirequire › Dual (CommonJS + ESM) › tar
Is tar ESM-only? Can you require() it?
tar for node
Last verified Sep 9, 2026 against tar@7.5.22. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
tar publishes both a CommonJS entry and a native ESM entry (ESM added in 7.0.0). require("tar") and import "tar" both work on every supported Node.js version and in Bun.
Does tar@7.5.22 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("tar") from a CommonJS file and import "tar" from an ES module.
| Runtime | require("tar") | import "tar" |
|---|---|---|
| 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 tar
ES modules (import)
import tar from "tar";CommonJS (require)
const tar = require("tar");Module format by version
Derived from the type, main and exports fields of every stable release on npm (153 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 7.0.0 – 7.5.22 | Dual (CommonJS + ESM) | Apr 10, 2024 |
| 5.0.9 – 6.2.1 | CommonJS | Aug 11, 2021 |
Frequently asked
Is tar ESM-only?
tar@7.5.22 ships CommonJS and ESM builds. tar publishes both a CommonJS entry and a native ESM entry (ESM added in 7.0.0). require("tar") and import "tar" both work on every supported Node.js version and in Bun.
Can I require tar?
Yes. tar ships a CommonJS entry, so require("tar") works on every Node.js version, alongside the native ESM entry for import.
Does tar work in Bun?
Yes. import "tar" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does tar ship TypeScript types?
Yes. tar bundles its own type declarations; no @types package is needed.
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
- is-array-buffer 3.0.5CommonJS
- string.prototype.trimstart 1.0.8CommonJS
- w3c-xmlserializer 5.0.0CommonJS
- functions-have-names 1.2.3CommonJS
- array-buffer-byte-length 1.0.2CommonJS
- istanbul-lib-coverage 3.2.2CommonJS
- has-proto 1.2.0CommonJS
- string.prototype.trim 1.2.11CommonJS