walk-parse5

2.0.0 • Public • Published

walk-parse5 NPM Version Build Status

Recursively traverse a parse5 DOM tree.

Installation

Node.js >= 8 is required. To install, type this at the command line:

npm install walk-parse5

Usage

const walk = require('walk-parse5');
 
walk(documentOrNode, node => {
    // Optionally kill traversal
    return false;
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    774
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    774
  • 1.0.0
    3

Package Sidebar

Install

npm i walk-parse5

Weekly Downloads

777

Version

2.0.0

License

MIT

Unpacked Size

4.78 kB

Total Files

6

Last publish

Collaborators

  • stevenvachon