# @traqula/chevrotain

> Bundled Chevrotain re-export for Traqula

Latest version **1.1.0** (published 2026-04-29) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @traqula/chevrotain
pnpm add @traqula/chevrotain
yarn add @traqula/chevrotain
bun add @traqula/chevrotain
```

## Health

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

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

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2026-04-29 |
| First published | 2025-10-16 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | ^20.19.0 \|\| >=22.12.0 |
| Dependencies | 0 |
| Unpacked size | 2.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 24 |
| Maintainers | rubensworks, jitsedesmet |

## Links

- npm: https://www.npmjs.com/package/@traqula/chevrotain
- Repository: https://github.com/comunica/traqula
- Homepage: https://github.com/comunica/traqula#readme
- Issues: https://github.com/comunica/traqula/issues
- npm.io page: https://npm.io/package/@traqula/chevrotain

## Recent versions

- 1.1.0 (latest) — 2026-04-29
- 1.1.7-alpha.0 (next) — 2026-07-07
- 1.0.7 — 2026-04-16
- 1.0.6 — 2026-04-09
- 1.0.6-alpha.0 — 2026-04-09
- 1.0.5 — 2026-04-08
- 1.0.0 — 2025-12-02
- 0.0.25 — 2025-12-02
- 0.0.24 — 2025-10-17
- 0.0.23 — 2025-10-16
- 0.0.22 — 2025-10-16

## README

# Traqula Chevrotain package

[![npm version](https://badge.fury.io/js/@traqula%2Fchevrotain.svg)](https://www.npmjs.com/package/@traqula/chevrotain)

Exports the [Chevrotain](https://chevrotain.io/docs/) package and tries to bundle a CJS version too.
This is NOT a redistribution of Chevrotain, not should a project outside of Traqula depend on this.

The reason for exporting is so the transpiled versions of the traqula packages use the same version of Chevrotain (instead of copying).
I copied the licence of Chevrotain just to be sure :)
So this part is APACHE 2.0 licenced!

## Installation

```bash
npm install @traqula/chevrotain
```

or

```bash
yarn add @traqula/chevrotain
```

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