# @bundled-es-modules/glob

> mirror of glob, bundled and exposed as ES module including for browser

Latest version **13.0.6** (published 2026-03-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @bundled-es-modules/glob
pnpm add @bundled-es-modules/glob
yarn add @bundled-es-modules/glob
bun add @bundled-es-modules/glob
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 13.0.6 |
| Published | 2026-03-02 |
| First published | 2023-09-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Dependencies | 7 |
| Unpacked size | 480 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Joren Broekema |
| Maintainers | d4kmor, bashmish, robrez, jorenbroekema, passle |

## Links

- npm: https://www.npmjs.com/package/@bundled-es-modules/glob
- npm.io page: https://npm.io/package/@bundled-es-modules/glob

## Dependencies (7)

- [url](https://npm.io/package/url.md) ^0.11.4
- [glob](https://npm.io/package/glob.md) ^13.0.6
- [path](https://npm.io/package/path.md) ^0.12.7
- [buffer](https://npm.io/package/buffer.md) ^6.0.3
- [events](https://npm.io/package/events.md) ^3.3.0
- [stream](https://npm.io/package/stream.md) ^0.0.3
- [string_decoder](https://npm.io/package/string_decoder.md) ^1.3.0

## Recent versions

- 13.0.6 (latest) — 2026-03-02
- 13.0.3 — 2026-02-16
- 13.0.1 — 2026-02-08
- 11.1.0 — 2026-01-06
- 11.0.3 — 2025-08-27
- 10.4.2 — 2024-06-28
- 10.3.13 — 2023-12-23
- 10.3.12 — 2023-12-21
- 10.3.11 — 2023-12-21
- 10.3.10 — 2023-12-21
- 10.3.5 — 2023-10-14
- 10.3.4 — 2023-09-01
- 10.3.3 — 2023-09-01

## README

# glob

This is a mirror of [glob](https://www.npmjs.com/package/glob), bundled and exposed as dual publish CJS & ES module.

In addition, it exposes a browser entrypoint that works in browsers without any additional build tool transformations.
This comes with a patch of path-scurry, where we just assume the `fs` option is always passed to glob.

Therefore, with this mirror of `glob`, you MUST always pass the `fs` property in the options parameter when inside browser environment

> In Node environment, we just use a re-export of `glob` origin, as it now exposes both ESM + CJS

## Install

```sh
npm install @bundled-es-modules/glob
```

## Use

```html
<script type="module">
  import glob from '@bundled-es-modules/glob';
</script>
```

---
_Source: https://npm.io/package/@bundled-es-modules/glob · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
