# firescript-parser

> Firescript Parser =================

Latest version **0.15.0** (published 2026-04-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install firescript-parser
pnpm add firescript-parser
yarn add firescript-parser
bun add firescript-parser
```

## Health

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

Positive: no vulnerabilities.

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

## Facts

| | |
|---|---|
| Version | 0.15.0 |
| Published | 2026-04-10 |
| First published | 2020-05-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 282.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Andi Heinkelein |
| Maintainers | andifeind, kippis, firetux |
| Keywords | firescript, parser, fire, fireparser |

## Links

- npm: https://www.npmjs.com/package/firescript-parser
- npm.io page: https://npm.io/package/firescript-parser

## Dependencies (3)

- [firelint](https://npm.io/package/firelint.md) ^0.12.0
- [firescript-error](https://npm.io/package/firescript-error.md) ^1.2.0
- [firescript-syntax-tree](https://npm.io/package/firescript-syntax-tree.md) ^0.11.0

## 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

- 0.15.0 (latest) — 2026-04-10
- 0.14.1 — 2026-04-10
- 0.14.0 — 2026-04-10
- 0.13.0 — 2025-09-26
- 0.12.1 — 2023-11-17
- 0.12.0 — 2022-04-01
- 0.11.2 — 2022-03-10
- 0.11.1 — 2022-02-21
- 0.11.0 — 2022-02-13
- 0.10.1 — 2021-10-11
- 0.10.0 — 2021-08-13
- 0.9.1 — 2021-08-10
- 0.9.0 — 2021-08-09
- 0.8.16 — 2021-08-04
- 0.8.15 — 2021-08-04
- … 35 more at https://npm.io/package/firescript-parser/versions

## README

Firescript Parser
=================

Parser module for Firescript

### Usage

```js
import Parser from 'firescript-parser'

const parser = new FirescriptParser()
const ast = parser.parse('const foo = \'bar\'')
```

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