# htmlparser2-without-node-native

> htmlparser2 build that excludes node native modules so that you can use it in platforms like React Native.

Latest version **3.9.2** (published 2017-09-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install htmlparser2-without-node-native
pnpm add htmlparser2-without-node-native
yarn add htmlparser2-without-node-native
bun add htmlparser2-without-node-native
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.9.2 |
| Published | 2017-09-20 |
| First published | 2016-03-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4789 |
| Author | Felix Boehm |
| Maintainers | oyyd |
| Keywords | html, parser, streams, xml, dom, rss, feed, atom |

## Links

- npm: https://www.npmjs.com/package/htmlparser2-without-node-native
- Repository: https://github.com/fb55/htmlparser2
- Homepage: https://github.com/fb55/htmlparser2#readme
- Issues: http://github.com/fb55/htmlparser2/issues
- npm.io page: https://npm.io/package/htmlparser2-without-node-native

## Dependencies (7)

- [domutils](https://npm.io/package/domutils.md) ^1.5.1
- [entities](https://npm.io/package/entities.md) ^1.1.1
- [inherits](https://npm.io/package/inherits.md) ^2.0.1
- [domhandler](https://npm.io/package/domhandler.md) ^2.3.0
- [eventemitter2](https://npm.io/package/eventemitter2.md) ^1.0.0
- [domelementtype](https://npm.io/package/domelementtype.md) ^1.3.0
- [readable-stream](https://npm.io/package/readable-stream.md) ^2.0.2

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

- 3.9.2 (latest) — 2017-09-20
- 3.9.0 — 2016-03-02

## README

# htmlparser2-without-node-native

[htmlparser2](https://github.com/fb55/htmlparser2) build that excludes node native modules so that you can use it in platforms like React Native.

* Remove `Stream` and `WritableStream`.
* Use [eventemitter2](https://github.com/asyncly/EventEmitter2) instead of native `events`.

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