# @bazel/runfiles

> Node.js runfiles helpers for Bazel

Latest version **6.5.0** (published 2025-09-12) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @bazel/runfiles
pnpm add @bazel/runfiles
yarn add @bazel/runfiles
bun add @bazel/runfiles
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: has types; no vulnerabilities; high maintenance score.

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 6.5.0 |
| Published | 2025-09-12 |
| First published | 2021-04-08 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 17.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 762 |
| Maintainers | google-wombot, alexeagle, bazel-manager, gmags |
| Keywords | bazel, runfiles, runfiles helpers |

## Links

- npm: https://www.npmjs.com/package/@bazel/runfiles
- Repository: https://github.com/bazel-contrib/rules_nodejs
- Homepage: https://github.com/bazel-contrib/rules_nodejs#readme
- Issues: https://github.com/bazel-contrib/rules_nodejs/issues
- npm.io page: https://npm.io/package/@bazel/runfiles

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 6.5.0 (latest) — 2025-09-12
- 4.6.2 (lts) — 2022-02-15
- 5.0.0-rc.2 (next) — 2022-01-17
- 6.3.1 — 2024-10-13
- 0.0.0-PLACEHOLDER — 2024-10-13
- 6.3.0 — 2024-09-18
- 5.8.1 — 2023-02-16
- 5.7.3 — 2022-12-09
- 5.7.2 — 2022-11-27
- 5.7.1 — 2022-10-26
- 5.7.0 — 2022-10-06
- 5.6.0 — 2022-09-27
- 5.5.4 — 2022-09-10
- 5.5.3 — 2022-08-01
- 5.5.2 — 2022-07-10
- … 37 more at https://npm.io/package/@bazel/runfiles/versions

## README

# @bazel/runfiles

This package provides a basic set of utilities for resolving runfiles within Node.js scripts
executed through `js_binary` or `js_test`.

Runfile resolution is desirable if your workspace intends to support users that cannot rely
on runfile forest symlinking (most commonly affected are Windows machines).

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