html-dom-parser

v5.0.7
HTML to DOM parser.
html-dom-parser html dom parser htmlparser2 pojo

lint

eslint . --ignore-path .gitignore

test

run-s test:server test:client

build

run-s build:*

clean

rm -rf .nyc_output coverage dist lib

lint:fix

npm run lint -- --fix

lint:tsc

tsc --noEmit

test:esm

npm run build:cjs && node --test test/esm

build:cjs

tsc

build:esm

awk '!/sourceMappingURL/' lib/types.d.ts > esm/types.ts

build:umd

rollup --config --failAfterWarnings

size-limit

size-limit

postpublish

pinst --enable

test:client

npm run test:client:watch -- --single-run

test:server

npm run build:cjs && nyc mocha

_postinstall

husky install

prepublishOnly

pinst --disable && run-s lint lint:tsc test:server clean build

test:client:build

NODE_ENV=test npm run build

test:client:watch

npm run test:client:build && karma start

Metadata

  • MIT
  • Whatever
  • Mark
  • released 1/13/2024

Downloads

Maintainers