canirequire

canirequireDual (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.

Latest
2.0.2 (Feb 19, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
2.0.2
Native ESM since
1.0.0
TypeScript types
Bundled
Node engines
18 || 20 || >=22
Weekly downloads
125.9M
License
BlueOak-1.0.0

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.

Runtimerequire("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).

VersionsFormatFirst published
1.0.0 – 2.0.2Dual (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

Similar popularity