canirequire › Dual (CommonJS + ESM) › chownr
Is chownr ESM-only? Can you require() it?
like `chown -R`
Last verified Sep 9, 2026 against chownr@3.0.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
chownr publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("chownr") and import "chownr" both work on every supported Node.js version and in Bun.
Does chownr@3.0.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("chownr") from a CommonJS file and import "chownr" from an ES module.
| Runtime | require("chownr") | import "chownr" |
|---|---|---|
| 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 chownr
ES modules (import)
import chownr from "chownr";CommonJS (require)
const chownr = require("chownr");Module format by version
Derived from the type, main and exports fields of every stable release on npm (11 versions; the newest 11 shown).
| Versions | Format | First published |
|---|---|---|
| 3.0.0 | Dual (CommonJS + ESM) | Apr 6, 2024 |
| 0.0.1 – 2.0.0 | CommonJS | Jun 4, 2012 |
Frequently asked
Is chownr ESM-only?
chownr@3.0.0 ships CommonJS and ESM builds. chownr publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.0). require("chownr") and import "chownr" both work on every supported Node.js version and in Bun.
Can I require chownr?
Yes. chownr ships a CommonJS entry, so require("chownr") works on every Node.js version, alongside the native ESM entry for import.
Does chownr work in Bun?
Yes. import "chownr" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does chownr ship TypeScript types?
Yes. chownr 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
- get-symbol-description 1.1.0CommonJS
- jwa 2.0.1CommonJS
- human-signals 8.0.1ESM-only
- is-regex 1.2.1CommonJS
- is-promise 4.0.0Dual
- xmlchars 2.2.0CommonJS
- jest-regex-util 30.5.0Dual
- safe-array-concat 1.1.4CommonJS