canirequire › Dual (CommonJS + ESM) › path-scurry
Is path-scurry ESM-only? Can you require() it?
walk paths fast and efficiently
Last verified Sep 9, 2026 against path-scurry@2.0.2. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
path-scurry publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.0). require("path-scurry") and import "path-scurry" both work on every supported Node.js version and in Bun.
Does path-scurry@2.0.2 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("path-scurry") from a CommonJS file and import "path-scurry" from an ES module.
| Runtime | require("path-scurry") | import "path-scurry" |
|---|---|---|
| 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 path-scurry
ES modules (import)
import pathScurry from "path-scurry";CommonJS (require)
const pathScurry = require("path-scurry");Module format by version
Derived from the type, main and exports fields of every stable release on npm (29 versions; the newest 29 shown).
| Versions | Format | First published |
|---|---|---|
| 1.0.0 – 2.0.2 | Dual (CommonJS + ESM) | Feb 7, 2023 |
Frequently asked
Is path-scurry ESM-only?
path-scurry@2.0.2 ships CommonJS and ESM builds. path-scurry publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.0). require("path-scurry") and import "path-scurry" both work on every supported Node.js version and in Bun.
Can I require path-scurry?
Yes. path-scurry ships a CommonJS entry, so require("path-scurry") works on every Node.js version, alongside the native ESM entry for import.
Does path-scurry work in Bun?
Yes. import "path-scurry" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does path-scurry ship TypeScript types?
Yes. path-scurry 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
- content-disposition 3.0.0ESM-only
- gensync 1.0.0-beta.2CommonJS
- send 1.2.1CommonJS
- y18n 5.0.8Dual
- acorn-jsx 5.3.2CommonJS
- natural-compare 1.4.0CommonJS
- http-proxy-agent 9.1.0ESM-only
- get-caller-file 2.0.5CommonJS