# @comunica/actor-abstract-parse

> An abstract actor for applying parsers to dereferenced results

Latest version **5.3.0** (published 2026-07-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @comunica/actor-abstract-parse
pnpm add @comunica/actor-abstract-parse
yarn add @comunica/actor-abstract-parse
bun add @comunica/actor-abstract-parse
```

## Health

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

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 5.3.0 |
| Published | 2026-07-10 |
| First published | 2022-02-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 592 |
| Maintainers | joachimvh, rubensworks, rubenverborgh, dexagod, jeswr |
| Keywords | comunica, actor, abstract, parse |

## Links

- npm: https://www.npmjs.com/package/@comunica/actor-abstract-parse
- Repository: https://github.com/comunica/comunica
- Homepage: https://comunica.dev/
- Issues: https://github.com/comunica/comunica/issues
- Funding: https://opencollective.com/comunica-association
- npm.io page: https://npm.io/package/@comunica/actor-abstract-parse

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 5.3.0 (latest) — 2026-07-10
- 4.4.2-alpha.49.0 (next) — 2025-10-22
- 5.2.3 — 2026-05-26
- 5.2.2 — 2026-05-03
- 5.2.0 — 2026-04-14
- 5.1.3 — 2026-01-30
- 5.1.0 — 2026-01-16
- 5.0.3 — 2026-01-12
- 5.0.2 — 2026-01-12
- 5.0.0 — 2026-01-08
- 4.5.0 — 2025-11-18
- 4.4.0 — 2025-09-17
- 4.2.0 — 2025-04-29
- 4.1.0 — 2025-02-11
- 4.0.2 — 2024-10-16
- … 65 more at https://npm.io/package/@comunica/actor-abstract-parse/versions

## README

# Comunica Abstract Parse Actor

[![npm version](https://badge.fury.io/js/%40comunica%2Factor-abstract-parse.svg)](https://www.npmjs.com/package/@comunica/actor-abstract-parse)

This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).

[Click here if you just want to query with Comunica](https://comunica.dev/docs/query/).

## Install

```bash
$ yarn add @comunica/actor-abstract-parse
```

## Usage

This package exposes [`ActorAbstractParse`](https://comunica.github.io/comunica/classes/actor_abstract_parse.actorabstractparse.html)
that provides abstract interface for actors that implement parse operations.

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