You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

reshape-parser

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshape-parser

html parser for reshape

1.0.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Reshape Parser

npm tests dependencies coverage

An HTML parser for reshape based on parse5, featuring source location info and more robust node types.

Note: This project is in early development, and versioning is a little different. Read this for more details.

Installation

npm install reshape-parser -S

Note: This project is compatible with node v6+ only

Usage

const parser = require('reshape-parser')
const html = '<p>hello world</p>'

parser(html) // returns a reshape AST

Options

No options are required, all are optional.

NameDescriptionDefault
filenameAttach a filename to the location info in each node.

The Reshape AST

See the Reshape AST documentation for more information on the format.

License & Contributing

Keywords

html

FAQs

Package last updated on 24 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts