{"library":"fast-html-parser","type":"library","category":null,"description":"Fast HTML Parser (version 1.0.1) is an HTML parsing library designed for high performance and low-cost processing of large HTML files, generating a simplified DOM tree with basic element query support. It prioritizes speed, often outperforming alternatives like older versions of `htmlparser2` in its benchmarks. Key differentiators include its focus on raw parsing speed and a simplified DOM structure. However, this package is effectively abandoned, with its last release over a decade ago. It lacks active maintenance, modern features, and critical security updates. For current projects requiring a fast HTML parser, `node-html-parser` (a separate, actively maintained package that appears to be a spiritual successor or re-implementation) is the recommended alternative, offering similar performance goals with ongoing development and broader feature support.","language":"javascript","status":"abandoned","version":"1.0.1","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install fast-html-parser","imports":["const HTMLParser = require('fast-html-parser');","const { parse } = require('fast-html-parser'); // Destructures the 'parse' method from the main export","// HTMLElement instances are returned by parse and query methods, not directly imported."]},{"cmd":"yarn add fast-html-parser","imports":[]},{"cmd":"pnpm add fast-html-parser","imports":[]}],"homepage":null,"github":"https://github.com/ashi009/node-fast-html-parser","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/fast-html-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/fast-html-parser/compatibility"}}