canirequire › Dual (CommonJS + ESM) › jackspeak
Is jackspeak ESM-only? Can you require() it?
A very strict and proper argument parser.
Last verified Sep 9, 2026 against jackspeak@4.2.3. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
jackspeak publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.0). require("jackspeak") and import "jackspeak" both work on every supported Node.js version and in Bun.
Does jackspeak@4.2.3 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("jackspeak") from a CommonJS file and import "jackspeak" from an ES module.
| Runtime | require("jackspeak") | import "jackspeak" |
|---|---|---|
| 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 jackspeak
ES modules (import)
import jackspeak from "jackspeak";CommonJS (require)
const jackspeak = require("jackspeak");Module format by version
Derived from the type, main and exports fields of every stable release on npm (66 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 2.0.0 – 4.2.3 | Dual (CommonJS + ESM) | Apr 10, 2023 |
| 1.3.0 – 1.4.2 | CommonJS | Feb 1, 2019 |
Frequently asked
Is jackspeak ESM-only?
jackspeak@4.2.3 ships CommonJS and ESM builds. jackspeak publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.0). require("jackspeak") and import "jackspeak" both work on every supported Node.js version and in Bun.
Can I require jackspeak?
Yes. jackspeak ships a CommonJS entry, so require("jackspeak") works on every Node.js version, alongside the native ESM entry for import.
Does jackspeak work in Bun?
Yes. import "jackspeak" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does jackspeak ship TypeScript types?
Yes. jackspeak 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
- optionator 0.9.4CommonJS
- ini 7.0.0CommonJS
- slice-ansi 9.0.0ESM-only
- anymatch 3.1.3CommonJS
- prelude-ls 1.2.1CommonJS
- type-check 0.4.0CommonJS
- esquery 1.7.0CommonJS
- ieee754 1.2.1CommonJS